# identity

The command manages identities in the vHSM system. Identities can be of type `platform`, `firmware`, `workload`, or `metadata` and are used for attestation and authorization purposes.

## Usage

```sh
vhsm nitride identity <subcommand> [options]
```

### Subcommands

* `create @values.json` Create a new identity using a JSON file
* `read $type/$name/$time` Read details of a specific identity
* `delete $type/$name/$time` Delete a specific identity
* `list [type][/name]` List identities, optionally filtered by type and/or name

## Next Steps

Learn more about the subcommands

* [create](/nitride/cli/identity/create.md)
* [read](/nitride/cli/identity/read.md)
* [delete](/nitride/cli/identity/delete.md)
* [list](/nitride/cli/identity/list.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/nitride/cli/identity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
