IPolicyExemptionUpdateProperties.AssignmentScopeValidation 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 option whether validate the exemption is at or under the assignment scope.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Default", "DoNotValidate" })]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The option whether validate the exemption is at or under the assignment scope.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignmentScopeValidation", Update=true)]
public string AssignmentScopeValidation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.PSArgumentCompleter(new System.String[] { "Default", "DoNotValidate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The option whether validate the exemption is at or under the assignment scope.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="assignmentScopeValidation", Update=true)>]
member this.AssignmentScopeValidation : string with get, set
Public Property AssignmentScopeValidation As String
Property Value
- Attributes