IRoleManagementPolicyApprovalRule.SettingApprovalMode Property

Definition

The type of rule

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode) }, ReadOnly=false, Required=false, SerializedName="approvalMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode? SettingApprovalMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode) }, ReadOnly=false, Required=false, SerializedName="approvalMode")>]
member this.SettingApprovalMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode> with get, set
Public Property SettingApprovalMode As Nullable(Of ApprovalMode)

Property Value

Attributes

Applies to