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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python