google_healthcare_consent_store_iam_policy
Retrieves the current IAM policy data for consentstore
data "google_healthcare_consent_store_iam_policy" "policy" {
dataset = google_healthcare_consent_store.my-consent.dataset
consent_store_id = google_healthcare_consent_store.my-consent.name
}
The following arguments are supported:
consent_store_id
- (Required) Used to find the parent resource to bind the IAM policy todataset
- (Required) Identifies the dataset addressed by this request. Must be in the format
'projects/{project}/locations/{location}/datasets/{dataset}'
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_healthcare_consent_store_iam_policy
) The policy data generated by
a google_iam_policy
data source.