GetFhirStoreIamPolicyPlainArgs

data class GetFhirStoreIamPolicyPlainArgs(val fhirStoreId: String) : ConvertibleToJava<GetFhirStoreIamPolicyPlainArgs>

A collection of arguments for invoking getFhirStoreIamPolicy.

Constructors

Link copied to clipboard
constructor(fhirStoreId: String)

Properties

Link copied to clipboard

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

Functions

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