Package com.okta.sdk.resource.model
Class HookKey
java.lang.Object
com.okta.sdk.resource.model.HookKey
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class HookKey
extends Object
implements Serializable
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.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the key was createdorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> getId()
The unique identifier for the keyWhether this key is currently in use by other applicationsgetKeyId()
The alias of the public keyTimestamp when the key was updatedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> getName()
Display name of the keyint
hashCode()
void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IS_USED
- See Also:
-
JSON_PROPERTY_KEY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
HookKey
public HookKey()
-
-
Method Details
-
getCreated
Timestamp when the key was created- Returns:
- created
-
getCreated_JsonNullable
-
getId
The unique identifier for the key- Returns:
- id
-
getIsUsed
Whether this key is currently in use by other applications- Returns:
- isUsed
-
getKeyId
The alias of the public key- Returns:
- keyId
-
getLastUpdated
Timestamp when the key was updated- Returns:
- lastUpdated
-
getLastUpdated_JsonNullable
-
name
-
getName
Display name of the key- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-