Documentation
¶
Index ¶
- Variables
- func NewDeviceLifecycleCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewJwksCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewRiskCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewStatusCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewStreamCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewVerificationCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewWellKnownCmd(cliCtx *registry.CLIContext) *cobra.Command
- type SpecSource
Constants ¶
This section is empty.
Variables ¶
var Sources = []SpecSource{
{File: "specs/security/jamf-device-lifecycle-api.json", SHA256: "ff24615f630779476534a7498a601d3315be4bff6c2516c9af6a78d40726e41f"},
{File: "specs/security/jamf-risk-api.json", SHA256: "ae429a7265ce44b52ba0d780c30d095eae1b797084fc5a5e48d56a7d3db24e4b"},
{File: "specs/security/shared-signals-events-configuration-and-management-api.json", SHA256: "8018e2fe4e5aa23d7ab3e965dbdf9decbd75cf5e3a987b1a58e549390193a8e9"},
}
Sources lists every spec file consumed when this package was generated. Order: stable, by File. Use `jamf-cli version -v` to print.
Functions ¶
func NewDeviceLifecycleCmd ¶
func NewDeviceLifecycleCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDeviceLifecycleCmd returns the cobra command tree for the device-lifecycle Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewJwksCmd ¶
func NewJwksCmd(cliCtx *registry.CLIContext) *cobra.Command
NewJwksCmd returns the cobra command tree for the jwks Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewRiskCmd ¶
func NewRiskCmd(cliCtx *registry.CLIContext) *cobra.Command
NewRiskCmd returns the cobra command tree for the risk Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewStatusCmd ¶
func NewStatusCmd(cliCtx *registry.CLIContext) *cobra.Command
NewStatusCmd returns the cobra command tree for the status Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewStreamCmd ¶
func NewStreamCmd(cliCtx *registry.CLIContext) *cobra.Command
NewStreamCmd returns the cobra command tree for the stream Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewVerificationCmd ¶
func NewVerificationCmd(cliCtx *registry.CLIContext) *cobra.Command
NewVerificationCmd returns the cobra command tree for the verification Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
func NewWellKnownCmd ¶
func NewWellKnownCmd(cliCtx *registry.CLIContext) *cobra.Command
NewWellKnownCmd returns the cobra command tree for the well-known Jamf Security Cloud resource. Wire it into the "security" product command via AddCommand.
Types ¶
type SpecSource ¶
SpecSource is one spec file consumed by code generation.