AuthorizationRule Class
Authorization rule of an entity.
- Inheritance
-
builtins.object
AuthorizationRule
Constructor
AuthorizationRule(**kwargs: Any)
Parameters
- type
-
str
Required
The authorization type.
- claim_type
-
str
Required
The claim type.
- claim_value
-
str
Required
The claim value.
- rights
-
list[AccessRights]
Required
Access rights of the entity. Values are 'Send', 'Listen', or 'Manage'.
- created_at_utc
-
datetime
Required
The date and time when the authorization rule was created.
- modified_at_utc
-
datetime
Required
The date and time when the authorization rule was modified.
- key_name
-
str
Required
The authorization rule key name.
- primary_key
-
str
Required
The primary key of the authorization rule.
- secondary_key
-
str
Required
The primary key of the authorization rule.