Okta.Sdk.Model.CreateGroupPushMappingRequest

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AppConfigAppConfig[optional]
SourceGroupIdstringThe ID of the source group for the group push mapping
StatusGroupPushMappingStatusUpsert[optional]
TargetGroupIdstringThe 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.[optional]
TargetGroupNamestringThe name of the target group for the group push mapping. This is used when creating a new downstream group. If the group already exists, it links to the existing group. Required if `targetGroupId` is not provided.[optional]

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