RestrictionType
The possible restriction types, defining who has access to a resource or action.
enum RestrictionType {
AGENTS
EVERYONE
ME
TEAMS
}
Values
RestrictionType.AGENTS
Restricted to specified agents within the account.
RestrictionType.EVERYONE
Accessible to everyone, no restrictions.
RestrictionType.ME
Restricted to the current user only.
RestrictionType.TEAMS
Restricted to members of specific teams.
Member of
Restriction object