UserAssignedIdentitiesResponse

data class UserAssignedIdentitiesResponse(val clientId: String, val principalId: String)

The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Constructors

Link copied to clipboard
constructor(clientId: String, principalId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client id of user assigned identity.

Link copied to clipboard

The principal id of user assigned identity.