DigitalTwinsIdentity.Type Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Origin(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Origin(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.PropertyOrigin.Owned)>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Support.DigitalTwinsIdentityType> with get, set
Public Property Type As Nullable(Of DigitalTwinsIdentityType)

Property Value

Implements

Attributes

Applies to