Hl7StoreIamPolicy

Import

IAM member imports use space-delimited identifiers; the resource in question, the role, and the account. This member resource can be imported using the hl7_v2_store_id, role, and account e.g.

$ pulumi import gcp:healthcare/hl7StoreIamPolicy:Hl7StoreIamPolicy hl7_v2_store_iam "your-project-id/location-name/dataset-name/hl7-v2-store-name roles/viewer user:foo@example.com"

IAM binding imports use space-delimited identifiers; the resource in question and the role. This binding resource can be imported using the hl7_v2_store_id and role, e.g.

$ pulumi import gcp:healthcare/hl7StoreIamPolicy:Hl7StoreIamPolicy hl7_v2_store_iam "your-project-id/location-name/dataset-name/hl7-v2-store-name roles/viewer"

IAM policy imports use the identifier of the resource in question. This policy resource can be imported using the hl7_v2_store_id, role, and account e.g.

$ pulumi import gcp:healthcare/hl7StoreIamPolicy:Hl7StoreIamPolicy hl7_v2_store_iam your-project-id/location-name/dataset-name/hl7-v2-store-name

Properties

Link copied to clipboard
val etag: Output<String>

(Computed) The etag of the HL7v2 store's IAM policy.

Link copied to clipboard
val hl7V2StoreId: Output<String>

The HL7v2 store ID, in the form {project_id}/{location_name}/{dataset_name}/{hl7_v2_store_name} or {location_name}/{dataset_name}/{hl7_v2_store_name}. In the second form, the provider's project setting will be used as a fallback.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyData: Output<String>

The policy data generated by a gcp.organizations.getIAMPolicy data source.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>