Share via


IServiceManagedIdentity.IdentityType Property

Definition

Type of identity being specified, currently SystemAssigned and None are allowed.

[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info(Description="Type of identity being specified, currently SystemAssigned and None are allowed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info(Description="Type of identity being specified, currently SystemAssigned and None are allowed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType> with get, set
Public Property IdentityType As Nullable(Of ServiceManagedIdentityType)

Property Value

Attributes

Applies to