Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.58 KB

GatewayUpdateLdapAuthConfig.md

File metadata and controls

26 lines (22 loc) · 1.58 KB

akeyless.Model.GatewayUpdateLdapAuthConfig

gatewayUpdateLdapAuth is a command that updates ldap auth config

Properties

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 bool 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]
LdapAnonymousSearch bool Ldap Anonymous Search [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]

[Back to Model list] [Back to API list] [Back to README]