Consent Artifact Args
data class ConsentArtifactArgs(val consentContentScreenshots: Output<List<ImageArgs>>? = null, val consentContentVersion: Output<String>? = null, val consentStoreId: Output<String>? = null, val datasetId: Output<String>? = null, val guardianSignature: Output<SignatureArgs>? = null, val location: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val userId: Output<String>? = null, val userSignature: Output<SignatureArgs>? = null, val witnessSignature: Output<SignatureArgs>? = null) : ConvertibleToJava<ConsentArtifactArgs>
Creates a new Consent artifact in the parent consent store.
Constructors
Link copied to clipboard
constructor(consentContentScreenshots: Output<List<ImageArgs>>? = null, consentContentVersion: Output<String>? = null, consentStoreId: Output<String>? = null, datasetId: Output<String>? = null, guardianSignature: Output<SignatureArgs>? = null, location: Output<String>? = null, metadata: Output<Map<String, String>>? = null, name: Output<String>? = null, project: Output<String>? = null, userId: Output<String>? = null, userSignature: Output<SignatureArgs>? = null, witnessSignature: Output<SignatureArgs>? = null)
Properties
Link copied to clipboard
Optional. Screenshots, PDFs, or other binary information documenting the user's consent.
Link copied to clipboard
Optional. An string indicating the version of the consent information shown to the user.
Link copied to clipboard
Link copied to clipboard
Optional. A signature from a guardian.
Link copied to clipboard
Optional. User's signature.
Link copied to clipboard
Optional. A signature from a witness.