PolicySetDefinitionVersionProperties Class
The policy set definition properties.
Constructor
PolicySetDefinitionVersionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
policy_type
|
str or
PolicyType
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. Known values are: "NotSpecified", "BuiltIn", "Custom", and "Static". |
|
display_name
|
The display name of the policy set definition. |
|
description
|
The policy set definition description. |
|
metadata
|
The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. |
|
parameters
|
The policy set definition parameters that can be used in policy definition references. |
|
policy_definitions
|
An array of policy definition references. Required. |
|
policy_definition_groups
|
The metadata describing groups of policy definition references within the policy set definition. |
|
version
|
The policy set definition version in #.#.# format. |
Attributes
description
The policy set definition description.
description: str | None
display_name
The display name of the policy set definition.
display_name: str | None
metadata
The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
metadata: Any | None
parameters
The policy set definition parameters that can be used in policy definition references.
parameters: dict[str, '_models.ParameterDefinitionsValue'] | None
policy_definition_groups
The metadata describing groups of policy definition references within the policy set definition.
policy_definition_groups: list['_models.PolicyDefinitionGroup'] | None
policy_definitions
An array of policy definition references. Required.
policy_definitions: list['_models.PolicyDefinitionReference']
policy_type
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. Known values are: "NotSpecified", "BuiltIn", "Custom", and "Static".
policy_type: str | _models.PolicyType | None
version
The policy set definition version in #.#.# format.
version: str | None