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