ExpandedProperties Class
ExpandedProperties.
- 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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python