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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python