Akamai API Security · JSON Structure

Api Security Config Rename Structure

Contains details of a security configuration.

Type: object Properties: 2 Required: 1
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

config-rename is a JSON Structure definition published by Akamai API Security, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description name

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/akamai-api-security/refs/heads/main/json-structure/api-security-config-rename-structure.json",
  "name": "config-rename",
  "description": "Contains details of a security configuration.",
  "type": "object",
  "properties": {
    "description": {
      "description": "Describes the security configuration.",
      "type": "string"
    },
    "name": {
      "description": "The name you assigned to the security configuration.",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "additionalProperties": false
}