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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python