2023-02-28 20:34:46 +00:00
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: team
|
|
|
|
|
spec:
|
|
|
|
|
team:
|
|
|
|
|
features:
|
|
|
|
|
enable_host_users: true
|
|
|
|
|
enable_software_inventory: true
|
|
|
|
|
mdm:
|
|
|
|
|
macos_updates:
|
2023-06-06 18:31:33 +00:00
|
|
|
minimum_version: null
|
|
|
|
|
deadline: null
|
2023-02-28 20:34:46 +00:00
|
|
|
macos_settings:
|
|
|
|
|
custom_settings:
|
|
|
|
|
enable_disk_encryption: false
|
2023-04-07 20:31:02 +00:00
|
|
|
macos_setup:
|
2023-04-26 21:09:21 +00:00
|
|
|
bootstrap_package:
|
2023-05-10 20:22:08 +00:00
|
|
|
enable_end_user_authentication: false
|
2023-04-25 13:36:01 +00:00
|
|
|
macos_setup_assistant:
|
2023-02-28 20:34:46 +00:00
|
|
|
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
|
|
|
|
|
mdm:
|
|
|
|
|
macos_updates:
|
|
|
|
|
minimum_version: "12.3.1"
|
|
|
|
|
deadline: "2021-12-14"
|
|
|
|
|
macos_settings:
|
|
|
|
|
custom_settings:
|
|
|
|
|
enable_disk_encryption: false
|
2023-04-07 20:31:02 +00:00
|
|
|
macos_setup:
|
2023-04-26 21:09:21 +00:00
|
|
|
bootstrap_package:
|
2023-05-10 20:22:08 +00:00
|
|
|
enable_end_user_authentication: false
|
2023-04-25 13:36:01 +00:00
|
|
|
macos_setup_assistant:
|
2023-02-28 20:34:46 +00:00
|
|
|
name: team2
|