UserAssignedIdentityArgs

data class UserAssignedIdentityArgs(val clientId: Output<String>? = null, val objectId: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<UserAssignedIdentityArgs>

Constructors

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

Properties

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

The client id of the user assigned identity.

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

The object id of the user assigned identity.

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

The resource id of the user assigned identity.

Functions

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