enableUpdateCreate

@JvmName(name = "cvmriajgnqdodpsh")
suspend fun enableUpdateCreate(value: Output<Boolean>)
@JvmName(name = "olktbtfjhiguccxq")
suspend fun enableUpdateCreate(value: Boolean?)

Parameters

value

Whether this FHIR store has the updateCreate capability. This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.