addExternalCACertificateGroup

The addExternalCACertificateGroup operation handles configuration related to ExternalCACertificateGroup model. 

Description

This API call is not allowed on the standby unit in an HA pair.

Data Parameters

Parameter Required Type Description
name False string A string that represents the name of the object
description False string
Field level constraints: length must be between 0 and 512 (inclusive), must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
isSystemDefined False boolean
objects False [object]
Allowed types are: [ExternalCACertificate]
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.

Example

- name: Execute 'addExternalCACertificateGroup' operation
  ftd_configuration:
    operation: "addExternalCACertificateGroup"
    data:
        name: "{{ name }}"
        description: "{{ description }}"
        isSystemDefined: "{{ is_system_defined }}"
        objects: "{{ objects }}"
        type: "{{ type }}"