# The SecretMetadata object

The metadata about a secret. Returned when listing secrets. Does not contain the
 actual secret value.

## Attributes

- `key` (string)
  A unique name to identify the secret.
- `last_updated_timestamp` (int64)
  The last updated timestamp (in milliseconds) for the secret.

## Example

```json
{
  "key": "string",
  "last_updated_timestamp": 0
}
```


