UserAssignedServiceIdentityArgs

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

Managed service identity (user assigned identities)

Constructors

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

Properties

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

Type of manage identity

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

User assigned identities dictionary

Functions

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