You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_group_id: Optional[StrictStr] =Field(default=None, description="The ID of the existing target group for the group push mapping. This is used to link to an existing group. Required if `targetGroupName` is not provided.", alias="targetGroupId")
@@ -37,7 +38,7 @@ class ProfileMapping(BaseModel):
37
38
The profile mapping object describes a mapping between an Okta user's and an app user's properties using [JSON Schema Draft 4](https://datatracker.ietf.org/doc/html/draft-zyp-json-schema-04). > **Note:** Same type source/target mappings aren't supported by this API. Profile mappings must be between Okta and an app.
38
39
"""# noqa: E501
39
40
id: Optional[StrictStr] =Field(default=None, description="Unique identifier for a profile mapping")
0 commit comments