CredentialSchemaListItem

data class CredentialSchemaListItem(var id: String, var createdDate: String, var lastModified: String, var name: String, var formats: List<CredentialSchemaFormatResponse>, var keyStorageSecurity: KeyStorageSecurity?, var importedSourceUrl: String, var layoutType: LayoutType?, var layoutProperties: CredentialSchemaLayoutProperties?, var allowSuspension: Boolean, var allowRevocation: Boolean?, var batchSize: Int?, var requiresWalletInstanceAttestation: Boolean)

Constructors

Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, name: String, formats: List<CredentialSchemaFormatResponse>, keyStorageSecurity: KeyStorageSecurity?, importedSourceUrl: String, layoutType: LayoutType?, layoutProperties: CredentialSchemaLayoutProperties?, allowSuspension: Boolean, allowRevocation: Boolean?, batchSize: Int?, requiresWalletInstanceAttestation: Boolean)

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