Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentityDescription

Package version

Information describing the identities associated with this application.

Hierarchy

  • IdentityDescription

Index

Properties

Optional principalId

principalId: undefined | string

the object identifier of the Service Principal of the identity associated with this resource.

Optional tenantId

tenantId: undefined | string

the identifier of the tenant containing the application's identity.

Optional tokenServiceEndpoint

tokenServiceEndpoint: undefined | string

the endpoint for the token service managing this identity

type

type: string

the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'

Optional userAssignedIdentities

userAssignedIdentities: undefined | object

represents user assigned identities map.

Generated using TypeDoc