IPolicyDefinitionVersionProperties.ExternalEvaluationEnforcementSettingMissingTokenAction Property

Definition

What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing. Possible values are Audit and Deny and language expressions are supported.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing. Possible values are Audit and Deny and language expressions are supported.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="missingTokenAction", Update=true)]
public string ExternalEvaluationEnforcementSettingMissingTokenAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing. Possible values are Audit and Deny and language expressions are supported.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="missingTokenAction", Update=true)>]
member this.ExternalEvaluationEnforcementSettingMissingTokenAction : string with get, set
Public Property ExternalEvaluationEnforcementSettingMissingTokenAction As String

Property Value

Attributes

Applies to