@@ -30,10 +30,10 @@ func NewSCIMBridge(bridge *coredata.SCIMBridge) *SCIMBridge {
|
||||
ScimConfiguration: &SCIMConfiguration{
|
||||
ID: bridge.ScimConfigurationID,
|
||||
},
|
||||
Connector: connector,
|
||||
Type: bridge.Type,
|
||||
Connector: connector,
|
||||
Type: bridge.Type,
|
||||
ExcludedUserNames: bridge.ExcludedUserNames,
|
||||
CreatedAt: bridge.CreatedAt,
|
||||
UpdatedAt: bridge.UpdatedAt,
|
||||
CreatedAt: bridge.CreatedAt,
|
||||
UpdatedAt: bridge.UpdatedAt,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,10 +68,10 @@ func NewWebhookEvent(we *coredata.WebhookEvent) *WebhookEvent {
|
||||
}
|
||||
|
||||
return &WebhookEvent{
|
||||
ID: we.ID,
|
||||
ID: we.ID,
|
||||
WebhookSubscriptionID: we.WebhookSubscriptionID,
|
||||
Status: we.Status,
|
||||
Response: response,
|
||||
CreatedAt: we.CreatedAt,
|
||||
Status: we.Status,
|
||||
Response: response,
|
||||
CreatedAt: we.CreatedAt,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ func NewListTransferImpactAssessmentsOutput(pg *page.Page[*coredata.TransferImpa
|
||||
nextCursor = &cursorKey
|
||||
}
|
||||
return ListTransferImpactAssessmentsOutput{
|
||||
NextCursor: nextCursor,
|
||||
NextCursor: nextCursor,
|
||||
TransferImpactAssessments: items,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user