CustomJwtAuthenticationManagedIdentity interface
The identity information for retrieving the certificate for custom JWT authentication.
Properties
type | The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'. |
user |
The user identity associated with the resource. |
Property Details
type
The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.
type: string
Property Value
string
userAssignedIdentity
The user identity associated with the resource.
userAssignedIdentity?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript