Amazon Directory Service · JSON Structure

Amazon Directory Service Ldaps Setting Info Structure

Contains general information about the LDAPS settings.

Type: object Properties: 3
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Ldaps Setting Info Structure is a JSON Structure definition published by Amazon Directory Service, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LDAPSStatus LDAPSStatusReason LastUpdatedDateTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-structure/amazon-directory-service-ldaps-setting-info-structure.json",
  "title": "LDAPSSettingInfo",
  "description": "Contains general information about the LDAPS settings.",
  "type": "object",
  "properties": {
    "LDAPSStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LDAPSStatus"
        },
        {
          "description": "The state of the LDAPS settings."
        }
      ]
    },
    "LDAPSStatusReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LDAPSStatusReason"
        },
        {
          "description": "Describes a state change for LDAPS."
        }
      ]
    },
    "LastUpdatedDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedDateTime"
        },
        {
          "description": "The date and time when the LDAPS settings were last updated."
        }
      ]
    }
  }
}