HashiCorp Vault · Schema

Vault Identity Group

Represents an identity group in HashiCorp Vault that organizes entities and provides group-level policy assignment.

EncryptionIdentityInfrastructureSecrets ManagementSecurity

Properties

Name Type Description
id string Unique identifier for the group
name string Name of the group
type string Group type (internal for manual membership, external for auth-method-based)
metadata object Metadata key-value pairs
policies array Policies assigned to the group
member_entity_ids array Entity IDs that are members of this group
member_group_ids array Group IDs that are subgroups of this group
parent_group_ids array Parent group IDs
creation_time string Group creation timestamp
last_update_time string Last update timestamp
View JSON Schema on GitHub

JSON Schema

hvault-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.hashicorp.com/schemas/vault/group.json",
  "title": "Vault Identity Group",
  "description": "Represents an identity group in HashiCorp Vault that organizes entities and provides group-level policy assignment.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the group"
    },
    "name": {
      "type": "string",
      "description": "Name of the group"
    },
    "type": {
      "type": "string",
      "enum": ["internal", "external"],
      "description": "Group type (internal for manual membership, external for auth-method-based)"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Metadata key-value pairs"
    },
    "policies": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Policies assigned to the group"
    },
    "member_entity_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Entity IDs that are members of this group"
    },
    "member_group_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Group IDs that are subgroups of this group"
    },
    "parent_group_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Parent group IDs"
    },
    "creation_time": {
      "type": "string",
      "format": "date-time",
      "description": "Group creation timestamp"
    },
    "last_update_time": {
      "type": "string",
      "format": "date-time",
      "description": "Last update timestamp"
    }
  }
}

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/hvault-group"
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.