fleet/cmd/fleetctl/testdata/expectedGetTeamsYaml.yml

72 lines
1.6 KiB
YAML
Raw Normal View History

---
apiVersion: v1
kind: team
spec:
team:
features:
enable_host_users: true
enable_software_inventory: true
host_expiry_settings:
host_expiry_enabled: false
host_expiry_window: 0
mdm:
enable_disk_encryption: false
macos_updates:
minimum_version: null
deadline: null
windows_updates:
deadline_days: null
grace_period_days: null
macos_settings:
custom_settings:
2023-11-29 14:32:42 +00:00
windows_settings:
custom_settings:
macos_setup:
bootstrap_package:
enable_end_user_authentication: false
macos_setup_assistant:
2023-10-10 22:00:45 +00:00
scripts: null
webhook_settings:
host_status_webhook: null
name: team1
---
apiVersion: v1
kind: team
spec:
team:
agent_options:
config:
foo: bar
overrides:
platforms:
darwin:
foo: override
features:
additional_queries:
foo: bar
enable_host_users: false
enable_software_inventory: false
host_expiry_settings:
host_expiry_enabled: true
host_expiry_window: 15
mdm:
enable_disk_encryption: false
macos_updates:
minimum_version: "12.3.1"
deadline: "2021-12-14"
windows_updates:
deadline_days: 7
grace_period_days: 3
macos_settings:
custom_settings:
2023-11-29 14:32:42 +00:00
windows_settings:
custom_settings:
macos_setup:
bootstrap_package:
enable_end_user_authentication: false
macos_setup_assistant:
2023-10-10 22:00:45 +00:00
scripts: null
webhook_settings:
host_status_webhook: null
name: team2