1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. bigtable
  5. getTableIamPolicy
Google Cloud Classic v7.20.0 published on Wednesday, Apr 24, 2024 by Pulumi

gcp.bigtable.getTableIamPolicy

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.20.0 published on Wednesday, Apr 24, 2024 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,
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    policy = gcp.bigtable.get_table_iam_policy(instance=instance["name"],
        table=table["name"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v7/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
    	})
    }
    
    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,
        });
    
    });
    
    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());
    
        }
    }
    
    variables:
      policy:
        fn::invoke:
          Function: gcp:bigtable:getTableIamPolicy
          Arguments:
            instance: ${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: 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]
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:bigtable/getTableIamPolicy:getTableIamPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Instance string
    The name or relative resource id of the instance that owns the table.
    Table string
    The name or relative resource id of the table to manage IAM policies for.
    Project string
    Instance string
    The name or relative resource id of the instance that owns the table.
    Table string
    The name or relative resource id of the table to manage IAM policies for.
    Project string
    instance String
    The name or relative resource id of the instance that owns the table.
    table String
    The name or relative resource id of the table to manage IAM policies for.
    project String
    instance string
    The name or relative resource id of the instance that owns the table.
    table string
    The name or relative resource id of the table to manage IAM policies for.
    project string
    instance str
    The name or relative resource id of the instance that owns the table.
    table str
    The name or relative resource id of the table to manage IAM policies for.
    project str
    instance String
    The name or relative resource id of the instance that owns the table.
    table String
    The name or relative resource id of the table to manage IAM policies for.
    project 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.
    gcp logo
    Google Cloud Classic v7.20.0 published on Wednesday, Apr 24, 2024 by Pulumi