UpdateSapBusinessObjectPayload
No description
type UpdateSapBusinessObjectPayload implements OperationResultContainer {
result: OperationResult!
sapBusinessObject: SapBusinessObject
credentials: MonitoredSystemCredentialOperations
}
Fields
UpdateSapBusinessObjectPayload.result ● OperationResult! non-null object
The result of the operation.
UpdateSapBusinessObjectPayload.sapBusinessObject ● SapBusinessObject object
This field holds the created monitored system if the operation was successful.
UpdateSapBusinessObjectPayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
updateSapBusinessObject mutation