LdapAttributeMapping
Description
Nested Entity which includes common objects for LdapAttributeMapping (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| ldapName | True | string |
The customer-specific LDAP attribute name that is being mapped.
Field level constraints: cannot be null, must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
| ciscoName | True | string |
An enum value that is the Cisco attribute name that maps to the customer-specific attribute name.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| valueMappings | True | [ object ] |
A list of LdapToCiscoValueMapping objects, which specify the value mappings for this LDAP attribute.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| type | True | string | ldapattributemapping | |||