{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Entity Alias API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Entity Alias", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault Create entity alias", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity-alias", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an entity alias that maps an authentication method's identity to a Vault entity." }, { "info": { "name": "HashiCorp Vault Read entity alias", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/entity-alias/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity alias ID" } ] }, "docs": "Reads the entity alias with the given ID." }, { "info": { "name": "HashiCorp Vault Update entity alias", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity-alias/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity alias ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the entity alias with the given ID." }, { "info": { "name": "HashiCorp Vault Delete entity alias", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/identity/entity-alias/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity alias ID" } ] }, "docs": "Deletes the entity alias with the given ID." } ] } ], "bundled": true }