OBJECT
SapHanaSystemInformation
Description
Additional info about the SAP HANA system.
link GraphQL Schema definition
- type SapHanaSystemInformation {
- # The authentication type for the SAP HANA system.
- : SapHanaSystemAuthType!
- # Azure customer subscription name for the SAP HANA system.
- : String!
- # UUID of Azure feature linked to the SAP HANA system.
- : UUID
- # SAP HANA version installed on the system.
- : String!
- # Specifies whether Dynamic Tiering service is enabled for the SAP HANA system.
- : Boolean!
- }