# Secret

A secret stored in Unity Catalog. Secrets are three-level namespace objects
 (catalog.schema.secret) that securely store sensitive credential data such as
 passwords, tokens, and keys.

## The Secret object

- [secret/object.md](secret/object.md)

## Endpoints

### Get

- [GET /api/2.1/unity-catalog/secrets/{full_name}](get-secret.md)

### List

- [GET /api/2.1/unity-catalog/secrets](list-secrets.md)

### Create

- [POST /api/2.1/unity-catalog/secrets](create-secret.md)

### Update

- [PATCH /api/2.1/unity-catalog/secrets/{full_name}](update-secret.md)

### Delete

- [DELETE /api/2.1/unity-catalog/secrets/{full_name}](delete-secret.md)

