OSUpdateSettings

OS version that the directory needs to be updated to.

Active DirectoryAuthenticationDirectory ServicesIdentity Management

Properties

Name Type Description
OSVersion object
View JSON Schema on GitHub

JSON Schema

amazon-directory-service-os-update-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-schema/amazon-directory-service-os-update-settings-schema.json",
  "title": "OSUpdateSettings",
  "description": " OS version that the directory needs to be updated to. ",
  "type": "object",
  "properties": {
    "OSVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OSVersion"
        },
        {
          "description": " OS version that the directory needs to be updated to. "
        }
      ]
    }
  }
}