Package com.okta.sdk.resource.model
Class CredentialSyncInfo
java.lang.Object
com.okta.sdk.resource.model.CredentialSyncInfo
- 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 CredentialSyncInfo
extends Object
implements Serializable
CredentialSyncInfo
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The error code for the type of errorA short description of the errorThe version ID of the password secret from the OPA vault.Get syncStateTimestamp when the credential was changedint
hashCode()
secretVersionId
(String secretVersionId) void
setSecretVersionId
(String secretVersionId) void
setSyncState
(CredentialSyncState syncState) syncState
(CredentialSyncState syncState) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_CODE
- See Also:
-
JSON_PROPERTY_ERROR_REASON
- See Also:
-
JSON_PROPERTY_SECRET_VERSION_ID
- See Also:
-
JSON_PROPERTY_SYNC_STATE
- See Also:
-
JSON_PROPERTY_SYNC_TIME
- See Also:
-
-
Constructor Details
-
CredentialSyncInfo
public CredentialSyncInfo()
-
-
Method Details
-
getErrorCode
The error code for the type of error- Returns:
- errorCode
-
getErrorReason
A short description of the error- Returns:
- errorReason
-
secretVersionId
-
getSecretVersionId
The version ID of the password secret from the OPA vault.- Returns:
- secretVersionId
-
setSecretVersionId
-
syncState
-
getSyncState
Get syncState- Returns:
- syncState
-
setSyncState
-
getSyncTime
Timestamp when the credential was changed- Returns:
- syncTime
-
equals
-
hashCode
public int hashCode() -
toString
-