Package version:

Interface ManagedIdentity

A class represent managed identities used for request and response

Hierarchy

  • ManagedIdentity

Properties

principalId?: string

Get the principal id for the system assigned identity. Only be used in response. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Get the tenant id for the system assigned identity. Only be used in response NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Represents the identity type: systemAssigned, userAssigned, None

userAssignedIdentities?: {
    [propertyName: string]: UserAssignedIdentityProperty;
}

Get or set the user assigned identities

Type declaration

Generated using TypeDoc