AuthorizationPolicy interface
The authorization policy.
Properties
permissions | The permissions associated with the policy. |
policy |
Name of the policy. NOTE: This property will not be serialized. It can only be populated by the server. |
primary |
Primary key associated with the policy. |
secondary |
Secondary key associated with the policy. |
Property Details
permissions
The permissions associated with the policy.
permissions: PermissionTypes[]
Property Value
policyName
Name of the policy. NOTE: This property will not be serialized. It can only be populated by the server.
policyName?: string
Property Value
string
primaryKey
Primary key associated with the policy.
primaryKey?: string
Property Value
string
secondaryKey
Secondary key associated with the policy.
secondaryKey?: string
Property Value
string