github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	AgentOptions	*json.RawMessage
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	HostExpirySettings	fleet.HostExpirySettings
github.com/fleetdm/fleet/v4/server/fleet/HostExpirySettings	HostExpiryEnabled	bool
github.com/fleetdm/fleet/v4/server/fleet/HostExpirySettings	HostExpiryWindow	int
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	WebhookSettings	fleet.TeamWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/TeamWebhookSettings	HostStatusWebhook	*fleet.HostStatusWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/HostStatusWebhookSettings	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/HostStatusWebhookSettings	DestinationURL	string
github.com/fleetdm/fleet/v4/server/fleet/HostStatusWebhookSettings	HostPercentage	float64
github.com/fleetdm/fleet/v4/server/fleet/HostStatusWebhookSettings	DaysCount	int
github.com/fleetdm/fleet/v4/server/fleet/TeamWebhookSettings	FailingPoliciesWebhook	fleet.FailingPoliciesWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/FailingPoliciesWebhookSettings	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/FailingPoliciesWebhookSettings	DestinationURL	string
github.com/fleetdm/fleet/v4/server/fleet/FailingPoliciesWebhookSettings	PolicyIDs	[]uint
github.com/fleetdm/fleet/v4/server/fleet/FailingPoliciesWebhookSettings	HostBatchSize	int
github.com/fleetdm/fleet/v4/server/fleet/TeamWebhookSettings	HostActivitiesWebhook	*fleet.HostActivitiesWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/HostActivitiesWebhookSettings	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/HostActivitiesWebhookSettings	DestinationURL	string
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	Integrations	fleet.TeamIntegrations
github.com/fleetdm/fleet/v4/server/fleet/TeamIntegrations	Jira	[]*fleet.TeamJiraIntegration
github.com/fleetdm/fleet/v4/server/fleet/TeamJiraIntegration	URL	string
github.com/fleetdm/fleet/v4/server/fleet/TeamJiraIntegration	ProjectKey	string
github.com/fleetdm/fleet/v4/server/fleet/TeamJiraIntegration	EnableFailingPolicies	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamIntegrations	Zendesk	[]*fleet.TeamZendeskIntegration
github.com/fleetdm/fleet/v4/server/fleet/TeamZendeskIntegration	URL	string
github.com/fleetdm/fleet/v4/server/fleet/TeamZendeskIntegration	GroupID	int64
github.com/fleetdm/fleet/v4/server/fleet/TeamZendeskIntegration	EnableFailingPolicies	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamIntegrations	GoogleCalendar	*fleet.TeamGoogleCalendarIntegration
github.com/fleetdm/fleet/v4/server/fleet/TeamGoogleCalendarIntegration	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamGoogleCalendarIntegration	WebhookURL	string
github.com/fleetdm/fleet/v4/server/fleet/TeamIntegrations	ConditionalAccessEnabled	optjson.Bool
github.com/fleetdm/fleet/v4/pkg/optjson/Bool	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Bool	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Bool	Value	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	MDM	fleet.TeamMDM
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	EnableDiskEncryption	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	EnableRecoveryLockPassword	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	RequireBitLockerPIN	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	MacOSUpdates	fleet.AppleOSUpdateSettings
github.com/fleetdm/fleet/v4/server/fleet/AppleOSUpdateSettings	UpdateNewHosts	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/AppleOSUpdateSettings	MinimumVersion	optjson.String
github.com/fleetdm/fleet/v4/pkg/optjson/String	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/String	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/String	Value	string
github.com/fleetdm/fleet/v4/server/fleet/AppleOSUpdateSettings	Deadline	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/AppleOSUpdateSettings	DeadlineDays	optjson.Int
github.com/fleetdm/fleet/v4/pkg/optjson/Int	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Int	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Int	Value	int
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	IOSUpdates	fleet.AppleOSUpdateSettings
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	IPadOSUpdates	fleet.AppleOSUpdateSettings
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	WindowsUpdates	fleet.WindowsUpdates
github.com/fleetdm/fleet/v4/server/fleet/WindowsUpdates	DeadlineDays	optjson.Int
github.com/fleetdm/fleet/v4/server/fleet/WindowsUpdates	GracePeriodDays	optjson.Int
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	MacOSSettings	fleet.MacOSSettings
github.com/fleetdm/fleet/v4/server/fleet/MacOSSettings	CustomSettings	[]fleet.MDMProfileSpec
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	Path	string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	Paths	string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	Activation	string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	Labels	[]string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	LabelsIncludeAll	[]string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	LabelsIncludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/MDMProfileSpec	LabelsExcludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/MacOSSettings	DeprecatedEnableDiskEncryption	*bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSettings	Assets	[]fleet.MDMProfileSpec
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	MacOSSetup	fleet.MacOSSetup
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	BootstrapPackage	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	EnableEndUserAuthentication	bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	LockEndUserInfo	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	MacOSSetupAssistant	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	EnableReleaseDeviceManually	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	Script	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	Software	optjson.Slice[*github.com/fleetdm/fleet/v4/server/fleet.MacOSSetupSoftware]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[*github.com/fleetdm/fleet/v4/server/fleet.MacOSSetupSoftware]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[*github.com/fleetdm/fleet/v4/server/fleet.MacOSSetupSoftware]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[*github.com/fleetdm/fleet/v4/server/fleet.MacOSSetupSoftware]	Value	[]*fleet.MacOSSetupSoftware
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetupSoftware	AppStoreID	string
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetupSoftware	PackagePath	string
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	ManualAgentInstall	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	RequireAllSoftware	bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	RequireAllSoftwareWindows	bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	EnableManagedLocalAccount	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSSetup	EndUserLocalAccountType	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	WindowsSettings	fleet.WindowsSettings
github.com/fleetdm/fleet/v4/server/fleet/WindowsSettings	CustomSettings	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMProfileSpec]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMProfileSpec]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMProfileSpec]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMProfileSpec]	Value	[]fleet.MDMProfileSpec
github.com/fleetdm/fleet/v4/server/fleet/WindowsSettings	ManagedLocalAccountSettings	fleet.ManagedLocalAccountSettings
github.com/fleetdm/fleet/v4/server/fleet/ManagedLocalAccountSettings	Enabled	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	AndroidSettings	fleet.AndroidSettings
github.com/fleetdm/fleet/v4/server/fleet/AndroidSettings	CustomSettings	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMProfileSpec]
github.com/fleetdm/fleet/v4/server/fleet/AndroidSettings	Certificates	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.CertificateTemplateSpec]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.CertificateTemplateSpec]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.CertificateTemplateSpec]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.CertificateTemplateSpec]	Value	[]fleet.CertificateTemplateSpec
github.com/fleetdm/fleet/v4/server/fleet/CertificateTemplateSpec	Name	string
github.com/fleetdm/fleet/v4/server/fleet/CertificateTemplateSpec	CertificateAuthorityName	string
github.com/fleetdm/fleet/v4/server/fleet/CertificateTemplateSpec	SubjectName	string
github.com/fleetdm/fleet/v4/server/fleet/CertificateTemplateSpec	SubjectAlternativeName	string
github.com/fleetdm/fleet/v4/server/fleet/TeamMDM	HostNameTemplate	string
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	Features	fleet.Features
github.com/fleetdm/fleet/v4/server/fleet/Features	EnableHostUsers	bool
github.com/fleetdm/fleet/v4/server/fleet/Features	EnableSoftwareInventory	bool
github.com/fleetdm/fleet/v4/server/fleet/Features	AdditionalQueries	*json.RawMessage
github.com/fleetdm/fleet/v4/server/fleet/Features	DetailQueryOverrides	map[string]*string
github.com/fleetdm/fleet/v4/server/fleet/Features	HistoricalData	fleet.HistoricalDataSettings
github.com/fleetdm/fleet/v4/server/fleet/HistoricalDataSettings	Uptime	bool
github.com/fleetdm/fleet/v4/server/fleet/HistoricalDataSettings	Vulnerabilities	bool
github.com/fleetdm/fleet/v4/server/fleet/Features	VulnerabilityExposureHistoricalReporting	*fleet.VulnExposureFilterSettings
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	SoftwareFilters	*[]string
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	CVSSMin	*float64
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	CVSSMax	*float64
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	EPSSMin	*float64
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	EPSSMax	*float64
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	HasKnownExploit	*bool
github.com/fleetdm/fleet/v4/server/fleet/VulnExposureFilterSettings	ExcludeVulnerabilities	*[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	Scripts	optjson.Slice[string]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[string]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[string]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[string]	Value	[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamConfig	Software	*fleet.SoftwareSpec
github.com/fleetdm/fleet/v4/server/fleet/SoftwareSpec	Packages	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.SoftwarePackageSpec]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.SoftwarePackageSpec]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.SoftwarePackageSpec]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.SoftwarePackageSpec]	Value	[]fleet.SoftwarePackageSpec
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	URL	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	SelfService	bool
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	PreInstallQuery	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecSoftwareAsset	Path	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	InstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	PostInstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	UninstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	LabelsIncludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	LabelsExcludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	LabelsIncludeAll	[]string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	InstallDuringSetup	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	SetupExperiencePlatform	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	Icon	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	Configuration	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	Slug	*string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	Version	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	ReferencedYamlPath	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	SHA256	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	Categories	optjson.Slice[string]
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	DisplayName	string
github.com/fleetdm/fleet/v4/server/fleet/SoftwarePackageSpec	AlwaysDownload	bool
github.com/fleetdm/fleet/v4/server/fleet/SoftwareSpec	FleetMaintainedApps	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.MaintainedAppSpec]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MaintainedAppSpec]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MaintainedAppSpec]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MaintainedAppSpec]	Value	[]fleet.MaintainedAppSpec
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	Slug	string
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	Version	string
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	SelfService	bool
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	PreInstallQuery	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	InstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	PostInstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	UninstallScript	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	LabelsIncludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	LabelsExcludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	LabelsIncludeAll	[]string
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	Categories	optjson.Slice[string]
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	InstallDuringSetup	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	SetupExperiencePlatform	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/MaintainedAppSpec	Icon	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/SoftwareSpec	AppStoreApps	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.TeamSpecAppStoreApp]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.TeamSpecAppStoreApp]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.TeamSpecAppStoreApp]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.TeamSpecAppStoreApp]	Value	[]fleet.TeamSpecAppStoreApp
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	AppStoreID	string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	SelfService	bool
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	LabelsIncludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	LabelsExcludeAny	[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	LabelsIncludeAll	[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	Categories	[]string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	InstallDuringSetup	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	Icon	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	Platform	string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	DisplayName	string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	Configuration	fleet.TeamSpecSoftwareAsset
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	AutoUpdateEnabled	*bool
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	AutoUpdateStartTime	*string
github.com/fleetdm/fleet/v4/server/fleet/TeamSpecAppStoreApp	AutoUpdateEndTime	*string
