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
- type
- str
Required
Required. the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'
- 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.
Feedback
Submit and view feedback for