| Name | Type | Description | Notes |
|---|---|---|---|
| algorithm | string | Signing algorithm to use with this secret. Either `hmac/sha-256`(default) or `hmac/sha-1` | [optional] |
| created_at | string | When secret was created | [optional] |
| enabled | bool | Is this secret currently enabled | [optional] |
| id | string | Unique Id | [optional] |
| secret | string | Secret for use with SSO embedding | [optional] |
| user_id | string | Id of user who created this secret | [optional] |
| secret_type | string | Field to distinguish between SSO secrets and JWT secrets Valid values are: "SSO", "JWT". | [optional] |