App Connections

Create a LDAP Connection.

post/api/v1/app-connections/ldap

Request body

method'simple-bind' required

The method used to authenticate with LDAP.

namestring required

The name of the LDAP Connection to create. Must be slug-friendly.

descriptionstring nullable

An optional description for the LDAP Connection.

projectIdstring

The ID of the project to create the LDAP Connection in.

isPlatformManagedCredentialsfalse

Not supported for LDAP Connections.

gatewayIdstring uuid nullable

The Gateway ID to use for this connection.

gatewayPoolIdstring uuid nullable

The Gateway Pool ID to use for this connection.

isAutoRotationEnabledboolean

Whether or not automatic credential rotation is enabled for the LDAP Connection.

Response

Default Response

Changes

Changed in 1 of the 20 revisions of this API.5

    • added the new required request property allOf[subschema #2]/rotation/rotateAtUtc

      new-required-request-property

    • added the new required request property allOf[subschema #2]/rotation/rotationInterval

      new-required-request-property

    • removed subschema #1 subschema #2 from the allOf[subschema #2]/rotation request property anyOf list

      request-property-any-of-removed

    • removed the enum value false of the request property allOf[subschema #2]/isAutoRotationEnabled

      request-property-enum-value-removed

    • the allOf[subschema #2]/rotation request property type/format changed from / to object/

      request-property-type-changed