Google Cloud Classic v7.29.0 published on Wednesday, Jun 26, 2024 by Pulumi
gcp.vertex.getAiFeaturestoreEntitytypeIamPolicy
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: gcp:vertex/getAiFeaturestoreEntitytypeIamPolicy:getAiFeaturestoreEntitytypeIamPolicy
arguments:
# arguments dictionary
The 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.
- Policy
Data string - (Required only by
gcp.vertex.AiFeatureStoreEntityTypeIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data 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.
- Policy
Data string - (Required only by
gcp.vertex.AiFeatureStoreEntityTypeIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data 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.
- policy
Data String - (Required only by
gcp.vertex.AiFeatureStoreEntityTypeIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data 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.
- policy
Data string - (Required only by
gcp.vertex.AiFeatureStoreEntityTypeIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data 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.getIAMPolicy
data 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.
- policy
Data String - (Required only by
gcp.vertex.AiFeatureStoreEntityTypeIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source.
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.