UserAssignedIdentityPropertiesArgs

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

User assigned managed identity properties

Constructors

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

Properties

Link copied to clipboard
val clientId: Output<String>? = null

The client ID of the assigned identity.

Link copied to clipboard
val principalId: Output<String>? = null

The principal ID of the assigned identity.

Functions

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