GetGroupName

Security Manager Module

Description Returns the namespace (realm) of the caller’s account.
Returns String
Usage Script or steady state.
Related to: BuildFullName | GetAccountID | GetAccountInfo | GetFullName | GetUserName | IsLoggedOn | IsSecured | IsSuspended | SecurityCheck | UIErrorToText | Security NameSpaces
Format \SecurityManager\GetGroupName()
Parameters None
Comments None

Example:

  SecureRealm = \SecurityManager.GetGroupName();

Assuming that security realms are in use, SecureRealm is set to the realm name of the user currently signed in for this session / workstation.