GetTableIamPolicyPlainArgs

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

A collection of arguments for invoking getTableIamPolicy.

Constructors

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

Properties

Link copied to clipboard

The name or relative resource id of the instance that owns the table.

Link copied to clipboard
val project: String? = null
Link copied to clipboard

The name or relative resource id of the table to manage IAM policies for.

Functions

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