1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. bigquery
  5. getDatasetIamPolicy
Google Cloud Classic v7.2.1 published on Wednesday, Nov 22, 2023 by Pulumi

gcp.bigquery.getDatasetIamPolicy

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.2.1 published on Wednesday, Nov 22, 2023 by Pulumi

    Retrieves the current IAM policy data for a BigQuery dataset.

    example

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const policy = gcp.bigquery.getDatasetIamPolicy({
        datasetId: google_bigquery_dataset.dataset.dataset_id,
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    policy = gcp.bigquery.get_dataset_iam_policy(dataset_id=google_bigquery_dataset["dataset"]["dataset_id"])
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var policy = Gcp.BigQuery.GetDatasetIamPolicy.Invoke(new()
        {
            DatasetId = google_bigquery_dataset.Dataset.Dataset_id,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v7/go/gcp/bigquery"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := bigquery.LookupDatasetIamPolicy(ctx, &bigquery.LookupDatasetIamPolicyArgs{
    			DatasetId: google_bigquery_dataset.Dataset.Dataset_id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.bigquery.BigqueryFunctions;
    import com.pulumi.gcp.bigquery.inputs.GetDatasetIamPolicyArgs;
    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 = BigqueryFunctions.getDatasetIamPolicy(GetDatasetIamPolicyArgs.builder()
                .datasetId(google_bigquery_dataset.dataset().dataset_id())
                .build());
    
        }
    }
    
    variables:
      policy:
        fn::invoke:
          Function: gcp:bigquery:getDatasetIamPolicy
          Arguments:
            datasetId: ${google_bigquery_dataset.dataset.dataset_id}
    

    Using getDatasetIamPolicy

    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 getDatasetIamPolicy(args: GetDatasetIamPolicyArgs, opts?: InvokeOptions): Promise<GetDatasetIamPolicyResult>
    function getDatasetIamPolicyOutput(args: GetDatasetIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetDatasetIamPolicyResult>
    def get_dataset_iam_policy(dataset_id: Optional[str] = None,
                               project: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDatasetIamPolicyResult
    def get_dataset_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None,
                               project: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDatasetIamPolicyResult]
    func LookupDatasetIamPolicy(ctx *Context, args *LookupDatasetIamPolicyArgs, opts ...InvokeOption) (*LookupDatasetIamPolicyResult, error)
    func LookupDatasetIamPolicyOutput(ctx *Context, args *LookupDatasetIamPolicyOutputArgs, opts ...InvokeOption) LookupDatasetIamPolicyResultOutput

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

    public static class GetDatasetIamPolicy 
    {
        public static Task<GetDatasetIamPolicyResult> InvokeAsync(GetDatasetIamPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetDatasetIamPolicyResult> Invoke(GetDatasetIamPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatasetIamPolicyResult> getDatasetIamPolicy(GetDatasetIamPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:bigquery/getDatasetIamPolicy:getDatasetIamPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DatasetId string

    The dataset ID.

    Project string

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

    DatasetId string

    The dataset ID.

    Project string

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

    datasetId String

    The dataset ID.

    project String

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

    datasetId string

    The dataset ID.

    project string

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

    dataset_id str

    The dataset ID.

    project str

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

    datasetId String

    The dataset ID.

    project String

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

    getDatasetIamPolicy Result

    The following output properties are available:

    DatasetId string
    Etag string

    (Computed) The etag of the IAM policy.

    Id string

    The provider-assigned unique ID for this managed resource.

    PolicyData string

    (Computed) The policy data

    Project string
    DatasetId string
    Etag string

    (Computed) The etag of the IAM policy.

    Id string

    The provider-assigned unique ID for this managed resource.

    PolicyData string

    (Computed) The policy data

    Project string
    datasetId String
    etag String

    (Computed) The etag of the IAM policy.

    id String

    The provider-assigned unique ID for this managed resource.

    policyData String

    (Computed) The policy data

    project String
    datasetId string
    etag string

    (Computed) The etag of the IAM policy.

    id string

    The provider-assigned unique ID for this managed resource.

    policyData string

    (Computed) The policy data

    project string
    dataset_id str
    etag str

    (Computed) The etag of the IAM policy.

    id str

    The provider-assigned unique ID for this managed resource.

    policy_data str

    (Computed) The policy data

    project str
    datasetId String
    etag String

    (Computed) The etag of the IAM policy.

    id String

    The provider-assigned unique ID for this managed resource.

    policyData String

    (Computed) The policy data

    project 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.2.1 published on Wednesday, Nov 22, 2023 by Pulumi