PolicyDefinitionReference interface
The policy definition reference.
Properties
group |
The name of the groups that this policy definition reference belongs to. |
parameters | The parameter values for the referenced policy rule. The keys are the parameter names. |
policy |
The ID of the policy definition or policy set definition. |
policy |
A unique id (within the policy set definition) for this policy definition reference. |
Property Details
groupNames
The name of the groups that this policy definition reference belongs to.
groupNames?: string[]
Property Value
string[]
parameters
The parameter values for the referenced policy rule. The keys are the parameter names.
parameters?: {[propertyName: string]: ParameterValuesValue}
Property Value
{[propertyName: string]: ParameterValuesValue}
policyDefinitionId
The ID of the policy definition or policy set definition.
policyDefinitionId: string
Property Value
string
policyDefinitionReferenceId
A unique id (within the policy set definition) for this policy definition reference.
policyDefinitionReferenceId?: string
Property Value
string