You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Options BOOLEAN = True$, False$

Options ACCESSLEVELS = "Enabled", "Disabled", "Hidden"




A

AcceptWindowsLogin

Returns a True or False depending on whether the Windows login credentials (SSO) is accepted.

C
CalculateCommandCategoryDefault

Determines the command's access level: "Enabled", "Disabled", or "Hidden". This is based on the given category.

CalculateCommandDefault

Determines the command's access level: "Enabled", "Disabled", or "Hidden". This is based on the given command group and/or user name.

CalculateCommandDefaultForPolicy

Determines the command's access level: "Enabled", "Disabled", or "Hidden". This is based on the given policy.

CalculateCommandGroupDefault

Determines the command's access level: "Enabled", "Disabled", or "Hidden". This is based on the given user group and/or user name.

F
FilterCommandsByAccess

Takes the given CommandList and removes any commands that do not match the given AccessLevel.

  • No labels