Secure Client
Location in GUI: Objects » VPN » Secure Client Customization Objects » VPN » Secure Client File
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| secure_client_images | List | [secure_client_images] | No | |
| secure_client_profiles | List | [secure_client_profiles] | No | |
| secure_client_posture_packages | List | [secure_client_posture_packages] | No | |
| secure_client_external_browser_packages | List | [secure_client_external_browser_packages] | No | |
| secure_client_customizations | List | [secure_client_customizations] | No | |
| secure_client_custom_attributes | List | [secure_client_custom_attributes] | No |
secure_client_images (fmc.domains.objects)
Section titled “secure_client_images (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| path | String | Yes | ||
| description | String | max: 255 | No |
secure_client_profiles (fmc.domains.objects)
Section titled “secure_client_profiles (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| path | String | Yes | ||
| file_type | Choice | ANYCONNECT_MANAGEMENT_VPN_PROFILE, AMP_ENABLER, FEEDBACK, WEB_SECURITY, ANYCONNECT_VPN_PROFILE, UMBRELLA_ROAMING, NETWORK_ACCESS_MANAGER, ISE_POSTURE, NETWORK_VISIBILITY | Yes | |
| description | String | max: 255 | No |
secure_client_posture_packages (fmc.domains.objects)
Section titled “secure_client_posture_packages (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| path | String | Yes | ||
| description | String | max: 255 | No |
secure_client_external_browser_packages (fmc.domains.objects)
Section titled “secure_client_external_browser_packages (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| path | String | Yes | ||
| description | String | max: 255 | No |
secure_client_customizations (fmc.domains.objects)
Section titled “secure_client_customizations (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| path | String | Yes | ||
| customization_type | Choice | LANGUAGE_LOCALIZATION, IMAGE, SCRIPT, BINARY, CUSTOMIZED_INSTALLER_TRANSFORM, LOCALIZED_INSTALLER_TRANSFORM | Yes | |
| description | String | max: 255 | No | |
| language | String | No | ||
| operating_system | Choice | WINDOWS, MAC, LINUX | No | |
| script_type | Choice | ON_CONNECT, ON_DISCONNECT | No |
secure_client_custom_attributes (fmc.domains.objects)
Section titled “secure_client_custom_attributes (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| attribute_type | Choice | ALLOW_DEFER_UPDATE, PER_APP_VPN, DYNAMIC_SPLIT_TUNNELING, USER_DEFINED_CUSTOM_ATTR | Yes | |
| defer_update_default_action | Choice | DEFER, UPDATE | No | |
| defer_update_minimum_secure_client_version | String | No | ||
| defer_update_prompt_dismiss_timeout | Integer | min: 1, max: 300 | No | |
| defer_update_prompt_type | Choice | SHOW_UNTIL_USER_ACTION, SHOW_UNTIL_TIMEOUT, NO_PROMPT_AUTO_ACTION | No | |
| description | String | max: 255 | No | |
| dynamic_split_tunnel_excluded_domains | List | String | No | |
| dynamic_split_tunnel_included_domains | List | String | No | |
| per_app_vpn_value | String | No | ||
| user_defined_attribute_name | String | No | ||
| user_defined_attribute_value | String | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects:
secure_client_images: - name: MySecureClientImageName1 description: My Secure Client Image Description 1 path: files/cisco-secure-client-win-arm64-5.1.9.113-webdeploy-k9.pkg
secure_client_profiles: - name: MySecureClientProfileName1 description: My Secure Client Profile Description 1 file_type: ANYCONNECT_VPN_PROFILE path: files/CiscoSecureAccessVPN_Profile.xml - name: MySecureClientProfileName2 description: My Secure Client Profile Description 1 file_type: UMBRELLA_ROAMING path: files/umbrella_profile.json
secure_client_posture_packages: - name: MySecureClientPosturePackageName1 description: My Secure Client Posture Package Description 1 path: files/secure-firewall-posture-5.1.10.295-k9.pkg
secure_client_external_browser_packages: - name: MySecureClientExternalBrowserPackageName1 description: My Secure Client External Browser Package Description 1 path: files/external-sso-5.1.10.233-webdeploy-k9.pkg
secure_client_customizations: - name: MySecureClientCustomizationName1 description: My Secure Client Customization Description 1 customization_type: LANGUAGE_LOCALIZATION language: pl path: files/AnyConnect_pl-pl.po - name: MySecureClientCustomizationName2 description: My Secure Client Customization Description 2 customization_type: IMAGE operating_system: WINDOWS path: files/alert.png
secure_client_custom_attributes: - name: MySecureClientCustomAttributeName1 description: My Secure Client Custom Attribute Description 1 attribute_type: USER_DEFINED_CUSTOM_ATTR user_defined_attribute_name: my_custom_attribute_name user_defined_attribute_value: my_custom_attribute_value - name: MySecureClientCustomAttributeName2 description: My Secure Client Custom Attribute Description 2 attribute_type: DYNAMIC_SPLIT_TUNNELING dynamic_split_tunnel_included_domains: - included.domain1.com - included.domain2.com dynamic_split_tunnel_excluded_domains: - excluded.domain1.com