IdentityArgs

data class IdentityArgs(val federatedClientId: Output<String>? = null, val identityType: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<List<DatabaseIdentityArgs>>? = null) : ConvertibleToJava<IdentityArgs>

Database Identity.

Constructors

Link copied to clipboard
constructor(federatedClientId: Output<String>? = null, identityType: Output<Either<String, IdentityType>>? = null, userAssignedIdentities: Output<List<DatabaseIdentityArgs>>? = null)

Properties

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

The federated client id for the SQL Database. It is used for cross tenant CMK scenario.

Link copied to clipboard
val identityType: Output<Either<String, IdentityType>>? = null

Identity type of the main principal.

Link copied to clipboard

User identity ids

Functions

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