Citrix Gateway 13 Administration — Question 21

Scenario: A Citrix Administrator was notified that all contractor user IDs will start with the prefix "con." Currently SmartControl is used to restrict access to peripherals.
Which expression can the administrator use to accomplish this requirement?

Answer options

Correct answer: C

Explanation

The correct expression is HTTP.REQ.USER.IS_MEMBER-OF("con") because it checks if the user belongs to a group that starts with 'con'. The other options either negate the condition or use incorrect syntax, which would not effectively filter the contractor user IDs as required.