Okta.Sdk.Model.HookKey

October 22, 2025 ยท View on GitHub

The id property in the response as id serves as the unique ID for the key, which you can specify when invoking other CRUD operations. The keyId provided in the response is the alias of the public key that you can use to get details of the public key data in a separate call.

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffset?Timestamp when the key was created[optional] [readonly]
IdstringThe unique identifier for the key[optional] [readonly]
IsUsedboolWhether this key is currently in use by other applications[optional] [readonly]
KeyIdstringThe alias of the public key[optional] [readonly]
LastUpdatedDateTimeOffset?Timestamp when the key was updated[optional] [readonly]
NamestringDisplay name of the key[optional]

[Back to Model list] [Back to API list] [Back to README]