generated

package
v1.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Sources = []SpecSource{
	{File: "specs/platform/account_licensing_api.json", SHA256: "12dc1dd124d8a38706ac6be70882c0d915be67abef424bf01558510ed9a7e97c"},
	{File: "specs/platform/account_partners_api.json", SHA256: "2cd9861989bddb7774a3e3b7c02413c09509758954d697b92936e0286ed774b6"},
	{File: "specs/platform/account_sso_api.json", SHA256: "1666b749cd3af48e15d4b7ab0f6360665205767541eb63fd328976baf6214b09"},
	{File: "specs/platform/ai_governance_policies_api.json", SHA256: "c8aa7179373f0798b4f03c16c397ddc8a6ee3b0f4baec33509dfb0435de1ec53"},
	{File: "specs/platform/audit_api.json", SHA256: "91c2bc728040703da48194160da8605de3b9c35c734fe04f93a8a7cf88359881"},
	{File: "specs/platform/blueprints_api.json", SHA256: "43276c66813acb8a360ce9ae41a2b6062bc33e3ab1d327f11beeba5dac943654"},
	{File: "specs/platform/compliance_benchmark_engine.json", SHA256: "5db95f8e71eee86fcf6677f1ec246a800fffbbe02715e72fdff80f4b0859f92d"},
	{File: "specs/platform/declaration_reporting_service.json", SHA256: "1b23842f173587f068a3244f1df451e703d8c6a93237bdd610fa233ad65ceb47"},
	{File: "specs/platform/device_group_inventory_api.json", SHA256: "4b0b648ff8ccc41df8f6fe153b19d7aab7a239d35022fd4358d38fc2d4070cf3"},
	{File: "specs/platform/device_inventory_api.json", SHA256: "bf02bd96640c39303879483f1f962601e4f3fb5443bcb7fc98db49d53536494b"},
	{File: "specs/platform/device_management_action_api.json", SHA256: "0abfe22c049c3727aecc300af2737ada36867cd533d14f794fc1addae5ccbdcf"},
	{File: "specs/platform/securitycloud_categories_api.json", SHA256: "2a439848744f5303275f32b9c3286ee198d99c716f9d0fc669641b940457086a"},
	{File: "specs/platform/securitycloud_device_groups_api.json", SHA256: "0d33d48858d9819b9e36e6c8d69e04c84d5b4712ded49da982349d0afffa88f7"},
	{File: "specs/platform/securitycloud_dns_api.json", SHA256: "4a056229fbd7adf28dc608134423dcdaaebceab98186fc74eb45b060f914e2cd"},
	{File: "specs/platform/securitycloud_enrollment_api.json", SHA256: "ad128ec1eccff8f92cdff6c26be9dc588ca2f3bbd24e00c454e069f485cb0022"},
	{File: "specs/platform/securitycloud_uem_connect_api.json", SHA256: "9d1d776e9e091ed0049f9e127b07f2eb57d0b502b055645038b28006eb98d77f"},
	{File: "specs/platform/securitycloud_ztna_api.json", SHA256: "327dd9e29ed79c974acf870b65d5b2a757fe02240f2f2f7ef48ef429c724f068"},
}

Sources lists every spec file consumed when this package was generated. Order: stable, by File. Use `jamf-cli version -v` to print.

Functions

func NewAccountLicensesCmd added in v1.28.0

func NewAccountLicensesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewAccountLicensesCmd returns the cobra command tree for the account-licenses platform resource. Wire it into a product namespace via AddCommand.

func NewAiPoliciesCmd added in v1.28.0

func NewAiPoliciesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewAiPoliciesCmd returns the cobra command tree for the ai-policies platform resource. Wire it into a product namespace via AddCommand.

func NewAiToolsCmd added in v1.28.0

func NewAiToolsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewAiToolsCmd returns the cobra command tree for the ai-tools platform resource. Wire it into a product namespace via AddCommand.

func NewAuditCmd added in v1.28.0

func NewAuditCmd(cliCtx *registry.CLIContext) *cobra.Command

