Versions in this module Expand all Collapse all v0 v0.1.1 Aug 12, 2021 Changes in this version + const AgentStatusConnected + const AgentStatusDisabled + const AgentStatusDisconnected + const AgentStatusStarting + const AgentStatusStopped + const AgentStatusUnknown + const ExitCodeNotEnrolled + var ErrCannotDecryptToken = errors.New("Cannot decrypt token") + var ErrCannotGetToken = errors.New("Cannot obtain token") + var ErrCannotSetupConnection = errors.New("Cannot setup connection to Centrify Client") + var ErrClientNotInstalled = errors.New("Centrify client Not installed") + var ErrCommunicationError = errors.New("Communication error with Centrify Client") + var ErrExpiredPublicKey = errors.New("Expired public key") + var ErrGettingPublicKey = errors.New("Error in getting Centrify Client's public key") + var ErrGettingResourceOwner = errors.New("Cannot get resource owner credential") + var ErrInvalidCredential = errors.New("Invalid username or password") + var ErrNotEnrolled = errors.New("Not enrolled") + func GetCClientStatus() (string, error) + func GetCClientVersion() (string, error) + func GetDMCEndPoint() string + func GetEnrolledTenant() (string, error) + func IsCClientInstalled() (bool, error) + func RunByPrivilegedUser() (bool, error) — linux/amd64 + func VerifyCClientVersionReq(req string) (bool, error) v0.1.0 Jul 28, 2021