forked from jprichards/AirWatchImporter
-
Notifications
You must be signed in to change notification settings - Fork 3
ws1_app_versions_to_keep
Mart Verburg edited this page Jul 11, 2024
·
3 revisions
The ws1_app_versions_to_keep key specifies he number of versions of a particular app to keep in WorkSpace ONE.
See also ws1_app_versions_to_keep_default and ws1_app_versions_prune
NB - please make sure to provide the input variable as type string in the recipe override, using an integer will result in a hard to trace runtime error 'expected string or bytes-like object'
in yaml format, as part of a recipe override for Chrome
Identifier: local.ws1.GoogleChrome
Input:
ws1_app_versions_to_keep: '7'
In plist format:
...
<key>ws1_app_versions_to_keep</key>
<string>5</string>
...
Required: False, you can leave it at the default setting of '5'
Input Variables:
- ws1_api_url
- ws1_oauth_client_id
- ws1_oauth_client_secret
- ws1_oauth_token_url
- ws1_api_token
- ws1_api_username
- ws1_api_password
- ws1_b64encoded_api_credentials
- ws1_console_url
- ws1_force_import
- ws1_import_new_only
- ws1_groupid
- ws1_smart_group_name
- ws1_push_mode
- ws1_app_assignments
- ws1_update_assignments
- ws1_app_versions_prune
- ws1_app_versions_to_keep
- ws1_app_versions_to_keep_default