github.com/fleetdm/fleet/v4/server/fleet/AppConfig	OrgInfo	fleet.OrgInfo
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	OrgName	string
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	OrgLogoURL	string
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	OrgLogoURLLightBackground	string
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	OrgLogoURLDarkMode	string
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	OrgLogoURLLightMode	string
github.com/fleetdm/fleet/v4/server/fleet/OrgInfo	ContactURL	string
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	ServerSettings	fleet.ServerSettings
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	ServerURL	string
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	LiveQueryDisabled	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	EnableAnalytics	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	DebugHostIDs	[]uint
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	DeferredSaveHost	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	QueryReportsDisabled	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	ScriptsDisabled	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	AIFeaturesDisabled	bool
github.com/fleetdm/fleet/v4/server/fleet/ServerSettings	QueryReportCap	int
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	SMTPSettings	*fleet.SMTPSettings
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPEnabled	bool
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPSenderAddress	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPServer	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPPort	uint
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPAuthenticationType	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPUserName	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPPassword	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPEnableTLS	bool
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPAuthenticationMethod	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPDomain	string
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPVerifySSLCerts	bool
github.com/fleetdm/fleet/v4/server/fleet/SMTPSettings	SMTPEnableStartTLS	bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	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/AppConfig	ActivityExpirySettings	fleet.ActivityExpirySettings
github.com/fleetdm/fleet/v4/server/fleet/ActivityExpirySettings	ActivityExpiryEnabled	bool
github.com/fleetdm/fleet/v4/server/fleet/ActivityExpirySettings	ActivityExpiryWindow	int
github.com/fleetdm/fleet/v4/server/fleet/ActivityExpirySettings	PreserveHostActivitiesOnReenrollment	bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	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/AppConfig	DeprecatedHostSettings	*fleet.Features
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	AgentOptions	*json.RawMessage
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	SMTPTest	bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	SSOSettings	*fleet.SSOSettings
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	SSOProviderSettings	fleet.SSOProviderSettings
github.com/fleetdm/fleet/v4/server/fleet/SSOProviderSettings	EntityID	string
github.com/fleetdm/fleet/v4/server/fleet/SSOProviderSettings	IssuerURI	string
github.com/fleetdm/fleet/v4/server/fleet/SSOProviderSettings	Metadata	string
github.com/fleetdm/fleet/v4/server/fleet/SSOProviderSettings	MetadataURL	string
github.com/fleetdm/fleet/v4/server/fleet/SSOProviderSettings	IDPName	string
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	IDPImageURL	string
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	EnableSSO	bool
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	EnableSSOIdPLogin	bool
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	EnableJITProvisioning	bool
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	EnableJITRoleSync	bool
github.com/fleetdm/fleet/v4/server/fleet/SSOSettings	SSOServerURL	string
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	FleetDesktop	fleet.FleetDesktopSettings
github.com/fleetdm/fleet/v4/server/fleet/FleetDesktopSettings	TransparencyURL	string
github.com/fleetdm/fleet/v4/server/fleet/FleetDesktopSettings	AlternativeBrowserHost	string
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	VulnerabilitySettings	fleet.VulnerabilitySettings
github.com/fleetdm/fleet/v4/server/fleet/VulnerabilitySettings	DatabasesPath	string
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	WebhookSettings	fleet.WebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/WebhookSettings	ActivitiesWebhook	fleet.ActivitiesWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/ActivitiesWebhookSettings	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/ActivitiesWebhookSettings	DestinationURL	string
github.com/fleetdm/fleet/v4/server/fleet/WebhookSettings	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/WebhookSettings	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/WebhookSettings	VulnerabilitiesWebhook	fleet.VulnerabilitiesWebhookSettings
github.com/fleetdm/fleet/v4/server/fleet/VulnerabilitiesWebhookSettings	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/VulnerabilitiesWebhookSettings	DestinationURL	string
github.com/fleetdm/fleet/v4/server/fleet/VulnerabilitiesWebhookSettings	HostBatchSize	int
github.com/fleetdm/fleet/v4/server/fleet/WebhookSettings	Interval	fleet.Duration
github.com/fleetdm/fleet/v4/server/fleet/Duration	Duration	time.Duration	int64
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	Integrations	fleet.Integrations
github.com/fleetdm/fleet/v4/server/fleet/Integrations	Jira	[]*fleet.JiraIntegration
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	URL	string
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	Username	string
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	APIToken	string
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	ProjectKey	string
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	EnableFailingPolicies	bool
github.com/fleetdm/fleet/v4/server/fleet/JiraIntegration	EnableSoftwareVulnerabilities	bool
github.com/fleetdm/fleet/v4/server/fleet/Integrations	Zendesk	[]*fleet.ZendeskIntegration
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	URL	string
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	Email	string
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	APIToken	string
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	GroupID	int64
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	EnableFailingPolicies	bool
github.com/fleetdm/fleet/v4/server/fleet/ZendeskIntegration	EnableSoftwareVulnerabilities	bool
github.com/fleetdm/fleet/v4/server/fleet/Integrations	GoogleCalendar	[]*fleet.GoogleCalendarIntegration
github.com/fleetdm/fleet/v4/server/fleet/GoogleCalendarIntegration	Domain	string
github.com/fleetdm/fleet/v4/server/fleet/GoogleCalendarIntegration	ApiKey	fleet.GoogleCalendarApiKey
github.com/fleetdm/fleet/v4/server/fleet/GoogleCalendarApiKey	Values	map[string]string
github.com/fleetdm/fleet/v4/server/fleet/GoogleCalendarApiKey	masked	bool
github.com/fleetdm/fleet/v4/server/fleet/Integrations	GoogleWorkspace	[]*fleet.GoogleWorkspaceIntegration
github.com/fleetdm/fleet/v4/server/fleet/GoogleWorkspaceIntegration	Domain	string
github.com/fleetdm/fleet/v4/server/fleet/GoogleWorkspaceIntegration	ImpersonatedUserEmail	string
github.com/fleetdm/fleet/v4/server/fleet/GoogleWorkspaceIntegration	ApiKey	fleet.GoogleCalendarApiKey
github.com/fleetdm/fleet/v4/server/fleet/Integrations	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/AppConfig	MDM	fleet.MDM
github.com/fleetdm/fleet/v4/server/fleet/MDM	AppleServerURL	string
github.com/fleetdm/fleet/v4/server/fleet/MDM	DeprecatedAppleBMDefaultTeam	string
github.com/fleetdm/fleet/v4/server/fleet/MDM	AppleBusinessManager	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleABMAssignmentInfo]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleABMAssignmentInfo]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleABMAssignmentInfo]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleABMAssignmentInfo]	Value	[]fleet.MDMAppleABMAssignmentInfo
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleABMAssignmentInfo	OrganizationName	string
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleABMAssignmentInfo	MacOSTeam	string
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleABMAssignmentInfo	IOSTeam	string
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleABMAssignmentInfo	IpadOSTeam	string
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleABMAssignmentInfo	BYODTeam	string
github.com/fleetdm/fleet/v4/server/fleet/MDM	AppleBMEnabledAndConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	AppleBMTermsExpired	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	EnabledAndConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	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/MDM	IOSUpdates	fleet.AppleOSUpdateSettings
github.com/fleetdm/fleet/v4/server/fleet/MDM	IPadOSUpdates	fleet.AppleOSUpdateSettings
github.com/fleetdm/fleet/v4/server/fleet/MDM	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/MDM	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/MDM	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/MDM	MacOSMigration	fleet.MacOSMigration
github.com/fleetdm/fleet/v4/server/fleet/MacOSMigration	Enable	bool
github.com/fleetdm/fleet/v4/server/fleet/MacOSMigration	Mode	fleet.MacOSMigrationMode	string
github.com/fleetdm/fleet/v4/server/fleet/MacOSMigration	WebhookURL	string
github.com/fleetdm/fleet/v4/server/fleet/MDM	WindowsMigrationEnabled	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	EnableTurnOnWindowsMDMManually	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	EndUserAuthentication	fleet.MDMEndUserAuthentication
github.com/fleetdm/fleet/v4/server/fleet/MDMEndUserAuthentication	SSOProviderSettings	fleet.SSOProviderSettings
github.com/fleetdm/fleet/v4/server/fleet/MDM	AppleRequireHardwareAttestation	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	WindowsEntraTenantIDs	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/MDM	WindowsEntraClientIDs	optjson.Slice[string]
github.com/fleetdm/fleet/v4/server/fleet/MDM	WindowsEnrollment	optjson.Any[github.com/fleetdm/fleet/v4/server/fleet.WindowsEnrollment]
github.com/fleetdm/fleet/v4/pkg/optjson/Any[github.com/fleetdm/fleet/v4/server/fleet.WindowsEnrollment]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Any[github.com/fleetdm/fleet/v4/server/fleet.WindowsEnrollment]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Any[github.com/fleetdm/fleet/v4/server/fleet.WindowsEnrollment]	Value	fleet.WindowsEnrollment
github.com/fleetdm/fleet/v4/server/fleet/WindowsEnrollment	DefaultFleet	string
github.com/fleetdm/fleet/v4/server/fleet/MDM	WindowsEnabledAndConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	EnableDiskEncryption	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	HostNameTemplate	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/MDM	EnableRecoveryLockPassword	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	RequireBitLockerPIN	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	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/MDM	VolumePurchasingProgram	optjson.Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleVolumePurchasingProgramInfo]
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleVolumePurchasingProgramInfo]	Set	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleVolumePurchasingProgramInfo]	Valid	bool
github.com/fleetdm/fleet/v4/pkg/optjson/Slice[github.com/fleetdm/fleet/v4/server/fleet.MDMAppleVolumePurchasingProgramInfo]	Value	[]fleet.MDMAppleVolumePurchasingProgramInfo
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleVolumePurchasingProgramInfo	Location	string
github.com/fleetdm/fleet/v4/server/fleet/MDMAppleVolumePurchasingProgramInfo	Teams	[]string
github.com/fleetdm/fleet/v4/server/fleet/MDM	AndroidEnabledAndConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/MDM	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/MDM	AppleAccountProvisioning	fleet.AppleAccountProvisioning
github.com/fleetdm/fleet/v4/server/fleet/AppleAccountProvisioning	OAuthIdPTokenURL	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/AppleAccountProvisioning	OAuthIdPClientID	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/AppleAccountProvisioning	OAuthIdPClientSecret	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	GitOpsConfig	fleet.GitOpsConfig
github.com/fleetdm/fleet/v4/server/fleet/GitOpsConfig	GitopsModeEnabled	bool
github.com/fleetdm/fleet/v4/server/fleet/GitOpsConfig	RepositoryURL	string
github.com/fleetdm/fleet/v4/server/fleet/GitOpsConfig	Exceptions	fleet.GitOpsExceptions
github.com/fleetdm/fleet/v4/server/fleet/GitOpsExceptions	Labels	bool
github.com/fleetdm/fleet/v4/server/fleet/GitOpsExceptions	Software	bool
github.com/fleetdm/fleet/v4/server/fleet/GitOpsExceptions	Secrets	bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	Scripts	optjson.Slice[string]
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	YaraRules	[]fleet.YaraRule
github.com/fleetdm/fleet/v4/server/fleet/YaraRule	Name	string
github.com/fleetdm/fleet/v4/server/fleet/YaraRule	Contents	string
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	ConditionalAccess	*fleet.ConditionalAccessSettings
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	MicrosoftEntraTenantID	string
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	MicrosoftEntraConnectionConfigured	bool
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	OktaIDPID	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	OktaAssertionConsumerServiceURL	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	OktaAudienceURI	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	OktaCertificate	optjson.String
github.com/fleetdm/fleet/v4/server/fleet/ConditionalAccessSettings	BypassDisabled	optjson.Bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	strictDecoding	bool
github.com/fleetdm/fleet/v4/server/fleet/AppConfig	didUnmarshalLegacySettings	[]string
