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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
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
-
getId
-
isUsed
-
getIsUsed
-
setIsUsed
-
getKeyId
-
getLastUpdated
Timestamp when the key was updated.- Returns:
- lastUpdated
-
name
-
getName
-
setName
-
embedded
-
getEmbedded
-
setEmbedded
-
equals
-
hashCode
-
toString
-