PolicyDefinitionGroup Class
The policy definition group.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicyDefinitionGroup
Constructor
PolicyDefinitionGroup(*, name: str, display_name: str | None = None, category: str | None = None, description: str | None = None, additional_metadata_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the group. Required. |
display_name
|
The group's display name. |
category
|
The group's category. |
description
|
The group's description. |
additional_metadata_id
|
A resource ID of a resource that contains additional metadata about the group. |
Variables
Name | Description |
---|---|
name
|
The name of the group. Required. |
display_name
|
The group's display name. |
category
|
The group's category. |
description
|
The group's description. |
additional_metadata_id
|
A resource ID of a resource that contains additional metadata about the group. |
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