Uses of Class
com.okta.sdk.resource.model.KeyRequest
-
Uses of KeyRequest in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionHookKeyApi.createHookKey
(KeyRequest keyRequest) Create a key Creates a key for use with other parts of the application, such as inline hooks Use the key name to access this key for inline hook operations.HookKeyApi.createHookKey
(KeyRequest keyRequest, Map<String, String> additionalHeaders) Create a key Creates a key for use with other parts of the application, such as inline hooks Use the key name to access this key for inline hook operations.HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest) Replace a key Replaces a key by `hookKeyId` This request replaces existing properties after passing validation.HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest, Map<String, String> additionalHeaders) Replace a key Replaces a key by `hookKeyId` This request replaces existing properties after passing validation. -
Uses of KeyRequest in com.okta.sdk.resource.model