Import Proof Schema
data class ImportProofSchema(var id: String, var createdDate: String, var lastModified: String, var name: String, var organisationId: String, var expireDuration: UInt, var importedSourceUrl: String, var proofInputSchemas: List<ImportProofSchemaInputSchema>)
Properties
Link copied to clipboard
Link copied to clipboard
Defines how long the system will store data received from wallets. After the defined duration, the received proof and its data are deleted from the system. If 0, proofs received when using this schema will not be deleted.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the organizational context for this operation.
Link copied to clipboard
Set of all claims to request.