IdentityBindingManagedIdentityProfile interface
Managed identity profile for the identity binding.
Properties
| client |
The client ID of the managed identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| object |
The object ID of the managed identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| resource |
The resource ID of the managed identity. |
| tenant |
The tenant ID of the managed identity. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clientId
The client ID of the managed identity. NOTE: This property will not be serialized. It can only be populated by the server.
clientId?: string
Property Value
string
objectId
The object ID of the managed identity. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string