Share via


IIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IdentityTypeConverter))]
public interface IIdentity : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IdentityTypeConverter))>]
type IIdentity = interface
    interface IJsonSerializable
Public Interface IIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The principal ID of resource identity. The value must be an UUID.

TenantId

The tenant ID of resource. The value must be an UUID.

Type

The identity type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to