IdentityDescription

Information describing the identities associated with this application.

Properties

Name Type Required
tokenServiceEndpoint string No
type string Yes
tenantId string No
principalId string No
userAssignedIdentities map of string to IdentityItemDescription No

tokenServiceEndpoint

Type: string
Required: No

the endpoint for the token service managing this identity


type

Type: string
Required: Yes

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


tenantId

Type: string
Required: No

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


principalId

Type: string
Required: No

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


userAssignedIdentities

Type: map of string to IdentityItemDescription
Required: No

represents user assigned identities map.