UserAssignedServiceIdentityArgs

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

A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.

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