Hl7Store Iam Member Args
data class Hl7StoreIamMemberArgs(val condition: Output<Hl7StoreIamMemberConditionArgs>? = null, val hl7V2StoreId: Output<String>? = null, val member: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<Hl7StoreIamMemberArgs>
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/hl7StoreIamMember:Hl7StoreIamMember hl7_v2_store_iam "your-project-id/location-name/dataset-name/hl7-v2-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 hl7_v2_store_id
and role, e.g.
$ pulumi import gcp:healthcare/hl7StoreIamMember:Hl7StoreIamMember hl7_v2_store_iam "your-project-id/location-name/dataset-name/hl7-v2-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 hl7_v2_store_id
, role, and account e.g.
$ pulumi import gcp:healthcare/hl7StoreIamMember:Hl7StoreIamMember hl7_v2_store_iam your-project-id/location-name/dataset-name/hl7-v2-store-name
Content copied to clipboard
Constructors
Link copied to clipboard
fun Hl7StoreIamMemberArgs(condition: Output<Hl7StoreIamMemberConditionArgs>? = null, hl7V2StoreId: Output<String>? = null, member: Output<String>? = null, role: Output<String>? = null)