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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class HookKey
extends Object
implements Serializable
HookKey
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionembedded(JsonWebKey embedded) booleanTimestamp 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.inthashCode()voidsetEmbedded(JsonWebKey embedded) voidvoidtoString()
-
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
-