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