SAPcpmsDeviceSecurityAuditUploader
public class SAPcpmsDeviceSecurityAuditUploader
Undocumented
-
Report device compliance status to Mobile Services
Throws
error in case of failure.Declaration
Swift
public static func upload(isDeviceCompromised: Bool, sapURLSession: SAPURLSession, settingsParameters: SAPcpmsSettingsParameters) async throwsParameters
isDeviceCompromiseda boolean value that indicates if the device is compromised
sapURLSessiona SAPURLSession implementation that can be used to communicate with the SAPcpms
settingsParametersSAPcpms settings metadata to be able to concatenate the SAPcpms service URL; The ‘backendURL’ and the ‘deviceID’ are used from this parameter.