MySQLServerIdentityArgs

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)

Properties

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

Type of managed service identity.

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

Metadata of user assigned identity.

Functions

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