INPUT_OBJECT

NtpServerConfigurationInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input NtpServerConfigurationInput {
  • # Supported in v5.0+
  • symmetricKey: NtpSymmKeyConfigurationInput
  • # Required. Supported in v5.0+
  • # Name or IP address of the NTP server.
  • server: String!
  • }