DppIdentityDetails interface

Identity details

Properties

principalId

The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member. NOTE: This property will not be serialized. It can only be populated by the server.

type

The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None

userAssignedIdentities

Gets or sets the user assigned identities.

Property Details

principalId

The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

tenantId

A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

type

The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None

type?: string

Property Value

string

userAssignedIdentities

Gets or sets the user assigned identities.

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}

Property Value

{[propertyName: string]: UserAssignedIdentity}