From 56496d61570fd0735af43a098e64d45921bf96e0 Mon Sep 17 00:00:00 2001 From: Max Winslow <43095669+maxiscoding28@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:16:26 +0000 Subject: [PATCH] backport of commit c5d99edfeccf7d51a74eea140d88cf71b0c97d5d --- website/content/api-docs/secret/identity/entity-alias.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/api-docs/secret/identity/entity-alias.mdx b/website/content/api-docs/secret/identity/entity-alias.mdx index f8ee39a6bd75..7c4eeb4eae5e 100644 --- a/website/content/api-docs/secret/identity/entity-alias.mdx +++ b/website/content/api-docs/secret/identity/entity-alias.mdx @@ -135,14 +135,14 @@ This endpoint is used to update an existing entity alias. - `id` `(string: )` – Identifier of the entity alias. -- `name` `(string: )` - 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 to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username. -- `canonical_id` `(string: )` - Entity ID to which this alias belongs to. +- `canonical_id` `(string: "")` - Entity ID to which this alias belongs to. -- `mount_accessor` `(string: )` - Accessor of the mount to which the +- `mount_accessor` `(string: "")` - Accessor of the mount to which the alias should belong to. - `custom_metadata` `(map: )` - A map of arbitrary string to string valued