Okta.Sdk.Model.ProfileMapping
October 26, 2025 ยท View on GitHub
The profile mapping object describes a mapping between an Okta user's and an app user's properties using JSON Schema Draft 4. > Note: Same type source/target mappings aren't supported by this API. Profile mappings must be between Okta and an app.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique identifier for a profile mapping | [optional] [readonly] |
| Properties | Dictionary<string, ProfileMappingProperty> | [optional] | |
| Source | ProfileMappingSource | [optional] | |
| Target | ProfileMappingTarget | [optional] | |
| Links | LinksSelf | [optional] |