mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Fixed small issues in identity group alias API docs (#6569)
This commit is contained in:
parent
8bb77ab973
commit
2ee02ef6da
@ -22,8 +22,8 @@ This endpoint creates or updates a group alias.
|
||||
- `id` `(string: <optional>)` - ID of the group alias. If set, updates the
|
||||
corresponding existing group alias.
|
||||
|
||||
- `mount_accessor` `(string: "")` – Mount accessor to which this alias belongs
|
||||
toMount accessor to which this alias belongs to.
|
||||
- `mount_accessor` `(string: "")` – Mount accessor which this alias belongs
|
||||
to.
|
||||
|
||||
- `canonical_id` `(string: "")` - ID of the group to which this is an alias.
|
||||
|
||||
@ -73,8 +73,8 @@ This endpoint is used to update an existing group alias.
|
||||
|
||||
- `name` `(string: entity-<UUID>)` – Name of the group alias.
|
||||
|
||||
- `mount_accessor` `(string: "")` – Mount accessor to which this alias belongs
|
||||
toMount accessor to which this alias belongs to.
|
||||
- `mount_accessor` `(string: "")` – Mount accessor which this alias belongs
|
||||
to.
|
||||
|
||||
- `canonical_id` `(string: "")` - ID of the group to which this is an alias.
|
||||
|
||||
@ -169,7 +169,7 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/identity/group-alias/id/ca726050-d8ac-6f1f-4210-3b5c5b613824
|
||||
```
|
||||
|
||||
## List Entities by ID
|
||||
## List Group Alias by ID
|
||||
|
||||
This endpoint returns a list of available group aliases by their identifiers.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user