Class PasswordImportRequestDataAction

java.lang.Object
com.okta.sdk.resource.model.PasswordImportRequestDataAction
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-09T14:19:33.269913-05:00[America/Chicago]", comments="Generator version: 7.7.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: