AuthorizationRule Class
Authorization rule of an entity.
- Inheritance
-
builtins.objectAuthorizationRule
Constructor
AuthorizationRule(*, type: str | None = None, claim_type: str | None = None, claim_value: str | None = None, rights: List[str | AccessRights] | None = None, created_at_utc: datetime | None = None, modified_at_utc: datetime | None = None, key_name: str | None = None, primary_key: str | None = None, secondary_key: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The authorization type. |
claim_type
|
The claim type. |
claim_value
|
The claim value. |
rights
|
Access rights of the entity. Values are 'Send', 'Listen', or 'Manage'. |
created_at_utc
|
The date and time when the authorization rule was created. |
modified_at_utc
|
The date and time when the authorization rule was modified. |
key_name
|
The authorization rule key name. |
primary_key
|
The primary key of the authorization rule. |
secondary_key
|
The primary key of the authorization rule. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python