GetUserAssignedIdentityResult

data class GetUserAssignedIdentityResult(val clientId: String, val id: String, val location: String, val name: String, val principalId: String, val resourceGroupName: String, val tags: Map<String, String>, val tenantId: String)

A collection of values returned by getUserAssignedIdentity.

Constructors

Link copied to clipboard
constructor(clientId: String, id: String, location: String, name: String, principalId: String, resourceGroupName: String, tags: Map<String, String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID of the User Assigned Identity.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the User Assigned Identity exists.

Link copied to clipboard
Link copied to clipboard

The Service Principal ID of the User Assigned Identity.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the User Assigned Identity.

Link copied to clipboard

The Tenant ID of the User Assigned Identity.