vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface IdentityVerificationProcDtlMetadata

    interface IdentityVerificationProcDtlMetadata {
        apexClass?: string;
        dataSourceType: IdentityVerificationDataSourceType;
        developerName: string;
        fullName?: string;
        identityVerificationProcFlds?: IdentityVerificationProcFldMetadata[];
        isActive?: boolean;
        isRetryAllowedAfterLimit?: boolean;
        linkedIdVerfProcessDet?: string;
        masterLabel: string;
        objectName?: string;
        optionalVerifiersMinVerfCount?: number;
        retryLimit?: number;
        searchFilter?: string;
        searchRecordUniqueIdField?: string;
        searchResultSortBy?: string;
        searchSequenceNumber: number;
        searchType: IdentityVerificationSearchType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apexClass?: string
    developerName: string
    fullName?: string
    identityVerificationProcFlds?: IdentityVerificationProcFldMetadata[]
    isActive?: boolean
    isRetryAllowedAfterLimit?: boolean
    linkedIdVerfProcessDet?: string
    masterLabel: string
    objectName?: string
    optionalVerifiersMinVerfCount?: number
    retryLimit?: number
    searchFilter?: string
    searchRecordUniqueIdField?: string
    searchResultSortBy?: string
    searchSequenceNumber: number