# The ServicePrincipalSecret object

## Attributes

- `id` (string)
  ID of the secret
  Example: `09094e3230c893775eac3a9e7d912a8ad08ffd7e592feec9afd51958cb662110`
- `secret` (string)
  Secret Value
  Example: `x8ipcf0482bcaah6b3dfcb3fb217461f8b83`
- `secret_hash` (string)
  Secret Hash
- `create_time` (string, date-time)
  UTC time when the secret was created
  Example: `2023-01-01T19:30:41.000Z`
- `update_time` (string, date-time)
  UTC time when the secret was updated
  Example: `2023-01-01T19:30:41.000Z`
- `status` (string)
  Status of the secret
  Example: `ACTIVE`
- `expire_time` (string, date-time)
  UTC time when the secret will expire. If the field is not present, the secret does not expire.
  Example: `2024-01-01T19:30:41.000Z`

## Example

```json
{
  "id": "09094e3230c893775eac3a9e7d912a8ad08ffd7e592feec9afd51958cb662110",
  "secret": "x8ipcf0482bcaah6b3dfcb3fb217461f8b83",
  "secret_hash": "string",
  "create_time": "2023-01-01T19:30:41.000Z",
  "update_time": "2023-01-01T19:30:41.000Z",
  "status": "ACTIVE",
  "expire_time": "2024-01-01T19:30:41.000Z"
}
```


