| Name | Type | Description | Notes |
|---|---|---|---|
| accessId | String | The access ID of the Ldap auth method | [optional] |
| bindDn | String | Bind DN | [optional] |
| bindDnPassword | String | Bind DN Password | [optional] |
| groupAttr | String | Group Attr | [optional] |
| groupDn | String | Group Dn | [optional] |
| groupFilter | String | Group Filter | [optional] |
| json | Boolean | Set output format to JSON | [optional] [default to false] |
| ldapCaCert | String | LDAP CA Certificate (base64 encoded) | [optional] |
| ldapEnable | String | Enable Ldap [true/false] | [optional] |
| ldapUrl | String | LDAP Server URL, e.g. ldap://planetexpress.com:389 | [optional] |
| signingKeyData | String | The private key (base64 encoded), associated with the public key defined in the Ldap auth | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |
| userAttribute | String | User Attribute | [optional] |
| userDn | String | User DN | [optional] |