INPUT_OBJECT
SapHanaSystemConfigInput
Description
Supported in v5.3+
link GraphQL Schema definition
- input SapHanaSystemConfigInput {
- # Supported in v9.0+
- # The authentication type for the SAP HANA system.
- : SapHanaSystemAuthTypeSpecInput
- # Supported in v9.1+
- # The Rubrik ID of the SAP HANA Azure Feature.
- : String
- # Supported in v9.4+
- # The backup trigger type for the SAP HANA system.
- : SapHanaSystemConfigBackupTriggerType
- # Supported in v6.0+
- # Data path details of the SAP HANA system.
- : SapHanaSystemDataPathSpecInput
- # Required. Supported in v5.3+
- # The SAP HANA system hosts.
- : [String!]!
- # Required. Supported in v5.3+
- # The instance number of the SAP HANA system.
- : String!
- # Required. Supported in v5.3+
- # The password of the SAP HANA system.
- : String!
- # Required. Supported in v5.3+
- # The SAP System Identification (SID) code for the SAP HANA system.
- : String!
- # Supported in v7.0+
- # Information required to connect to SAP HANA database over SSL.
- : SapHanaSslInfoInput
- # Required. Supported in v5.3+
- # The username of the SAP HANA system.
- : String!
- }