Hl7StoreIamBindingArgs

data class Hl7StoreIamBindingArgs(val condition: Output<Hl7StoreIamBindingConditionArgs>? = null, val hl7V2StoreId: Output<String>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<Hl7StoreIamBindingArgs>

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/hl7StoreIamBinding:Hl7StoreIamBinding 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/hl7StoreIamBinding:Hl7StoreIamBinding 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/hl7StoreIamBinding:Hl7StoreIamBinding hl7_v2_store_iam your-project-id/location-name/dataset-name/hl7-v2-store-name

Constructors

Link copied to clipboard
fun Hl7StoreIamBindingArgs(condition: Output<Hl7StoreIamBindingConditionArgs>? = null, hl7V2StoreId: Output<String>? = null, members: Output<List<String>>? = null, role: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): Hl7StoreIamBindingArgs

Properties

Link copied to clipboard
Link copied to clipboard
val hl7V2StoreId: Output<String>? = null

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 members: Output<List<String>>? = null
Link copied to clipboard
val role: Output<String>? = null

The role that should be applied. Only one gcp.healthcare.Hl7StoreIamBinding can be used per role. Note that custom roles must be of the format [projects|organizations]/{parent-name}/roles/{role-name}.