Import Credential Schema Request Schema
data class ImportCredentialSchemaRequestSchema(var id: String, var createdDate: String, var lastModified: String, var name: String, var formats: List<ImportCredentialSchemaFormat>, var organisationId: String, var claims: List<ImportCredentialSchemaClaimSchema>, var keyStorageSecurity: KeyStorageSecurity?, var importedSourceUrl: String, var layoutType: LayoutType?, var layoutProperties: ImportCredentialSchemaLayoutProperties?, var allowSuspension: Boolean?, var requiresWalletInstanceAttestation: Boolean?, var transactionCode: ImportCredentialSchemaTransactionCode?, var allowRevocation: Boolean?, var batchSize: Int?, var translations: CredentialSchemaTranslations?)
Constructors
Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, name: String, formats: List<ImportCredentialSchemaFormat>, organisationId: String, claims: List<ImportCredentialSchemaClaimSchema>, keyStorageSecurity: KeyStorageSecurity?, importedSourceUrl: String, layoutType: LayoutType?, layoutProperties: ImportCredentialSchemaLayoutProperties?, allowSuspension: Boolean?, requiresWalletInstanceAttestation: Boolean?, transactionCode: ImportCredentialSchemaTransactionCode?, allowRevocation: Boolean?, batchSize: Int?, translations: CredentialSchemaTranslations?)
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard