google_access_context_manager_access_policy_iam_policy
Retrieves the current IAM policy data for accesspolicy
data "google_access_context_manager_access_policy_iam_policy" "policy" {
name = google_access_context_manager_access_policy.access-policy.name
}
The following arguments are supported:
name
- (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_access_context_manager_access_policy_iam_policy
) The policy data generated by
a google_iam_policy
data source.