Language

IExternalEvaluationEndpointInvocationResult.PolicyAction Property

Definition

The effective outcome of the policy evaluation based on both the policy effect and evaluation result. Possible values are Unknown, Allow, Audit, Deny, Error.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Unknown", "Allow", "Audit", "Deny", "Error" })]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The effective outcome of the policy evaluation based on both the policy effect and evaluation result. Possible values are Unknown, Allow, Audit, Deny, Error.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyAction", Update=true)]
public string PolicyAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Unknown", "Allow", "Audit", "Deny", "Error" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The effective outcome of the policy evaluation based on both the policy effect and evaluation result. Possible values are Unknown, Allow, Audit, Deny, Error.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyAction", Update=true)>]
member this.PolicyAction : string with get, set
Public Property PolicyAction As String

Property Value

Attributes

Applies to