Managed Service Identity Response
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, ManagedServiceIdentityResponseUserAssignedIdentities>? = null)
Managed service identity.
Properties
Link copied to clipboard
Principal Id of managed service identity.
Link copied to clipboard
val userAssignedIdentities: Map<String, ManagedServiceIdentityResponseUserAssignedIdentities>? = null
The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}