addLdapAttributeMap

The addLdapAttributeMap operation handles configuration related to LdapAttributeMap model. 

Description

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

Data Parameters

Parameter Required Type Description
name True string The name of the LdapAttributeMap object.
ldapAttributeMaps False [object] A nested entity that contains the customer to Cisco attribute name and value mappings.
ldapAttributeToGroupPolicyMappings False [object] A nested entity that contains the customer to Cisco attribute name and value mappings for group policy.
type True string ldapattributemap

Example

- name: Execute 'addLdapAttributeMap' operation
  ftd_configuration:
    operation: "addLdapAttributeMap"
    data:
        name: "{{ name }}"
        ldapAttributeMaps: "{{ ldap_attribute_maps }}"
        ldapAttributeToGroupPolicyMappings: "{{ ldap_attribute_to_group_policy_mappings }}"
        type: "{{ type }}"