INPUT_OBJECT
Input for updating configuration of multiple SAP HANA systems in bulk.
input BulkUpdateSystemConfigInput {# Supported in v9.5+# Whether to enable or disable taking a full backup after master failover.isForceFullOnMasterChangeEnabled: Boolean# Required. Supported in v9.5+# The system IDs for which the configuration values have to be updated.systemIds: [String!]!}