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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class HookKey
extends Object
implements Serializable
HookKey
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionembedded
(JsonWebKey embedded) boolean
Timestamp when the key was created.Get embeddedgetId()
The unique identifier for the key.Whether this key is currently in use by other hooks.getKeyId()
The alias of the public key.Timestamp when the key was updated.getName()
Display name of the key.int
hashCode()
void
setEmbedded
(JsonWebKey embedded) void
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
-
HookKey
public HookKey()
-
-
Method Details
-
getCreated
Timestamp when the key was created.- Returns:
- created
-
getId
The unique identifier for the key.- Returns:
- id
-
isUsed
-
getIsUsed
Whether this key is currently in use by other hooks.- Returns:
- isUsed
-
setIsUsed
-
getKeyId
The alias of the public key.- Returns:
- keyId
-
getLastUpdated
Timestamp when the key was updated.- Returns:
- lastUpdated
-
name
-
getName
Display name of the key.- Returns:
- name
-
setName
-
embedded
-
getEmbedded
Get embedded- Returns:
- embedded
-
setEmbedded
-
equals
-
hashCode
public int hashCode() -
toString
-