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