PolicySetDefinitionVersionProperties interface
The policy set definition properties.
Properties
| description | The policy set definition description. |
| display |
The display name of the policy set definition. |
| 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 |
The metadata describing groups of policy definition references within the policy set definition. |
| policy |
An array of policy definition references. |
| policy |
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. |
| version | The policy set definition version in #.#.# format. |
Property Details
description
The policy set definition description.
description?: string
Property Value
string
displayName
The display name of the policy set definition.
displayName?: string
Property Value
string
metadata
The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
metadata?: any
Property Value
any
parameters
The policy set definition parameters that can be used in policy definition references.
parameters?: Record<string, ParameterDefinitionsValue>
Property Value
Record<string, ParameterDefinitionsValue>
policyDefinitionGroups
The metadata describing groups of policy definition references within the policy set definition.
policyDefinitionGroups?: PolicyDefinitionGroup[]
Property Value
policyDefinitions
An array of policy definition references.
policyDefinitions: PolicyDefinitionReference[]
Property Value
policyType
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
policyType?: string
Property Value
string
version
The policy set definition version in #.#.# format.
version?: string
Property Value
string