Fhir Store Iam Policy Args
data class FhirStoreIamPolicyArgs(val fhirStoreId: Output<String>? = null, val policyData: Output<String>? = null) : ConvertibleToJava<FhirStoreIamPolicyArgs>
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 fhir_store_id
, role, and account e.g.
$ pulumi import gcp:healthcare/fhirStoreIamPolicy:FhirStoreIamPolicy fhir_store_iam "your-project-id/location-name/dataset-name/fhir-store-name roles/viewer user:foo@example.com"
Content copied to clipboard
IAM binding imports use space-delimited identifiers; the resource in question and the role. This binding resource can be imported using the fhir_store_id
and role, e.g.
$ pulumi import gcp:healthcare/fhirStoreIamPolicy:FhirStoreIamPolicy fhir_store_iam "your-project-id/location-name/dataset-name/fhir-store-name roles/viewer"
Content copied to clipboard
IAM policy imports use the identifier of the resource in question. This policy resource can be imported using the fhir_store_id
, role, and account e.g.
$ pulumi import gcp:healthcare/fhirStoreIamPolicy:FhirStoreIamPolicy fhir_store_iam your-project-id/location-name/dataset-name/fhir-store-name
Content copied to clipboard