IExternalEvaluationEndpointInvocationResult.PolicyAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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