itgle.com

Your company has a mix of employees and contractors. Contractor usernames always begin with"con-"; employee usernames never begin with "con-". You need to give employees access to allresources and give contractors access to a limited set of resources. Emp

题目

Your company has a mix of employees and contractors. Contractor usernames always begin with"con-"; employee usernames never begin with "con-". You need to give employees access to allresources and give contractors access to a limited set of resources. Employee and contractor roles have been created with the appropriate access privileges, and the realm is set to merge settings for all assigned roles.Which role mapping ruleset would result in the correct access privileges being assigned?()

A. username="*" -> Employee-role Stop username="con-*" -> Contractor-role

B. username="*" -> Employee-role username="con-*" -> Contractor-role Stop

C. username="con-*" -> Contractor-role Stop username="*" -> Employee-role

D. username="con-*" -> Contractor-role username="*" -> Employee-role Stop


相似考题
参考答案和解析
参考答案:C
更多“Your company has a mix of employees and contractors. Contractor usernames always begin wit ”相关问题
  • 第1题:

    下列()是并行执行的。

    A.连续赋值语句

    B.initial块语句

    C.always块语句

    D.块语句中begin。。。end之间的语句


    连续赋值语句;initial块语句;always 块语句

  • 第2题:

    下面程序是否能够实现Mealy型状态机输出功能? always @(PST or DIN2) begin: COM case (PST) ST0: if (DIN2==1b`1) Q=5`H10; else Q=5`H0A ...


    正确

  • 第3题:

    16、always过程块以begin开始,_________结束。


    只要敏感事件表中的事件发生变化就会执行always语句块。;在always块中的过程赋值语句中,赋值符号左边的变量必须被定义成寄存器类型。

  • 第4题:

    【口语题】white–wit


    A

  • 第5题:

    在always和initial语句中不可以使用的语句是()。

    A.for语句

    B.repeat语句

    C.模块例化语句

    D.begin…end语句


    模块例化语句