Package com.okta.sdk.resource.model
Class APIServiceIntegrationInstanceSecret
java.lang.Object
com.okta.sdk.resource.model.APIServiceIntegrationInstanceSecret
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class APIServiceIntegrationInstanceSecret
extends Object
implements Serializable
APIServiceIntegrationInstanceSecret
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Status of the API Service Integration instance Secret -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The OAuth 2.0 client secret string.Timestamp when the API Service Integration instance Secret was createdgetId()
The ID of the API Service Integration instance SecretTimestamp when the API Service Integration instance Secret was updatedgetLinks()
Get linksOAuth 2.0 client secret string hashStatus of the API Service Integration instance Secretint
hashCode()
void
void
toString()
-
Field Details
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_SECRET_HASH
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
APIServiceIntegrationInstanceSecret
public APIServiceIntegrationInstanceSecret()
-
-
Method Details
-
getClientSecret
The OAuth 2.0 client secret string. The client secret string is returned in the response of a Secret creation request. In other responses (such as list, activate, or deactivate requests), the client secret is returned as an undisclosed hashed value.- Returns:
- clientSecret
-
getCreated
Timestamp when the API Service Integration instance Secret was created- Returns:
- created
-
getId
The ID of the API Service Integration instance Secret- Returns:
- id
-
getLastUpdated
Timestamp when the API Service Integration instance Secret was updated- Returns:
- lastUpdated
-
getSecretHash
OAuth 2.0 client secret string hash- Returns:
- secretHash
-
status
public APIServiceIntegrationInstanceSecret status(APIServiceIntegrationInstanceSecret.StatusEnum status) -
getStatus
Status of the API Service Integration instance Secret- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-