GoogleApi.HealthCare.V1.Model.RevokeConsentRequest (google_api_health_care v0.39.0) View Source
Revokes the latest revision of the specified Consent by committing a new revision with state
updated to REVOKED
. If the latest revision of the given Consent is in the REVOKED
state, no new revision is committed.
Attributes
-
consentArtifact
(type:String.t
, default:nil
) - Optional. The resource name of the Consent artifact that contains proof of the user's revocation of the Consent, of the formprojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.RevokeConsentRequest{ consentArtifact: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.