Google Cloud v8.21.0 published on Wednesday, Mar 5, 2025 by Pulumi
gcp.gkehub.getMembershipIamPolicy
Explore with Pulumi AI
Retrieves the current IAM policy data for membership
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const policy = gcp.gkehub.getMembershipIamPolicy({
    project: membership.project,
    location: membership.location,
    membershipId: membership.membershipId,
});
import pulumi
import pulumi_gcp as gcp
policy = gcp.gkehub.get_membership_iam_policy(project=membership["project"],
    location=membership["location"],
    membership_id=membership["membershipId"])
package main
import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/gkehub"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := gkehub.LookupMembershipIamPolicy(ctx, &gkehub.LookupMembershipIamPolicyArgs{
			Project:      pulumi.StringRef(membership.Project),
			Location:     pulumi.StringRef(membership.Location),
			MembershipId: membership.MembershipId,
		}, 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.GkeHub.GetMembershipIamPolicy.Invoke(new()
    {
        Project = membership.Project,
        Location = membership.Location,
        MembershipId = membership.MembershipId,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.gkehub.GkehubFunctions;
import com.pulumi.gcp.gkehub.inputs.GetMembershipIamPolicyArgs;
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 = GkehubFunctions.getMembershipIamPolicy(GetMembershipIamPolicyArgs.builder()
            .project(membership.project())
            .location(membership.location())
            .membershipId(membership.membershipId())
            .build());
    }
}
variables:
  policy:
    fn::invoke:
      function: gcp:gkehub:getMembershipIamPolicy
      arguments:
        project: ${membership.project}
        location: ${membership.location}
        membershipId: ${membership.membershipId}
Using getMembershipIamPolicy
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 getMembershipIamPolicy(args: GetMembershipIamPolicyArgs, opts?: InvokeOptions): Promise<GetMembershipIamPolicyResult>
function getMembershipIamPolicyOutput(args: GetMembershipIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetMembershipIamPolicyResult>def get_membership_iam_policy(location: Optional[str] = None,
                              membership_id: Optional[str] = None,
                              project: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetMembershipIamPolicyResult
def get_membership_iam_policy_output(location: Optional[pulumi.Input[str]] = None,
                              membership_id: Optional[pulumi.Input[str]] = None,
                              project: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetMembershipIamPolicyResult]func LookupMembershipIamPolicy(ctx *Context, args *LookupMembershipIamPolicyArgs, opts ...InvokeOption) (*LookupMembershipIamPolicyResult, error)
func LookupMembershipIamPolicyOutput(ctx *Context, args *LookupMembershipIamPolicyOutputArgs, opts ...InvokeOption) LookupMembershipIamPolicyResultOutput> Note: This function is named LookupMembershipIamPolicy in the Go SDK.
public static class GetMembershipIamPolicy 
{
    public static Task<GetMembershipIamPolicyResult> InvokeAsync(GetMembershipIamPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetMembershipIamPolicyResult> Invoke(GetMembershipIamPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMembershipIamPolicyResult> getMembershipIamPolicy(GetMembershipIamPolicyArgs args, InvokeOptions options)
public static Output<GetMembershipIamPolicyResult> getMembershipIamPolicy(GetMembershipIamPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:gkehub/getMembershipIamPolicy:getMembershipIamPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MembershipId string
- Location string
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- Project string
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
- MembershipId string
- Location string
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- Project string
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
- membershipId String
- location String
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- project String
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
- membershipId string
- location string
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- project string
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
- membership_id str
- location str
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- project str
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
- membershipId String
- location String
- Location of the membership.
The default value is global. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.
- project String
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
getMembershipIamPolicy 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.
- Location string
- MembershipId string
- PolicyData string
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- Project string
- Etag string
- (Computed) The etag of the IAM policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- MembershipId string
- PolicyData string
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- Project string
- etag String
- (Computed) The etag of the IAM policy.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- membershipId String
- policyData String
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- project String
- etag string
- (Computed) The etag of the IAM policy.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- membershipId string
- policyData string
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- project string
- etag str
- (Computed) The etag of the IAM policy.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- membership_id str
- policy_data str
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- project str
- etag String
- (Computed) The etag of the IAM policy.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- membershipId String
- policyData String
- (Required only by gcp.gkehub.MembershipIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- 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-betaTerraform Provider.