ExpandedPropertiesRoleDefinition Class
Details of role definition.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelExpandedPropertiesRoleDefinition
Constructor
ExpandedPropertiesRoleDefinition(*, id: str | None = None, display_name: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Id of the role definition. |
display_name
|
Display name of the role definition. |
type
|
Type of the role definition. |
Variables
Name | Description |
---|---|
id
|
Id of the role definition. |
display_name
|
Display name of the role definition. |
type
|
Type of the role definition. |
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