ManagedIdentityArgs

data class ManagedIdentityArgs(val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<ManagedIdentityArgs>

The properties of the Managed identity.

Constructors

Link copied to clipboard
constructor(userAssignedIdentity: Output<String>? = null)

Properties

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

The user assigned identity.

Functions

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