#include "dinamo.h"
Partition authorization data for a user. This structure is used by the DGetUserParam() function.
◆ szUserId
User identifier. It must be unique and uppercase and lowercase characters are differentiated (case-sensitive).
◆ dwState
User partition authorization status. See table below.
Value | Meaning |
ND_PA_STATE_Unknown | It was not possible to identify whether the user has partition authorization enabled. This status is considered an error. |
ND_PA_STATE_Absent | The user does not have the partition authorization option enabled. |
ND_PA_STATE_Null | The user has the partition authorization option enabled but not an associated set of M of N cards. Objects can already be created but not used. |
ND_PA_STATE_Associated | The user has the partition authorization option enabled and associated. The partition is not yet authorized. Objects can be created but not used. Other operations can also be performed according to the partition authorization mask. |
ND_PA_STATE_Authorized | The user has the partition authorization option enabled and is associated and authorized. Keys can be used but not removed or created. |
◆ dwACL
Partition permission authorization mask. Composed from a bit mask according to previously defined permissions. See table below.
The documentation for this structure was generated from the following file: