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

    Interface CredentialListQueryBindingDto

    interface CredentialListQueryBindingDto {
        createdDateAfter?: string;
        createdDateBefore?: string;
        credentialSchemaIds?: string[];
        exact?: NAME[];
        ids?: string[];
        include?: CredentialListIncludeEntityTypeBindingEnum[];
        issuanceDateAfter?: string;
        issuanceDateBefore?: string;
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        profiles?: string[];
        revocationDateAfter?: string;
        revocationDateBefore?: string;
        roles?: CredentialRoleBindingDto[];
        searchText?: string;
        searchType?: SearchTypeBindingEnum[];
        sort?: SortableCredentialColumnBindingEnum;
        sortDirection?: SortDirection;
        states?: CredentialStateBindingEnum[];
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    credentialSchemaIds?: string[]
    exact?: NAME[]
    ids?: string[]
    issuanceDateAfter?: string
    issuanceDateBefore?: string
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId: string
    page: number
    pageSize: number
    profiles?: string[]
    revocationDateAfter?: string
    revocationDateBefore?: string
    searchText?: string
    searchType?: SearchTypeBindingEnum[]
    sortDirection?: SortDirection