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

    Interface ImportProofSchemaCredentialSchemaBindingDto

    interface ImportProofSchemaCredentialSchemaBindingDto {
        allowSuspension?: boolean;
        createdDate: string;
        deletedAt?: string;
        format: string;
        id: string;
        importedSourceUrl: string;
        keyStorageSecurity?: KeyStorageSecurityBindingEnum;
        lastModified: string;
        layoutProperties?: CredentialSchemaLayoutPropertiesBindingDto;
        layoutType?: LayoutTypeBindingEnum;
        name: string;
        requiresAppAttestation?: boolean;
        revocationMethod?: string;
        schemaId: string;
    }
    Index

    Properties

    allowSuspension?: boolean
    createdDate: string
    deletedAt?: string
    format: string
    id: string
    importedSourceUrl: string
    keyStorageSecurity?: KeyStorageSecurityBindingEnum
    lastModified: string
    name: string
    requiresAppAttestation?: boolean
    revocationMethod?: string
    schemaId: string