Lezen in het Engels

Delen via


PolicyDefinitionReference interface

The policy definition reference.

Properties

groupNames

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.

policyDefinitionId

The ID of the policy definition or policy set definition.

policyDefinitionReferenceId

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.

TypeScript
groupNames?: string[]

Property Value

string[]

parameters

The parameter values for the referenced policy rule. The keys are the parameter names.

TypeScript
parameters?: {[propertyName: string]: ParameterValuesValue}

Property Value

{[propertyName: string]: ParameterValuesValue}

policyDefinitionId

The ID of the policy definition or policy set definition.

TypeScript
policyDefinitionId: string

Property Value

string

policyDefinitionReferenceId

A unique id (within the policy set definition) for this policy definition reference.

TypeScript
policyDefinitionReferenceId?: string

Property Value

string