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

    Interface IdentifierListQuery

    interface IdentifierListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        didMethods?: string[];
        exact?: NAME[];
        isRemote?: boolean;
        keyAlgorithms?: string[];
        keyRoles?: KeyRoleEnum[];
        keyStorages?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        sort?: SortableIdentifierColumnEnum;
        sortDirection?: SortDirection;
        states?: IdentifierStateEnum[];
        types?: IdentifierTypeEnum[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdDateAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    createdDateBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    didMethods?: string[]
    exact?: NAME[]
    isRemote?: boolean
    keyAlgorithms?: string[]
    keyRoles?: KeyRoleEnum[]
    keyStorages?: string[]
    lastModifiedAfter?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    lastModifiedBefore?: string

    accepts the RFC3339 format, e.g. use the Date.toISOString

    name?: string
    organisationId: string
    page: number
    pageSize: number
    sortDirection?: SortDirection