IdentityBindingManagedIdentityProfile interface
Managed identity profile for the identity binding.
Properties
| client |
The client ID of the managed identity. |
| object |
The object ID of the managed identity. |
| resource |
The resource ID of the managed identity. |
| tenant |
The tenant ID of the managed identity. |
Property Details
clientId
The client ID of the managed identity.
clientId?: string
Property Value
string
objectId
The object ID of the managed identity.
objectId?: string
Property Value
string
resourceId
The resource ID of the managed identity.
resourceId: string
Property Value
string
tenantId
The tenant ID of the managed identity.
tenantId?: string
Property Value
string