Skip to main content
Version: Current

foundation-filters.usertargetingparams

Home > @genesislcap/foundation-filters > UserTargetingParams

UserTargetingParams type

UserTargetingParams

Signature:

export type UserTargetingParams = {
readonly usernames?: string[];
readonly profiles?: string[];
readonly permissions?: string[];
};

Example

{
"usernames": ["JohnDoe"],
"profiles": ["ADMIN", "READ_WRITE_DEALER"],
"permissions": ["ExportClientDashboard"]
}