Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.02 KB

ListProfileMappings.md

File metadata and controls

14 lines (10 loc) · 1.02 KB

Okta.Sdk.Model.ListProfileMappings

A collection of the profile mappings that include a subset of the profile mapping object's properties. 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 either be Okta->App or App->Okta.

Properties

Name Type Description Notes
Id string Unique identifier for profile mapping [optional] [readonly]
Source ProfileMappingSource [optional]
Target ProfileMappingTarget [optional]
Links LinksSelf [optional]

[Back to Model list] [Back to API list] [Back to README]