HashiCorp Vault · JSON Structure

Vault Sys Lease Id Request Structure

LeaseIdRequest schema from HashiCorp Vault API

Type: object Properties: 1 Required: 1
DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

LeaseIdRequest is a JSON Structure definition published by HashiCorp Vault, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lease_id

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/vault/refs/heads/main/json-structure/vault-sys-lease-id-request-structure.json",
  "name": "LeaseIdRequest",
  "description": "LeaseIdRequest schema from HashiCorp Vault API",
  "type": "object",
  "properties": {
    "lease_id": {
      "type": "string",
      "description": "Unique identifier of the lease.",
      "example": "aws/creds/my-role/abc123def456"
    }
  },
  "required": [
    "lease_id"
  ]
}