All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.UserImportResponseCommandsInner.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# UserImportResponseCommandsInner


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**type** | [**TypeEnum**](#TypeEnum) | The command types supported for the import inline hook. When using the `com.okta.action.update` command to specify that the user should be treated as a match, you need to also provide a `com.okta.user.update` command that sets the ID of the Okta user. |  [optional] |
|**value** | **Map<String, String>** | The `value` object is the parameter to pass to the command. In the case of the `com.okta.appUser.profile.update` and `com.okta.user.profile.update` commands,  the parameter should be a list of one or more profile attributes and the values you wish to set them to. In the case of the `com.okta.action.update` command, the parameter should be a `result` property set to either `CREATE_USER` or `LINK_USER`. |  [optional] |



## Enum: TypeEnum

| Name | Value |
|---- | -----|
| APP_USER_PROFILE_UPDATE | "com.okta.appUser.profile.update" |
| USER_PROFILE_UPDATE | "com.okta.user.profile.update" |
| ACTION_UPDATE | "com.okta.action.update" |
| USER_UPDATE | "com.okta.user.update" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy