editLdapAttributeMap

The editLdapAttributeMap 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
version False string The version identifier for the object.
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.
id False string The UUID for the object.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string ldapattributemap

Path Parameters

Parameter Required Type Description
objId True string

Example

- name: Execute 'editLdapAttributeMap' operation
  ftd_configuration:
    operation: "editLdapAttributeMap"
    data:
        version: "{{ version }}"
        name: "{{ name }}"
        ldapAttributeMaps: "{{ ldap_attribute_maps }}"
        ldapAttributeToGroupPolicyMappings: "{{ ldap_attribute_to_group_policy_mappings }}"
        id: "{{ id }}"
        type: "{{ type }}"
    path_params:
        objId: "{{ obj_id }}"