@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user