Dicom Store Iam Binding Args
data class DicomStoreIamBindingArgs(val condition: Output<DicomStoreIamBindingConditionArgs>? = null, val dicomStoreId: Output<String>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<DicomStoreIamBindingArgs>
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"
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 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"
Content copied to clipboard
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
Content copied to clipboard
Constructors
Link copied to clipboard
fun DicomStoreIamBindingArgs(condition: Output<DicomStoreIamBindingConditionArgs>? = null, dicomStoreId: Output<String>? = null, members: Output<List<String>>? = null, role: Output<String>? = null)