UserAssignedIdentityMetaArgs

data class UserAssignedIdentityMetaArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserAssignedIdentityMetaArgs>

User assigned identities associated with a resource.

Constructors

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

Properties

Link copied to clipboard
val clientId: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): UserAssignedIdentityMetaArgs