IRoleAssignmentScheduleRequest.RequestType Property

Definition

The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType) }, ReadOnly=false, Required=false, SerializedName="requestType")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType? RequestType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType) }, ReadOnly=false, Required=false, SerializedName="requestType")>]
member this.RequestType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType> with get, set
Public Property RequestType As Nullable(Of RequestType)

Property Value

Attributes

Applies to