Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1013 Bytes

File metadata and controls

14 lines (10 loc) · 1013 Bytes

Okta.Sdk.Model.CreateGroupPushMappingRequest

Properties

Name Type Description Notes
AppConfig AppConfig [optional]
SourceGroupId string The ID of the source group for the group push mapping
Status GroupPushMappingStatusUpsert [optional]
TargetGroupId string 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. [optional]
TargetGroupName string The 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]