Okta.Sdk.Model.DetailedHookKeyInstance
October 22, 2025 ยท View on GitHub
A key object with public key details
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset? | Timestamp when the key was created | [optional] [readonly] |
| Id | string | The unique Okta ID of this key record | [optional] [readonly] |
| IsUsed | bool | Whether this key is currently in use by other applications | [optional] [readonly] |
| KeyId | string | The alias of the public key | [optional] [readonly] |
| LastUpdated | DateTimeOffset? | Timestamp when the key was updated | [optional] [readonly] |
| Name | string | Display name of the key | [optional] |
| Embedded | Embedded | [optional] |