Permission Class
Role definition permissions.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelPermission
Constructor
Permission(*, actions: List[str] | None = None, not_actions: List[str] | None = None, data_actions: List[str] | None = None, not_data_actions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
actions
|
Allowed actions. |
not_actions
|
Denied actions. |
data_actions
|
Allowed Data actions. |
not_data_actions
|
Denied Data actions. |
Variables
Name | Description |
---|---|
actions
|
Allowed actions. |
not_actions
|
Denied actions. |
data_actions
|
Allowed Data actions. |
not_data_actions
|
Denied Data actions. |
condition
|
The conditions on the role definition. This limits the resources it can be assigned to. e.g.: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'. |
condition_version
|
Version of the condition. Currently the only accepted value is '2.0'. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python