RBACUser - getFullyResolvedPropertyValue
RBACUser - getFullyResolvedPropertyValue
Description :
This command returns the fully resolved value of a given property in a given user. To get a nested property value, use the format: PROP1.PROP2.PROP3.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
userName | String | Name of the user. |
propertyName | String | Name of the property whose value you want to get. |
Example
The following example get the fully resolved property value of the nested property SUB_PROP, which resides in the property USER_PROP. USER_PROP is a property of a user named tstUser:
Script
blcli RBACUser getFullyResolvedPropertyValue tstUser USER_PROP.SUB_PROP
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*