Documentation ¶
Index ¶
- Constants
- func ValidateJSSActionsPrivileges(val interface{}, key string) (warns []string, errs []error)
- func ValidateJSSObjectsPrivileges(val interface{}, key string) (warns []string, errs []error)
- func ValidateJSSSettingsPrivileges(val interface{}, key string) (warns []string, errs []error)
- type PrivilegeSupport
Constants ¶
View Source
const ( LatestVersion = "11.11.1" NMinus1Version = "11.10.2" NMinus2Version = "11.10.1" )
Variables ¶
This section is empty.
Functions ¶
func ValidateJSSActionsPrivileges ¶
ValidateJSSActionsPrivileges checks if each value in the jss_actions_privileges field
func ValidateJSSObjectsPrivileges ¶
ValidateJSSObjectsPrivileges ensures that each privilege in the list is valid.
func ValidateJSSSettingsPrivileges ¶
ValidateJSSSettingsPrivileges checks if each value in the jss_settings_privileges field
Types ¶
type PrivilegeSupport ¶ added in v0.4.3
PrivilegeSupport tracks which versions support a privilege
Click to show internal directories.
Click to hide internal directories.