v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
identity

Update, read or delete an entity using entity name

post/identity/entity/name/{name}

Request body

disabledboolean

If set true, tokens tied to this identity will not be able to be used (but will not be revoked).

idstring

ID of the entity. If set, updates the corresponding existing entity.

metadataobject

Metadata to be associated with the entity. In CLI, this parameter can be repeated multiple times, and it all gets merged together. For example: vault <command> <path> metadata=key1=value1 metadata=key2=value2

policiesstring[]

Policies to be tied to the entity.

Response

OK