1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. bigtable
  5. getTableIamPolicy
Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi

gcp.bigtable.getTableIamPolicy

Explore with Pulumi AI

Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi

Retrieves the current IAM policy data for a Bigtable Table.

example

import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";

const policy = gcp.bigtable.getTableIamPolicy({
    instance: instance.name,
    table: table.name,
});
Copy
import pulumi
import pulumi_gcp as gcp

policy = gcp.bigtable.get_table_iam_policy(instance=instance["name"],
    table=table["name"])
Copy
package main

import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/bigtable"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := bigtable.LookupTableIamPolicy(ctx, &bigtable.LookupTableIamPolicyArgs{
			Instance: instance.Name,
			Table:    table.Name,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;

return await Deployment.RunAsync(() => 
{
    var policy = Gcp.BigTable.GetTableIamPolicy.Invoke(new()
    {
        Instance = instance.Name,
        Table = table.Name,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.bigtable.BigtableFunctions;
import com.pulumi.gcp.bigtable.inputs.GetTableIamPolicyArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var policy = BigtableFunctions.getTableIamPolicy(GetTableIamPolicyArgs.builder()
            .instance(instance.name())
            .table(table.name())
            .build());

    }
}
Copy
variables:
  policy:
    fn::invoke:
      function: gcp:bigtable:getTableIamPolicy
      arguments:
        instance: ${instance.name}
        table: ${table.name}
Copy

Using getTableIamPolicy

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTableIamPolicy(args: GetTableIamPolicyArgs, opts?: InvokeOptions): Promise<GetTableIamPolicyResult>
function getTableIamPolicyOutput(args: GetTableIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetTableIamPolicyResult>
Copy
def get_table_iam_policy(instance: Optional[str] = None,
                         project: Optional[str] = None,
                         table: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetTableIamPolicyResult
def get_table_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         table: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetTableIamPolicyResult]
Copy
func LookupTableIamPolicy(ctx *Context, args *LookupTableIamPolicyArgs, opts ...InvokeOption) (*LookupTableIamPolicyResult, error)
func LookupTableIamPolicyOutput(ctx *Context, args *LookupTableIamPolicyOutputArgs, opts ...InvokeOption) LookupTableIamPolicyResultOutput
Copy

> Note: This function is named LookupTableIamPolicy in the Go SDK.

public static class GetTableIamPolicy 
{
    public static Task<GetTableIamPolicyResult> InvokeAsync(GetTableIamPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetTableIamPolicyResult> Invoke(GetTableIamPolicyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTableIamPolicyResult> getTableIamPolicy(GetTableIamPolicyArgs args, InvokeOptions options)
public static Output<GetTableIamPolicyResult> getTableIamPolicy(GetTableIamPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: gcp:bigtable/getTableIamPolicy:getTableIamPolicy
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Instance
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the instance that owns the table.
Table
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the table to manage IAM policies for.
Project Changes to this property will trigger replacement. string
Instance
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the instance that owns the table.
Table
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the table to manage IAM policies for.
Project Changes to this property will trigger replacement. string
instance
This property is required.
Changes to this property will trigger replacement.
String
The name or relative resource id of the instance that owns the table.
table
This property is required.
Changes to this property will trigger replacement.
String
The name or relative resource id of the table to manage IAM policies for.
project Changes to this property will trigger replacement. String
instance
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the instance that owns the table.
table
This property is required.
Changes to this property will trigger replacement.
string
The name or relative resource id of the table to manage IAM policies for.
project Changes to this property will trigger replacement. string
instance
This property is required.
Changes to this property will trigger replacement.
str
The name or relative resource id of the instance that owns the table.
table
This property is required.
Changes to this property will trigger replacement.
str
The name or relative resource id of the table to manage IAM policies for.
project Changes to this property will trigger replacement. str
instance
This property is required.
Changes to this property will trigger replacement.
String
The name or relative resource id of the instance that owns the table.
table
This property is required.
Changes to this property will trigger replacement.
String
The name or relative resource id of the table to manage IAM policies for.
project Changes to this property will trigger replacement. String

getTableIamPolicy Result

The following output properties are available:

Etag string
(Computed) The etag of the IAM policy.
Id string
The provider-assigned unique ID for this managed resource.
Instance string
PolicyData string
(Computed) The policy data
Project string
Table string
Etag string
(Computed) The etag of the IAM policy.
Id string
The provider-assigned unique ID for this managed resource.
Instance string
PolicyData string
(Computed) The policy data
Project string
Table string
etag String
(Computed) The etag of the IAM policy.
id String
The provider-assigned unique ID for this managed resource.
instance String
policyData String
(Computed) The policy data
project String
table String
etag string
(Computed) The etag of the IAM policy.
id string
The provider-assigned unique ID for this managed resource.
instance string
policyData string
(Computed) The policy data
project string
table string
etag str
(Computed) The etag of the IAM policy.
id str
The provider-assigned unique ID for this managed resource.
instance str
policy_data str
(Computed) The policy data
project str
table str
etag String
(Computed) The etag of the IAM policy.
id String
The provider-assigned unique ID for this managed resource.
instance String
policyData String
(Computed) The policy data
project String
table String

Package Details

Repository
Google Cloud (GCP) Classic pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.
Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi