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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python