UserAssignedIdentityArgs

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

Details about a user assigned identity.

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