Managed Service Identity Args
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Managed service identity properties.
Constructors
Link copied to clipboard
fun ManagedServiceIdentityArgs(type: Output<Either<String, ManagedServiceIdentityType>>, userAssignedIdentities: Output<List<String>>? = null)