PolicyAssignment Class
The policy assignment.
Constructor
PolicyAssignment(*, id: str | None = None, type: str | None = None, name: str | None = None, display_name: str | None = None, policy_definition_id: str | None = None, scope: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of the policy assignment. Default value: None
|
type
|
The type of the policy assignment. Default value: None
|
name
|
The name of the policy assignment. Default value: None
|
display_name
|
The display name of the policy assignment. Default value: None
|
policy_definition_id
|
The ID of the policy definition. Default value: None
|
scope
|
The scope for the policy assignment. Default value: None
|
Variables
Name | Description |
---|---|
id
|
The ID of the policy assignment. |
type
|
The type of the policy assignment. |
name
|
The name of the policy assignment. |
display_name
|
The display name of the policy assignment. |
policy_definition_id
|
The ID of the policy definition. |
scope
|
The scope for the policy assignment. |
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