Skip to content

rba_statement

RBA Statement

show | delete | set | add

show rba_statement

Use this operation to get RBA statements

Synopsys

show rba_statement [id=<string>]

Parameters

id

Id is system generated key for all the permission statements

delete rba_statement

Use this operation to delete RBA statement(s)

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete rba_statement 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_statement

Use this operation to modify RBA statement

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set rba_statement id=<string> [dependent_resources=<string>] [operation_name=<string>] [access_type=(false | true)] [resource_type=<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.

dependent_resources

Dependent Resources

operation_name

Operation Name

access_type

true, if access is allowed

resource_type

Resource Type

parent_name

parent_id

add rba_statement

Use this operation to add RBA statement

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add rba_statement dependent_resources=<string> operation_name=<string> resource_type=<string> [access_type=(false | true)] [parent_name=<string>] [parent_id=<string>]

Parameters {#parameters-3 style="margin-left: 20px;"}

dependent_resources

Dependent Resources

This is a mandatory parameter.

operation_name

Operation Name

This is a mandatory parameter.

resource_type

Resource Type

This is a mandatory parameter.

access_type

true, if access is allowed

parent_name

parent_id

Was this article helpful?