@procivis/react-native-one-core
    Preparing search index...

    Interface CredentialSchemaListItem

    interface CredentialSchemaListItem {
        allowRevocation?: boolean;
        allowSuspension: boolean;
        batchSize?: number;
        createdDate: string;
        formats: CredentialSchemaFormatResponse[];
        id: string;
        importedSourceUrl: string;
        keyStorageSecurity?: KeyStorageSecurity;
        lastModified: string;
        layoutProperties?: CredentialSchemaLayoutProperties;
        layoutType?: LayoutType;
        name: string;
        requiresWalletInstanceAttestation: boolean;
    }
    Index

    Properties

    allowRevocation?: boolean
    allowSuspension: boolean
    batchSize?: number
    createdDate: string
    id: string
    importedSourceUrl: string
    keyStorageSecurity?: KeyStorageSecurity
    lastModified: string
    layoutType?: LayoutType
    name: string
    requiresWalletInstanceAttestation: boolean