Share via


IApprovalStage.IsApproverJustificationRequired Property

Definition

Determine whether approver need to provide justification for his decision.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="Determine whether approver need to provide justification for his decision.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isApproverJustificationRequired")]
public bool? IsApproverJustificationRequired { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="Determine whether approver need to provide justification for his decision.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isApproverJustificationRequired")>]
member this.IsApproverJustificationRequired : Nullable<bool> with get, set
Public Property IsApproverJustificationRequired As Nullable(Of Boolean)

Property Value

Attributes

Applies to