PolicyPropertiesScope Class
Details of the resource scope.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelPolicyPropertiesScope
Constructor
PolicyPropertiesScope(*, 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. |
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