Google Cloud v8.21.0 published on Wednesday, Mar 5, 2025 by Pulumi
gcp.vertex.getAiFeaturestoreEntitytypeIamPolicy
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const policy = gcp.vertex.getAiFeaturestoreEntitytypeIamPolicy({
    featurestore: entity.featurestore,
    entitytype: entity.name,
});
import pulumi
import pulumi_gcp as gcp
policy = gcp.vertex.get_ai_featurestore_entitytype_iam_policy(featurestore=entity["featurestore"],
    entitytype=entity["name"])
package main
import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/vertex"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := vertex.GetAiFeaturestoreEntitytypeIamPolicy(ctx, &vertex.GetAiFeaturestoreEntitytypeIamPolicyArgs{
			Featurestore: entity.Featurestore,
			Entitytype:   entity.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.Vertex.GetAiFeaturestoreEntitytypeIamPolicy.Invoke(new()
    {
        Featurestore = entity.Featurestore,
        Entitytype = entity.Name,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.vertex.VertexFunctions;
import com.pulumi.gcp.vertex.inputs.GetAiFeaturestoreEntitytypeIamPolicyArgs;
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 = VertexFunctions.getAiFeaturestoreEntitytypeIamPolicy(GetAiFeaturestoreEntitytypeIamPolicyArgs.builder()
            .featurestore(entity.featurestore())
            .entitytype(entity.name())
            .build());
    }
}
variables:
  policy:
    fn::invoke:
      function: gcp:vertex:getAiFeaturestoreEntitytypeIamPolicy
      arguments:
        featurestore: ${entity.featurestore}
        entitytype: ${entity.name}
Using getAiFeaturestoreEntitytypeIamPolicy
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 getAiFeaturestoreEntitytypeIamPolicy(args: GetAiFeaturestoreEntitytypeIamPolicyArgs, opts?: InvokeOptions): Promise<GetAiFeaturestoreEntitytypeIamPolicyResult>
function getAiFeaturestoreEntitytypeIamPolicyOutput(args: GetAiFeaturestoreEntitytypeIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetAiFeaturestoreEntitytypeIamPolicyResult>def get_ai_featurestore_entitytype_iam_policy(entitytype: Optional[str] = None,
                                              featurestore: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetAiFeaturestoreEntitytypeIamPolicyResult
def get_ai_featurestore_entitytype_iam_policy_output(entitytype: Optional[pulumi.Input[str]] = None,
                                              featurestore: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetAiFeaturestoreEntitytypeIamPolicyResult]func GetAiFeaturestoreEntitytypeIamPolicy(ctx *Context, args *GetAiFeaturestoreEntitytypeIamPolicyArgs, opts ...InvokeOption) (*GetAiFeaturestoreEntitytypeIamPolicyResult, error)
func GetAiFeaturestoreEntitytypeIamPolicyOutput(ctx *Context, args *GetAiFeaturestoreEntitytypeIamPolicyOutputArgs, opts ...InvokeOption) GetAiFeaturestoreEntitytypeIamPolicyResultOutput> Note: This function is named GetAiFeaturestoreEntitytypeIamPolicy in the Go SDK.
public static class GetAiFeaturestoreEntitytypeIamPolicy 
{
    public static Task<GetAiFeaturestoreEntitytypeIamPolicyResult> InvokeAsync(GetAiFeaturestoreEntitytypeIamPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetAiFeaturestoreEntitytypeIamPolicyResult> Invoke(GetAiFeaturestoreEntitytypeIamPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAiFeaturestoreEntitytypeIamPolicyResult> getAiFeaturestoreEntitytypeIamPolicy(GetAiFeaturestoreEntitytypeIamPolicyArgs args, InvokeOptions options)
public static Output<GetAiFeaturestoreEntitytypeIamPolicyResult> getAiFeaturestoreEntitytypeIamPolicy(GetAiFeaturestoreEntitytypeIamPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:vertex/getAiFeaturestoreEntitytypeIamPolicy:getAiFeaturestoreEntitytypeIamPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Entitytype string
- Used to find the parent resource to bind the IAM policy to
- Featurestore string
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
- Entitytype string
- Used to find the parent resource to bind the IAM policy to
- Featurestore string
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
- entitytype String
- Used to find the parent resource to bind the IAM policy to
- featurestore String
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
- entitytype string
- Used to find the parent resource to bind the IAM policy to
- featurestore string
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
- entitytype str
- Used to find the parent resource to bind the IAM policy to
- featurestore str
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
- entitytype String
- Used to find the parent resource to bind the IAM policy to
- featurestore String
- The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
getAiFeaturestoreEntitytypeIamPolicy Result
The following output properties are available:
- Entitytype string
- Etag string
- (Computed) The etag of the IAM policy.
- Featurestore string
- Id string
- The provider-assigned unique ID for this managed resource.
- PolicyData string
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- Entitytype string
- Etag string
- (Computed) The etag of the IAM policy.
- Featurestore string
- Id string
- The provider-assigned unique ID for this managed resource.
- PolicyData string
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- entitytype String
- etag String
- (Computed) The etag of the IAM policy.
- featurestore String
- id String
- The provider-assigned unique ID for this managed resource.
- policyData String
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- entitytype string
- etag string
- (Computed) The etag of the IAM policy.
- featurestore string
- id string
- The provider-assigned unique ID for this managed resource.
- policyData string
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- entitytype str
- etag str
- (Computed) The etag of the IAM policy.
- featurestore str
- id str
- The provider-assigned unique ID for this managed resource.
- policy_data str
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
- entitytype String
- etag String
- (Computed) The etag of the IAM policy.
- featurestore String
- id String
- The provider-assigned unique ID for this managed resource.
- policyData String
- (Required only by gcp.vertex.AiFeatureStoreEntityTypeIamPolicy) The policy data generated by agcp.organizations.getIAMPolicydata source.
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.