Aqua Security · JSON Structure

Aqua Security Api Login Response Structure

LoginResponse schema from Aqua Security API

Type: object Properties: 1
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability Scanning

LoginResponse is a JSON Structure definition published by Aqua Security, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

token

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "example": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.abc123",
      "description": "JWT bearer token for subsequent API calls"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aqua-security/refs/heads/main/json-structure/aqua-security-api-login-response-structure.json",
  "name": "LoginResponse",
  "description": "LoginResponse schema from Aqua Security API"
}