rba_ui¶
RBA for UI components
show rba_ui¶
Use this operation to get RBA details for UI components
Synopsys¶
show rba_ui [id=<string>]
Parameters¶
id
Id is system generated key for all the permission statements
delete rba_ui¶
Use this operation to delete RBA details for UI components(s)
Synopsys {#synopsys-1 style="margin-left: 20px;"}¶
delete rba_ui id=<string>
Parameters {#parameters-1 style="margin-left: 20px;"}¶
id
Id is system generated key for all the permission statements
This is a mandatory parameter.
set rba_ui¶
Use this operation to modify RBA details for UI components
Synopsys {#synopsys-2 style="margin-left: 20px;"}¶
set rba_ui id=<string> [display_name=<string>] [access_type=(false | true)] [name=<string>] [parent_name=<string>] [parent_id=<string>]
Parameters {#parameters-2 style="margin-left: 20px;"}¶
id
Id is system generated key for all the permission statements
This is a mandatory parameter.
display_name
UI Component Display Name
access_type
true, if access is allowed
name
UI Component Name
parent_name
parent_id
add rba_ui¶
Use this operation to add RBA details for UI components
Synopsys {#synopsys-3 style="margin-left: 20px;"}¶
add rba_ui display_name=<string> name=<string> [access_type=(false | true)] [parent_name=<string>] [parent_id=<string>]
Parameters {#parameters-3 style="margin-left: 20px;"}¶
display_name
UI Component Display Name
This is a mandatory parameter.
name
UI Component Name
This is a mandatory parameter.
access_type
true, if access is allowed
parent_name
parent_id