IdentityDescription Class

Information describing the identities associated with this application.

All required parameters must be populated in order to send to Azure.

Inheritance
IdentityDescription

Constructor

IdentityDescription(*, type: str, token_service_endpoint: Optional[str] = None, tenant_id: Optional[str] = None, principal_id: Optional[str] = None, user_assigned_identities=None, **kwargs)

Parameters

token_service_endpoint
str
Required

the endpoint for the token service managing this identity

type
str
Required

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

tenant_id
str
Required

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

principal_id
str
Required

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

user_assigned_identities
dict[<xref:str,azure.servicefabric.models.IdentityItemDescription>]
Required

represents user assigned identities map.