setAccessServicesConfig
@PostMapping(path="/security-sync-service/configuration")
public VoidResponse setAccessServicesConfig(@PathVariable
String userId,
@PathVariable
String serverName,
@RequestBody
SecuritySyncConfig securitySyncConfig)
- Parameters:
userId - user that is issuing the request.
serverName - local server name.
securitySyncConfig - configuration properties for security sync server
- Returns:
- void response or
OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or
OMAGInvalidParameterException invalid serverName or accessServicesConfig parameter.