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

docs.ProfileMappingTarget.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: 23.0.1
Show newest version


# ProfileMappingTarget

The parameter is the target of a profile mapping and is a valid [JSON Schema Draft 4](https://datatracker.ietf.org/doc/html/draft-zyp-json-schema-04) document with the following properties. The data type can be an app instance or an Okta object.   > **Note:** If the target is Okta and the UserTypes feature isn't enabled, then the target `_links` only has a link to the schema.

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | Unique identifier for the application instance or UserType |  [optional] [readonly] |
|**name** | **String** | Variable name of the application instance or name of the referenced userType |  [optional] [readonly] |
|**type** | **String** | Type of user referenced in the mapping |  [optional] [readonly] |
|**links** | [**SourceLinks**](SourceLinks.md) |  |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy