We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7212475 commit aef7da3Copy full SHA for aef7da3
website/content/api-docs/secret/identity/entity-alias.mdx
@@ -19,7 +19,8 @@ This endpoint creates a new alias for an entity.
19
- `name` `(string: <required>)` - Name of the alias. Name should be the identifier
20
of the client in the authentication source. For example, if the alias belongs
21
to userpass backend, the name should be a valid username within userpass
22
- backend. If alias belongs to GitHub, it should be the GitHub username.
+ backend. If alias belongs to GitHub, it should be the GitHub username. If alias
23
+ belongs to an approle backend, the name should be a valid role_id.
24
25
- `id` `(string: <optional>)` - ID of the entity alias. If set, updates the
26
corresponding entity alias.
0 commit comments