Package com.okta.sdk.resource.model
Class PasswordImportRequestDataAction
java.lang.Object
com.okta.sdk.resource.model.PasswordImportRequestDataAction
- 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 PasswordImportRequestDataAction
extends Object
implements Serializable
This object specifies the default action Okta is set to take. Okta takes this action if your external service sends
an empty HTTP 204 response. You can override the default action by returning a commands object in your response
specifying the action to take.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredential
(String credential) boolean
The status of the user credential, either `UNVERIFIED` or `VERIFIED`int
hashCode()
void
setCredential
(String credential) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIAL
- See Also:
-
-
Constructor Details
-
PasswordImportRequestDataAction
public PasswordImportRequestDataAction()
-
-
Method Details