IDigitalTwinsResource.IdentityType Property

Definition

The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported.

[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Description="The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Description="The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType> with get, set
Public Property IdentityType As Nullable(Of DigitalTwinsIdentityType)

Property Value

Attributes

Applies to