Akamai · Schema

config-rename

Contains details of a security configuration.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
description string Describes the security configuration.
name string The name you assigned to the security configuration.
View JSON Schema on GitHub

JSON Schema

akamai-config-rename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/config-rename",
  "title": "config-rename",
  "additionalProperties": false,
  "description": "Contains details of a security configuration.",
  "properties": {
    "description": {
      "description": "Describes the security configuration.",
      "type": "string"
    },
    "name": {
      "description": "The name you assigned to the security configuration.",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/config-rename.yaml"
  }
}