ResourceIdentityResponse

data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityMetaResponse>? = null)

Service identity associated with a resource.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserAssignedIdentityMetaResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client ID that is used when authenticating.

Link copied to clipboard

AAD Tenant where this identity lives.

Link copied to clipboard
val type: String? = null

Defines values for a ResourceIdentity's type.

Link copied to clipboard

Dictionary of the user assigned identities, key is ARM resource ID of the UAI.