Orion.Accounts
SolarWinds Information Service 2020.2 Schema Documentation
ToDo
Inheritance
Access control
everyone
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
AccountID | System.String | everyone | |
Enabled | System.Char | everyone | |
AllowNodeManagement | System.String | everyone | |
AllowMapManagement | System.String | everyone | |
AllowAdmin | System.String | everyone | |
CanClearEvents | System.Char | everyone | |
AllowReportManagement | System.String | everyone | |
AllowAlertManagement | System.String | everyone | |
AllowCustomize | System.String | everyone | |
AllowUnmanage | System.String | everyone | |
AllowDisableAction | System.String | everyone | |
AllowDisableAlert | System.String | everyone | |
AllowDisableAllActions | System.String | everyone | |
AlertSound | System.String | everyone | |
MenuName | System.String | everyone | |
HomePageViewID | System.Int32 | everyone | |
DefaultNetObjectID | System.String | everyone | |
DisableSessionTimeout | System.String | everyone | |
ReportFolder | System.String | everyone | |
AlertCategory | System.String | everyone | |
Expires | System.DateTime | everyone | |
LastLogin | System.DateTime | everyone | |
LimitationID1 | System.Int32 | everyone | |
LimitationID2 | System.Int32 | everyone | |
LimitationID3 | System.Int32 | everyone | |
AccountSID | System.String | everyone | |
AccountType | System.Int32 | everyone | |
GroupInfo | System.String | everyone | |
GroupPriority | System.Int16 | everyone | |
AllowViewCopCheck | System.String | everyone |
Source Relationships
Name | Type | Notes |
---|---|---|
AuditingEvents | Orion.AuditingEvents | Defined by relationship Orion.AccountHostsAuditingEvents (System.Reference) |
FavoriteResources | Orion.Web.FavoriteResource | Defined by relationship Orion.Web.AccountFavoriteResources (System.Reference) |
WebResourceSettings | Orion.Web.ResourceUserSetting | Defined by relationship Orion.Web.AccountResourceUserSettings (System.Reference) |
WebViews | Orion.Web.View | Defined by relationship Orion.Web.AccountUserWebViews (System.Reference) |
Verbs
CreateAccount
ToDo
Access control
Operations | Right |
---|---|
invoke | admin |
CreateOrionAccount
Creates a new Account with provided Account ID and Password.Required. Unique Account ID.Required. Account password.
Access control
Operations | Right |
---|---|
invoke | admin |
CreateSamlAccount
Adds SAML user account specified by its name into Orion.Required. A flag that indicates the type of account(s) to add. '5' for SAML User, '6' for SAML Group.Required. SAML User or Group name used to map the account. This value has to match the claim in the SAML response to log in as this user.
Access control
Operations | Right |
---|---|
invoke | admin |
CreateWindowsAccount
Adds Windows User accounts into Orion based on the provided account name search string.Required. A flag that indicates the type of Windows account(s) to add. '2' for Windows User, '3' for Windows Group.Required. Windows User or Group name to add. Use Domain\Username or Domain\Groupname format. All accounts that match the string provided will be added.Optional. User name of the account that has administrative access to Active Directory or local domain accounts.Optional. Password for the user account granted administrative access to Active Directory or local domain accounts.
Access control
Operations | Right |
---|---|
invoke | admin |
UpdateAccount
Updates properties of the specified Account with provided values.Required. Account ID as defined in Orion.Accounts.Required. A non-empty dictionary of name-value pairs that specify which properties to update.
Access control
Operations | Right |
---|---|
invoke | admin |
DeleteAccount
Deletes specified account.Required. Account ID as defined in Orion.Accounts.
Access control
Operations | Right |
---|---|
invoke | admin |
ChangePassword
Changes password of the specified Account with provided string.Required. Account ID as defined in Orion.Accounts.Required. New account password.
Access control
Operations | Right |
---|---|
invoke | admin |
ResetPassword
Resets password to empty password.Required. Account ID as defined in Orion.Accounts.
Access control
Operations | Right |
---|---|
invoke | admin |
CreateOneTimeLoginToken
Creates a one time login token.Required. Account ID as defined in Orion.Accounts.
Access control
Operations | Right |
---|---|
invoke | admin |
CreateVirtualAccount
Creates virtual user account.Required. Account ID as defined in Orion.Accounts.
Access control
Operations | Right |
---|---|
invoke | admin |