DatabaseIdentityArgs

data class DatabaseIdentityArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<DatabaseIdentityArgs>

Database Identity properties.

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, principalId: Output<String>? = null, resourceId: Output<String>? = null)

Properties

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

Client Id of the database identity.

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

Principal Id of the database identity.

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

Resource Id of the database identity.

Functions

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