Akeyless · Schema

Akeyless Dynamic Secret

Schema for creating or getting values from an Akeyless dynamic secret producer.

Secrets ManagementZero TrustCloud SecurityIdentity SecurityMachine IdentityCertificate ManagementPKIKMSEncryptionSSH AccessDynamic SecretsPrivileged Access ManagementDevSecOps

Properties

Name Type Description
name string The full path and name of the dynamic secret item.
token string Akeyless authentication token.
target string The target name to associate with the dynamic secret.
producer-encryption-key-name string Name of the encryption key used to encrypt generated credentials.
tags array List of tags to attach to the dynamic secret.
dynamic-secret-type string The type of dynamic secret producer.
user-ttl string The time-to-live for generated credentials (e.g. '60m', '24h').
delete-protection string Enable deletion protection.
description string Human-readable description of the dynamic secret.
accessibility string Accessibility mode for the dynamic secret.
View JSON Schema on GitHub

JSON Schema

akeyless-dynamic-secret.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.akeyless.io/schemas/dynamic-secret",
  "title": "Akeyless Dynamic Secret",
  "description": "Schema for creating or getting values from an Akeyless dynamic secret producer.",
  "type": "object",
  "required": ["name"],
  "properties": {
    "name": {
      "type": "string",
      "description": "The full path and name of the dynamic secret item.",
      "example": "/prod/aws/dynamic-secret"
    },
    "token": {
      "type": "string",
      "description": "Akeyless authentication token."
    },
    "target": {
      "type": "string",
      "description": "The target name to associate with the dynamic secret."
    },
    "producer-encryption-key-name": {
      "type": "string",
      "description": "Name of the encryption key used to encrypt generated credentials."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of tags to attach to the dynamic secret."
    },
    "dynamic-secret-type": {
      "type": "string",
      "description": "The type of dynamic secret producer.",
      "enum": [
        "aws",
        "azure",
        "gcp",
        "mysql",
        "postgres",
        "mssql",
        "mongodb",
        "oracle",
        "redis",
        "cassandra",
        "github",
        "k8s",
        "eks",
        "gke",
        "ssh",
        "artifactory",
        "salesforce",
        "rabbitmq"
      ]
    },
    "user-ttl": {
      "type": "string",
      "description": "The time-to-live for generated credentials (e.g. '60m', '24h').",
      "example": "60m"
    },
    "delete-protection": {
      "type": "string",
      "description": "Enable deletion protection.",
      "enum": ["true", "false"]
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the dynamic secret."
    },
    "accessibility": {
      "type": "string",
      "description": "Accessibility mode for the dynamic secret.",
      "enum": ["regular", "fetchSecret"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/akeyless-dynamic-secret"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.