mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
update entity-alias doc fix (#19435)
This commit is contained in:
parent
d2a09ad453
commit
c5d99edfec
@ -135,14 +135,14 @@ This endpoint is used to update an existing entity alias.
|
|||||||
|
|
||||||
- `id` `(string: <required>)` – Identifier of the entity alias.
|
- `id` `(string: <required>)` – Identifier of the entity alias.
|
||||||
|
|
||||||
- `name` `(string: <required>)` - Name of the alias. Name should be the identifier
|
- `name` `(string: "")` - Name of the alias. Name should be the identifier
|
||||||
of the client in the authentication source. For example, if the alias belongs
|
of the client in the authentication source. For example, if the alias belongs
|
||||||
to userpass backend, the name should be a valid username within userpass
|
to userpass backend, the name should be a valid username within userpass
|
||||||
backend. If alias belongs to GitHub, it should be the GitHub username.
|
backend. If alias belongs to GitHub, it should be the GitHub username.
|
||||||
|
|
||||||
- `canonical_id` `(string: <required>)` - Entity ID to which this alias belongs to.
|
- `canonical_id` `(string: "")` - Entity ID to which this alias belongs to.
|
||||||
|
|
||||||
- `mount_accessor` `(string: <required>)` - Accessor of the mount to which the
|
- `mount_accessor` `(string: "")` - Accessor of the mount to which the
|
||||||
alias should belong to.
|
alias should belong to.
|
||||||
|
|
||||||
- `custom_metadata` `(map<string|string>: <optional>)` - A map of arbitrary string to string valued
|
- `custom_metadata` `(map<string|string>: <optional>)` - A map of arbitrary string to string valued
|
||||||
|
Loading…
Reference in New Issue
Block a user