Share via


IProjectCustomizationManagedIdentity.IdentityType Property

Definition

Values can be systemAssignedIdentity or userAssignedIdentity

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Values can be systemAssignedIdentity or userAssignedIdentity", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ProjectCustomizationIdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ProjectCustomizationIdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Values can be systemAssignedIdentity or userAssignedIdentity", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ProjectCustomizationIdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ProjectCustomizationIdentityType> with get, set
Public Property IdentityType As Nullable(Of ProjectCustomizationIdentityType)

Property Value

Attributes

Applies to