NewAuditCmd returns the cobra command tree for the audit platform resource. Wire it into a product namespace via AddCommand.

func NewBaselinesCmd

func NewBaselinesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewBaselinesCmd returns the cobra command tree for the baselines platform resource. Wire it into a product namespace via AddCommand.

func NewBenchmarkReportsCmd

func NewBenchmarkReportsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewBenchmarkReportsCmd returns the cobra command tree for the benchmark-reports platform resource. Wire it into a product namespace via AddCommand.

func NewBenchmarksCmd

func NewBenchmarksCmd(cliCtx *registry.CLIContext) *cobra.Command

NewBenchmarksCmd returns the cobra command tree for the benchmarks platform resource. Wire it into a product namespace via AddCommand.

func NewBlueprintComponentsCmd

func NewBlueprintComponentsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewBlueprintComponentsCmd returns the cobra command tree for the blueprint-components platform resource. Wire it into a product namespace via AddCommand.

func NewBlueprintsCmd

func NewBlueprintsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewBlueprintsCmd returns the cobra command tree for the blueprints platform resource. Wire it into a product namespace via AddCommand.

func NewContentCategoriesCmd added in v1.28.0

func NewContentCategoriesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewContentCategoriesCmd returns the cobra command tree for the content-categories platform resource. Wire it into a product namespace via AddCommand.

func NewDealRegistrationsCmd added in v1.28.0

func NewDealRegistrationsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDealRegistrationsCmd returns the cobra command tree for the deal-registrations platform resource. Wire it into a product namespace via AddCommand.

func NewDeclarationReportsCmd

func NewDeclarationReportsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDeclarationReportsCmd returns the cobra command tree for the declaration-reports platform resource. Wire it into a product namespace via AddCommand.

func NewDeviceActionsCmd

func NewDeviceActionsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDeviceActionsCmd returns the cobra command tree for the device-actions platform resource. Wire it into a product namespace via AddCommand.

func NewDeviceGroupsCmd

func NewDeviceGroupsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDeviceGroupsCmd returns the cobra command tree for the device-groups platform resource. Wire it into a product namespace via AddCommand.

func NewDeviceReportsCmd

func NewDeviceReportsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDeviceReportsCmd returns the cobra command tree for the device-reports platform resource. Wire it into a product namespace via AddCommand.

func NewDevicesCmd

func NewDevicesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDevicesCmd returns the cobra command tree for the devices platform resource. Wire it into a product namespace via AddCommand.

func NewDistributorConfigurationCmd added in v1.28.0

func NewDistributorConfigurationCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDistributorConfigurationCmd returns the cobra command tree for the distributor-configuration platform resource. Wire it into a product namespace via AddCommand.

func NewDistributorPurchaseOrdersCmd added in v1.28.0

func NewDistributorPurchaseOrdersCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDistributorPurchaseOrdersCmd returns the cobra command tree for the distributor-purchase-orders platform resource. Wire it into a product namespace via AddCommand.

func NewDistributorQuotesCmd added in v1.28.0

func NewDistributorQuotesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDistributorQuotesCmd returns the cobra command tree for the distributor-quotes platform resource. Wire it into a product namespace via AddCommand.

func NewDnsCustomHostnameMappingsCmd added in v1.28.0

func NewDnsCustomHostnameMappingsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDnsCustomHostnameMappingsCmd returns the cobra command tree for the dns-custom-hostname-mappings platform resource. Wire it into a product namespace via AddCommand.

func NewDnsSearchDomainsCmd added in v1.28.0

func NewDnsSearchDomainsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDnsSearchDomainsCmd returns the cobra command tree for the dns-search-domains platform resource. Wire it into a product namespace via AddCommand.

func NewDnsZonesCmd added in v1.28.0

func NewDnsZonesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewDnsZonesCmd returns the cobra command tree for the dns-zones platform resource. Wire it into a product namespace via AddCommand.

func NewEnrollmentActivationProfilesCmd added in v1.28.0

func NewEnrollmentActivationProfilesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewEnrollmentActivationProfilesCmd returns the cobra command tree for the enrollment-activation-profiles platform resource. Wire it into a product namespace via AddCommand.

