ExpandedProperties Class
Expanded info of resource, role and principal.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelExpandedProperties
Constructor
ExpandedProperties(*, scope: _models.ExpandedPropertiesScope | None = None, role_definition: _models.ExpandedPropertiesRoleDefinition | None = None, principal: _models.ExpandedPropertiesPrincipal | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
scope
|
Details of the resource scope. |
role_definition
|
Details of role definition. |
principal
|
Details of the principal. |
Variables
Name | Description |
---|---|
scope
|
Details of the resource scope. |
role_definition
|
Details of role definition. |
principal
|
Details of the principal. |
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