Skip to content

Commit

Permalink
Merge pull request #153 from harness/fixUserGroup
Browse files Browse the repository at this point in the history
Update user group model
  • Loading branch information
rathodmeetsatish authored Sep 14, 2022
2 parents b3c9cc9 + 83751ce commit c23146a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion harness/nextgen/model_notification_setting_config_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
package nextgen

type NotificationSettingConfigDto struct {
Type_ string `json:"type,omitempty"`
Type_ string `json:"type,omitempty"`
SlackWebhookUrl string `json:"slackWebhookUrl,omitempty"`
GroupEmail string `json:"groupEmail,omitempty"`
MicrosoftTeamsWebhookUrl string `json:"microsoftTeamsWebhookUrl,omitempty"`
PagerDutyKey string `json:"pagerDutyKey,omitempty"`
}
1 change: 1 addition & 0 deletions harness/nextgen/model_user_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type UserGroup struct {
NotificationConfigs []NotificationSettingConfigDto `json:"notificationConfigs,omitempty"`
IsSsoLinked bool `json:"isSsoLinked,omitempty"`
LinkedSsoId string `json:"linkedSsoId,omitempty"`
LinkedSsoType string `json:"linkedSsoType,omitempty"`
LinkedSsoDisplayName string `json:"linkedSsoDisplayName,omitempty"`
SsoGroupId string `json:"ssoGroupId,omitempty"`
SsoGroupName string `json:"ssoGroupName,omitempty"`
Expand Down

0 comments on commit c23146a

Please sign in to comment.