1Y0-230 Exam QuestionsBrowse all questions from this exam

1Y0-230 Exam - Question 34


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?

Show Answer
Correct Answer: D

The requirement is to restrict access to peripherals for all user IDs that start with the prefix 'con.' The expression should verify if the username contains the prefix 'con' to apply restrictions accordingly. The correct expression for this is HTTP.REQ.USERNAME.CONTAINS('con'), which checks if the username contains the string 'con'. The other options either include unnecessary conditions or incorrect methods.

Discussion

1 comment
Sign in to comment
Heraldo
Nov 20, 2020

answer should be D