GoogleApi.HealthCare.V1beta1.Model.ConsentArtifact (google_api_health_care v0.30.0) View Source
Proof of an end user's consent.
Attributes
-
consentContentScreenshots(type:list(GoogleApi.HealthCare.V1beta1.Model.Image.t), default:nil) - Screenshots of the consent content. -
consentContentVersion(type:String.t, default:nil) - An string indicating the version of the consent content. -
guardianSignature(type:GoogleApi.HealthCare.V1beta1.Model.Signature.t, default:nil) - A signature from guardian. -
metadata(type:map(), default:nil) - Metadata associated with the consent artifact. For example, the consent locale or user agent version. -
name(type:String.t, default:nil) - Resource name of the Consent artifact, of the formprojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}. -
userId(type:String.t, default:nil) - Required. User's UUID provided by the client. -
userSignature(type:GoogleApi.HealthCare.V1beta1.Model.Signature.t, default:nil) - User's signature. -
witnessSignature(type:GoogleApi.HealthCare.V1beta1.Model.Signature.t, default:nil) - A signature from a witness.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.ConsentArtifact{
consentContentScreenshots: [GoogleApi.HealthCare.V1beta1.Model.Image.t()],
consentContentVersion: String.t(),
guardianSignature: GoogleApi.HealthCare.V1beta1.Model.Signature.t(),
metadata: map(),
name: String.t(),
userId: String.t(),
userSignature: GoogleApi.HealthCare.V1beta1.Model.Signature.t(),
witnessSignature: GoogleApi.HealthCare.V1beta1.Model.Signature.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.