Skip to main content

Get an LDAP server profile

Get an LDAP server profile by ID.

Path Parameters
  • id string required

    The resource's unique identifier.

Responses

Get ldap server profile by id


Schema
  • Array [
  • base string

    Possible values: <= 255 characters

  • bind_dn string

    Possible values: <= 255 characters

  • bind_password string

    Possible values: <= 121 characters

  • bind_timelimit string

    Possible values: >= 1 and <= 60

  • id string

    uuid of the resource

  • ldap_type string

    Possible values: [active-directory, e-directory, sun, other]

  • retry_interval integer
  • server object[] required
  • Array [
  • address string
  • name string
  • port integer

    Possible values: >= 1 and <= 65535

  • ]
  • ssl boolean
  • timelimit integer
  • verify_server_certificate boolean
  • ]
Loading...