Documentation
¶
Index ¶
- type SystemProperties
- func (s *SystemProperties) AddAccountX(accountType int, accountID string, accountPassword string) (string, error)
- func (s *SystemProperties) AddOAuthAccountX(accountType int, accountToken string, accountKey string, oAuthDeviceID string, ...) (addOAuthAccountXResponse, error)
- func (s *SystemProperties) DoPostUpdateTasks() error
- func (s *SystemProperties) EditAccountMd(accountType int, accountID string, newAccountMd string) error
- func (s *SystemProperties) EditAccountPasswordX(accountType int, accountID string, newAccountPassword string) error
- func (s *SystemProperties) EnableRDM(state bool) error
- func (s *SystemProperties) GetRDM() (bool, error)
- func (s *SystemProperties) GetString(variableName string) (string, error)
- func (s *SystemProperties) GetWebCode(accountType string) (string, error)
- func (s *SystemProperties) ProvisionCredentialedTrialAccountX(accountType int, accountID string, accountPassword string) (provisionCredentialedTrialAccountXResponse, error)
- func (s *SystemProperties) RefreshAccountCredentialsX(accountType int, accountUID int, accountToken string, accountKey string) error
- func (s *SystemProperties) Remove(variableName string) error
- func (s *SystemProperties) RemoveAccount(accountType int, accountID string) error
- func (s *SystemProperties) ReplaceAccountX(accountUDN string, newAccountID string, newAccountPassword string, ...) (string, error)
- func (s *SystemProperties) ResetThirdPartyCredentials() error
- func (s *SystemProperties) SetAccountNicknameX(accountUDN string, accountNickname string) error
- func (s *SystemProperties) SetString(variableName string, stringValue string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemProperties ¶
func (*SystemProperties) AddAccountX ¶
func (*SystemProperties) AddOAuthAccountX ¶
func (*SystemProperties) DoPostUpdateTasks ¶
func (s *SystemProperties) DoPostUpdateTasks() error
func (*SystemProperties) EditAccountMd ¶
func (s *SystemProperties) EditAccountMd(accountType int, accountID string, newAccountMd string) error
func (*SystemProperties) EditAccountPasswordX ¶
func (s *SystemProperties) EditAccountPasswordX(accountType int, accountID string, newAccountPassword string) error
func (*SystemProperties) EnableRDM ¶
func (s *SystemProperties) EnableRDM(state bool) error
func (*SystemProperties) GetRDM ¶
func (s *SystemProperties) GetRDM() (bool, error)
func (*SystemProperties) GetString ¶
func (s *SystemProperties) GetString(variableName string) (string, error)
func (*SystemProperties) GetWebCode ¶
func (s *SystemProperties) GetWebCode(accountType string) (string, error)
func (*SystemProperties) ProvisionCredentialedTrialAccountX ¶
func (s *SystemProperties) ProvisionCredentialedTrialAccountX(accountType int, accountID string, accountPassword string) (provisionCredentialedTrialAccountXResponse, error)
func (*SystemProperties) RefreshAccountCredentialsX ¶
func (*SystemProperties) Remove ¶
func (s *SystemProperties) Remove(variableName string) error
func (*SystemProperties) RemoveAccount ¶
func (s *SystemProperties) RemoveAccount(accountType int, accountID string) error
func (*SystemProperties) ReplaceAccountX ¶
func (*SystemProperties) ResetThirdPartyCredentials ¶
func (s *SystemProperties) ResetThirdPartyCredentials() error
func (*SystemProperties) SetAccountNicknameX ¶
func (s *SystemProperties) SetAccountNicknameX(accountUDN string, accountNickname string) error
Click to show internal directories.
Click to hide internal directories.