ProofSchemaDetail

data class ProofSchemaDetail(var id: String, var createdDate: String, var lastModified: String, var name: String, var organisationId: String, var expireDuration: UInt, var proofInputSchemas: List<ProofInputSchema>, var importedSourceUrl: String?)

Constructors

Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, name: String, organisationId: String, expireDuration: UInt, proofInputSchemas: List<ProofInputSchema>, importedSourceUrl: String?)

Types

Link copied to clipboard
object Companion

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
var id: String
Link copied to clipboard

Source URL for imported schema.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies organizational context for this operation.

Link copied to clipboard

Set of requested claims.