Okta.Sdk.Model.ProfileMappingSource
August 11, 2023 ยท View on GitHub
The parameter is the source of a profile mapping and is a valid JSON Schema Draft 4 document with the following properties. The data type can be an app instance or an Okta object. > Note: If the source is Okta and the UserTypes feature isn't enabled, then the source _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 | [optional] |