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