PolicyAssignmentPropertiesPolicy Class
Details of the policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelPolicyAssignmentPropertiesPolicy
Constructor
PolicyAssignmentPropertiesPolicy(*, id: str | None = None, last_modified_date_time: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Id of the policy. |
last_modified_date_time
|
The last modified date time. |
Variables
Name | Description |
---|---|
id
|
Id of the policy. |
last_modified_by
|
The name of the entity last modified it. |
last_modified_date_time
|
The last modified date time. |
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