UserAssignedIdentityMetaResponse

data class UserAssignedIdentityMetaResponse(val clientId: String? = null, val principalId: String? = null)

User assigned identities associated with a resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Aka application ID, a unique identifier generated by Azure AD that is tied to an application and service principal during its initial provisioning.

Link copied to clipboard
val principalId: String? = null

The object ID of the service principal object for your managed identity that is used to grant role-based access to an Azure resource.