Test resolving a value from a Vault Ldap User.

Request

PUT https://{hostname}:{port}
    /cli/vault/ldapUser/test?{parameters}
Accept: {contentType}
Content-Type: {contentType}
Table 1. Request parameters
Parameter Type Required Description
store string false Vault Secret Store ID/Name
vaultLdapUser string true Name or ID of the Vault Ldap User
Table 2. Header parameters
Parameter Type Required Description
Content-Type
  • application/json
  • application/yaml
true
Accept
  • application/json
  • application/yaml
true
This command takes a JSON request string or file. Use the following template for the request:
{
  "password": "The Vault Ldap User Password (Required if 
  not set on ldap user. Ignored if already set on ldap 
  user)",
  "property": "Property to resolve from vault. i.e. 
  vault/KV/Holder:key. (Required)"
}

Related CLI command: testVaultLdapUser.