Package com.okta.sdk.resource.model
Class DetailedHookKeyInstance
java.lang.Object
com.okta.sdk.resource.model.DetailedHookKeyInstance
- 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 DetailedHookKeyInstance
extends Object
implements Serializable
A key object with public key details
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the key was createdorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get embeddedgetId()
The unique Okta ID of this key recordWhether 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
setEmbedded
(Embedded embedded) 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:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
-
Constructor Details
-
DetailedHookKeyInstance
public DetailedHookKeyInstance()
-
-
Method Details
-
getCreated
Timestamp when the key was created- Returns:
- created
-
getCreated_JsonNullable
-
getId
The unique Okta ID of this key record- 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
-
embedded
-
getEmbedded
Get embedded- Returns:
- embedded
-
setEmbedded
-
equals
-
hashCode
public int hashCode() -
toString
-