CreateCredentialSchemaRequest

data class CreateCredentialSchemaRequest(var name: String, var formats: List<CredentialSchemaFormatRequest>, var organisationId: String, var claims: List<CredentialClaimSchemaRequest>, var keyStorageSecurity: KeyStorageSecurity?, var layoutType: LayoutType, var layoutProperties: CredentialSchemaLayoutProperties?, var allowSuspension: Boolean?, var allowRevocation: Boolean?, var batchSize: Int?, var requiresWalletInstanceAttestation: Boolean, var transactionCode: CredentialSchemaTransactionCodeRequest?, var translations: CredentialSchemaTranslations?)

Constructors

Link copied to clipboard
constructor(name: String, formats: List<CredentialSchemaFormatRequest>, organisationId: String, claims: List<CredentialClaimSchemaRequest>, keyStorageSecurity: KeyStorageSecurity?, layoutType: LayoutType, layoutProperties: CredentialSchemaLayoutProperties?, allowSuspension: Boolean?, allowRevocation: Boolean?, batchSize: Int?, requiresWalletInstanceAttestation: Boolean, transactionCode: CredentialSchemaTransactionCodeRequest?, translations: CredentialSchemaTranslations?)

Types

Link copied to clipboard
object Companion

Properties

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