func NewPlatformDeviceGroupsCmd added in v1.28.0

func NewPlatformDeviceGroupsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewPlatformDeviceGroupsCmd returns the cobra command tree for the platform-device-groups platform resource. Wire it into a product namespace via AddCommand.

func NewPlatformUsersCmd

func NewPlatformUsersCmd(cliCtx *registry.CLIContext) *cobra.Command

NewPlatformUsersCmd returns the cobra command tree for the platform-users platform resource. Wire it into a product namespace via AddCommand.

func NewRulesCmd

func NewRulesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewRulesCmd returns the cobra command tree for the rules platform resource. Wire it into a product namespace via AddCommand.

func NewSsoConnectionsCmd added in v1.28.0

func NewSsoConnectionsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewSsoConnectionsCmd returns the cobra command tree for the sso-connections platform resource. Wire it into a product namespace via AddCommand.

func NewSsoDomainsCmd added in v1.28.0

func NewSsoDomainsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewSsoDomainsCmd returns the cobra command tree for the sso-domains platform resource. Wire it into a product namespace via AddCommand.

func NewUemActivationProfilesCmd added in v1.28.0

func NewUemActivationProfilesCmd(cliCtx *registry.CLIContext) *cobra.Command

NewUemActivationProfilesCmd returns the cobra command tree for the uem-activation-profiles platform resource. Wire it into a product namespace via AddCommand.

func NewUemConnectorEnablementCmd added in v1.28.0

func NewUemConnectorEnablementCmd(cliCtx *registry.CLIContext) *cobra.Command

NewUemConnectorEnablementCmd returns the cobra command tree for the uem-connector-enablement platform resource. Wire it into a product namespace via AddCommand.

func NewUemConnectorsCmd added in v1.28.0

func NewUemConnectorsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewUemConnectorsCmd returns the cobra command tree for the uem-connectors platform resource. Wire it into a product namespace via AddCommand.

func NewUemSyncCmd added in v1.28.0

func NewUemSyncCmd(cliCtx *registry.CLIContext) *cobra.Command

NewUemSyncCmd returns the cobra command tree for the uem-sync platform resource. Wire it into a product namespace via AddCommand.

func NewUemSyncSettingsCmd added in v1.28.0

func NewUemSyncSettingsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewUemSyncSettingsCmd returns the cobra command tree for the uem-sync-settings platform resource. Wire it into a product namespace via AddCommand.

func NewZtnaAppsCmd added in v1.28.0

func NewZtnaAppsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewZtnaAppsCmd returns the cobra command tree for the ztna-apps platform resource. Wire it into a product namespace via AddCommand.

func NewZtnaGatewaysCmd added in v1.28.0

func NewZtnaGatewaysCmd(cliCtx *registry.CLIContext) *cobra.Command

NewZtnaGatewaysCmd returns the cobra command tree for the ztna-gateways platform resource. Wire it into a product namespace via AddCommand.

func NewZtnaGroupedGatewaysCmd added in v1.28.0

func NewZtnaGroupedGatewaysCmd(cliCtx *registry.CLIContext) *cobra.Command

NewZtnaGroupedGatewaysCmd returns the cobra command tree for the ztna-grouped-gateways platform resource. Wire it into a product namespace via AddCommand.

func NewZtnaPredefinedAppsCmd added in v1.28.0

func NewZtnaPredefinedAppsCmd(cliCtx *registry.CLIContext) *cobra.Command

NewZtnaPredefinedAppsCmd returns the cobra command tree for the ztna-predefined-apps platform resource. Wire it into a product namespace via AddCommand.

func NewZtnaSharedGatewaysCmd added in v1.28.0

func NewZtnaSharedGatewaysCmd(cliCtx *registry.CLIContext) *cobra.Command

NewZtnaSharedGatewaysCmd returns the cobra command tree for the ztna-shared-gateways platform resource. Wire it into a product namespace via AddCommand.

Types

type SpecSource added in v1.17.0

type SpecSource struct {
	File   string
	SHA256 string
}

SpecSource is one spec file consumed by code generation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL