version property
Specifies which consent enforcement version is being used for this FHIR store.
This field can only be set once by either CreateFhirStore or UpdateFhirStore. After that, you must call ApplyConsents to change the version.
Required. Possible string values are:
- "CONSENT_ENFORCEMENT_VERSION_UNSPECIFIED" : Users must specify an enforcement version or an error is returned.
- "V1" : Enforcement version 1. See the FHIR Consent resources in the Cloud Healthcare API guide for more details.
Implementation
core.String? version;