GetDatabaseIamPolicyPlainArgs

data class GetDatabaseIamPolicyPlainArgs(val database: String, val instance: String, val project: String? = null) : ConvertibleToJava<GetDatabaseIamPolicyPlainArgs>

A collection of arguments for invoking getDatabaseIamPolicy.

Constructors

Link copied to clipboard
constructor(database: String, instance: String, project: String? = null)

Properties

Link copied to clipboard

The name of the Spanner database.

Link copied to clipboard

The name of the Spanner instance the database belongs to.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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