DicomStoreIamBinding

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 dicom_store_id, role, and account e.g.

$ pulumi import gcp:healthcare/dicomStoreIamBinding:DicomStoreIamBinding dicom_store_iam "your-project-id/location-name/dataset-name/dicom-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 dicom_store_id and role, e.g.

$ pulumi import gcp:healthcare/dicomStoreIamBinding:DicomStoreIamBinding dicom_store_iam "your-project-id/location-name/dataset-name/dicom-store-name roles/viewer"

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

$ pulumi import gcp:healthcare/dicomStoreIamBinding:DicomStoreIamBinding dicom_store_iam your-project-id/location-name/dataset-name/dicom-store-name

Properties

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

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

Link copied to clipboard
val etag: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val members: Output<List<String>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val role: Output<String>

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

Link copied to clipboard
val urn: Output<String>