CreateSapSystemPayload
Result of the createSapSystem(...) operation
type CreateSapSystemPayload implements OperationResultContainer {
result: OperationResult!
sapSystem: SapSystem
credentials: MonitoredSystemCredentialOperations
}
Fields
CreateSapSystemPayload.result ● OperationResult! non-null object
CreateSapSystemPayload.sapSystem ● SapSystem object
This field holds the created SAP system if the operation was successful.
CreateSapSystemPayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
createSapSystem mutation ● createSapSystemDraft mutation ● promoteSapSystemDraft mutation