Package com.okta.sdk.resource.model
Class PasswordImportResponseCommandsInnerValue
java.lang.Object
com.okta.sdk.resource.model.PasswordImportResponseCommandsInnerValue
- 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 PasswordImportResponseCommandsInnerValue
extends Object
implements Serializable
The parameter value of the command. * To indicate that the supplied credentials are valid, supply a type property set
 to `com.okta.action.update` together with a value property set to `{\"credential\":
 \"VERIFIED\"}`. * To indicate that the supplied credentials are invalid, supply a type property set to
 `com.okta.action.update` together with a value property set to `{\"credential\":
 \"UNVERIFIED\"}`. Alternatively, you can send an empty response (`204`). By default, the
 `data.action.credential` is always set to `UNVERIFIED`.
- See Also:
 
- 
Field Details
- 
JSON_PROPERTY_CREDENTIAL
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PasswordImportResponseCommandsInnerValue
public PasswordImportResponseCommandsInnerValue() 
 - 
 - 
Method Details
- 
credential
public PasswordImportResponseCommandsInnerValue credential(PasswordImportResponseCommandsInnerValue.CredentialEnum credential)  - 
getCredential
Get credential- Returns:
 - credential
 
 - 
setCredential
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -