Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

File metadata and controls

19 lines (15 loc) · 1.09 KB

Okta.Sdk.Model.InlineHook

An inline hook object that specifies the details of the inline hook

Properties

Name Type Description Notes
Channel InlineHookChannel [optional]
Created DateTimeOffset Date of the inline hook creation [optional] [readonly]
Id string The unique identifier for the inline hook [optional] [readonly]
LastUpdated DateTimeOffset Date of the last inline hook update [optional] [readonly]
Name string The display name of the inline hook [optional]
Status InlineHookStatus [optional]
Type InlineHookType [optional]
_Version string Version of the inline hook type. The currently supported version is `1.0.0`. [optional] [readonly]
Links InlineHookLinks [optional]

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