google_data_catalog_policy_tag_iam_policy
Retrieves the current IAM policy data for policytag
data "google_data_catalog_policy_tag_iam_policy" "policy" {
policy_tag = google_data_catalog_policy_tag.basic_policy_tag.name
}
The following arguments are supported:
policy_tag
- (Required) 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_data_catalog_policy_tag_iam_policy
) The policy data generated by
a google_iam_policy
data source.