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

    Interface UserCriteriaMetadata

    interface UserCriteriaMetadata {
        creationAgeInSeconds?: number;
        description?: string;
        fullName?: string;
        lastChatterActivityAgeInSeconds?: number;
        masterLabel: string;
        profiles?: string[];
        userTypes?: NetworkUserType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    creationAgeInSeconds?: number
    description?: string
    fullName?: string
    lastChatterActivityAgeInSeconds?: number
    masterLabel: string
    profiles?: string[]
    userTypes?: NetworkUserType[]