google_vertex_ai_featurestore_entitytype_iam_policy
Retrieves the current IAM policy data for featurestoreentitytype
data "google_vertex_ai_featurestore_entitytype_iam_policy" "policy" {
featurestore = google_vertex_ai_featurestore_entitytype.entity.featurestore
entitytype = google_vertex_ai_featurestore_entitytype.entity.name
}
The following arguments are supported:
entitytype
- (Required) Used to find the parent resource to bind the IAM policy tofeaturestore
- (Required) 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 toThe attributes are exported:
etag
- (Computed) The etag of the IAM policy.
policy_data
- (Required only by google_vertex_ai_featurestore_entitytype_iam_policy
) The policy data generated by
a google_iam_policy
data source.