My SQLServer Identity Args
data class MySQLServerIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<MySQLServerIdentityArgs>
Properties to configure Identity for Bring your Own Keys
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, ManagedServiceIdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)