Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 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({
instanceName: instance.name,
table: table.name,
});
import pulumi
import pulumi_gcp as gcp
policy = gcp.bigtable.get_table_iam_policy(instance_name=instance["name"],
table=table["name"])
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v9/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{
InstanceName: instance.Name,
Table: table.Name,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var policy = Gcp.BigTable.GetTableIamPolicy.Invoke(new()
{
InstanceName = instance.Name,
Table = table.Name,
});
});
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()
.instanceName(instance.name())
.table(table.name())
.build());
}
}
variables:
policy:
fn::invoke:
function: gcp:bigtable:getTableIamPolicy
arguments:
instanceName: ${instance.name}
table: ${table.name}
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>def get_table_iam_policy(instance_name: Optional[str] = None,
project: Optional[str] = None,
table: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTableIamPolicyResult
def get_table_iam_policy_output(instance_name: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
table: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTableIamPolicyResult]func LookupTableIamPolicy(ctx *Context, args *LookupTableIamPolicyArgs, opts ...InvokeOption) (*LookupTableIamPolicyResult, error)
func LookupTableIamPolicyOutput(ctx *Context, args *LookupTableIamPolicyOutputArgs, opts ...InvokeOption) LookupTableIamPolicyResultOutput> 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)
}public static CompletableFuture<GetTableIamPolicyResult> getTableIamPolicy(GetTableIamPolicyArgs args, InvokeOptions options)
public static Output<GetTableIamPolicyResult> getTableIamPolicy(GetTableIamPolicyArgs args, InvokeOptions options)
fn::invoke:
function: gcp:bigtable/getTableIamPolicy:getTableIamPolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Name string - Table string
- The name or relative resource id of the table to manage IAM policies for.
- Project string
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
- Instance
Name string - Table string
- The name or relative resource id of the table to manage IAM policies for.
- Project string
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
- instance
Name String - table String
- The name or relative resource id of the table to manage IAM policies for.
- project String
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
- instance
Name string - table string
- The name or relative resource id of the table to manage IAM policies for.
- project string
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
- instance_
name str - table str
- The name or relative resource id of the table to manage IAM policies for.
- project str
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
- instance
Name String - table String
- The name or relative resource id of the table to manage IAM policies for.
- project String
- The project in which the table belongs. If it is not provided, Terraform will use the provider default.
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
Name string - Policy
Data 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
Name string - Policy
Data 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
Name String - policy
Data 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
Name string - policy
Data 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_
name 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
Name String - policy
Data 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-betaTerraform Provider.
Viewing docs for Google Cloud v9.15.0
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
