AuthorizationRule interface
Represents type of AuthorizationRule
in ATOM based management operations.
Properties
access |
The list of rights("Manage" | "Send" | "Listen"). |
claim |
The claim type. |
key |
The authorization rule key name. |
primary |
The primary key for the authorization rule. |
secondary |
The secondary key for the authorization rule. |
Property Details
accessRights
The list of rights("Manage" | "Send" | "Listen").
accessRights?: ("Manage" | "Send" | "Listen")[]
Property Value
("Manage" | "Send" | "Listen")[]
claimType
The claim type.
claimType: string
Property Value
string
keyName
The authorization rule key name.
keyName: string
Property Value
string
primaryKey
The primary key for the authorization rule.
primaryKey?: string
Property Value
string
secondaryKey
The secondary key for the authorization rule.
secondaryKey?: string
Property Value
string