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