addAnyConnectPackages
The addAnyConnectPackages operation handles configuration related to AnyConnectPackages model.
Data Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
| packageFiles | False | [object] | A mandatory list of AnyConnectPackageFile objects. The list must specify at least one package. You can specify at most one package per platform type (LINUX, WINDOWS, MACOS) as defined in the AnyConnectPackageFile object. Allowed types are: [AnyConnectPackageFile] |
||
| type | False | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | ||
Example
- name: Execute 'addAnyConnectPackages' operation
ftd_configuration:
operation: "addAnyConnectPackages"
data:
packageFiles: "{{ package_files }}"
type: "{{ type }}"