Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AuthorizationRule interface
- Package:
- @azure/service-bus
Represents type of AuthorizationRule in ATOM based management operations.
Properties
| accessRights | The list of rights("Manage" | "Send" | "Listen"). |
| claimType | The claim type. |
| keyName | The authorization rule key name. |
| primaryKey | The primary key for the authorization rule. |
| secondaryKey | 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
