Identity Data Response
data class IdentityDataResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserIdentityResponse>? = null)
Identity for the resource.
Properties
Link copied to clipboard
The principal ID of resource identity.
Link copied to clipboard
The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.