Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

RBACUser - isWebservicesAccessDisabled


  

RBACUser - isWebservicesAccessDisabled

Description :

This command retrieves the value of the disableWebservicesAccess attribute of a user account. This attribute is used to determine whether a TrueSight Server Automation user is able to log on to the TrueSight Server Automation Webservice.

Return type : Boolean

Command Input :

Variable Name

Variable Type

Description

userName

String

Name of the user for which you want to retrieve the attribute.

Example

The following example retrieves the disableWebservicesAccess attribute of a user account named Mike.

Script

blcli RBACUser isWebservicesAccessDisabled Mike

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation Command Line Interface