$VerifiedUserName system tag
- Last UpdatedJun 17, 2024
- 1 minute read
Contains the verified user's full name if the call to the InvisibleVerifyCredentials() function is successful and if the security mode is set to operating system-based or ArchestrA Application Server-based security. If the call fails, then the system tag is set to null.
Category
security
Usage
$VerifiedUserName
Remarks
When the $VerifiedUserName system tag changes (when the InvisibleVerifyCredentials() function is called), an event is generated.
Data Type
Message (read only)
Valid Values
A user's full name.
Example(s)
Tag = InvisibleVerifyCredentials( "john","password", "Plant_Floor");{ If the call is successful, the $VerifiedUserName is set to "John Smith" and an Operator Event is generated. If the above call is not successful, $VerifiedUserName is set to "".}
See Also
InvisibleVerifyCredentials(); $OperatorName, $Operator