INPUT_OBJECT

BulkUpdateHostInput

Description

Input for updating multiple host certificates.

link GraphQL Schema definition

  • input BulkUpdateHostInput {
  • # Required. Properties to update for each host.
  • hostUpdateProperties: [HostUpdateIdInput!]!
  • }

link Require by