RBACRole - getFullyResolvedPropertyValue

RBACRole - getFullyResolvedPropertyValue

Description :

This command returns the fully resolved value of a given property on a given role. Using the dot notation, you can get the nested property value in the role.

Return type : String

Command Input :

Variable Name

Variable Type

Description

roleName

String

Name of the role.

propertyName

String

Name of the property whose value you want to get.

Example

The following example get the fully resolved property value of property SUB_PROP in the property ROLE_PROP of a role named tstRole:

Script





blcli RBACRole getFullyResolvedPropertyValue tstRole ROLE_PROP.SUB_PROP 



Was this page helpful? Yes No Submitting... Thank you

Comments