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

    Interface IdentifierListQuery

    interface IdentifierListQuery {
        certificateRoles?: CertificateRole[];
        certificateRolesMatchMode?: CertificateRolesMatchMode;
        createdDateAfter?: string;
        createdDateBefore?: string;
        didMethods?: string[];
        exact?: NAME[];
        ids?: string[];
        isRemote?: boolean;
        keyAlgorithms?: string[];
        keyRoles?: KeyRole[];
        keyStorages?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        sort?: SortableIdentifierColumn;
        sortDirection?: SortDirection;
        states?: IdentifierState[];
        trustIssuanceSchemaId?: string;
        trustVerificationSchemaId?: string;
        types?: IdentifierType[];
    }
    Index

    Properties

    certificateRoles?: CertificateRole[]
    certificateRolesMatchMode?: CertificateRolesMatchMode
    createdDateAfter?: string
    createdDateBefore?: string
    didMethods?: string[]
    exact?: NAME[]
    ids?: string[]
    isRemote?: boolean
    keyAlgorithms?: string[]
    keyRoles?: KeyRole[]
    keyStorages?: string[]
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId: string
    page: number
    pageSize: number
    sortDirection?: SortDirection
    states?: IdentifierState[]
    trustIssuanceSchemaId?: string
    trustVerificationSchemaId?: string
    types?: IdentifierType[]