upsertLdapAttributeMap
The upsertLdapAttributeMap 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 |
Query Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
filter | False | string | The criteria used to filter the models you are requesting. It should have the following format: {key}{operator}{value}[;{key}{operator}{value}]. Supported operators are: "!"(not equals), ":"(equals), "~"(similar). Supported keys are: "name", "fts". The "fts" filter cannot be used with other filters. Default filtering for Upsert operation is done by name. |
Example
- name: Execute 'upsertLdapAttributeMap' operation
ftd_configuration:
operation: "upsertLdapAttributeMap"
data:
version: "{{ version }}"
name: "{{ name }}"
ldapAttributeMaps: "{{ ldap_attribute_maps }}"
ldapAttributeToGroupPolicyMappings: "{{ ldap_attribute_to_group_policy_mappings }}"
id: "{{ id }}"
type: "{{ type }}"
query_params:
filter: "{{ filter }}"