ManagedServiceIdentityArgs

data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed identity generic object.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ManagedServiceIdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, ManagedServiceIdentityType>>? = null

Type of the managed identity.

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

The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.

Functions

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