INPUT_OBJECT

ManagementEndpointOnboardingInfoInput

link GraphQL Schema definition

  • input ManagementEndpointOnboardingInfoInput {
  • # List of Management Endpoint IDs that are configured
  • managementEndpointIds: [String!]!
  • # Version of script
  • scriptVersion: String!
  • # List of services that are configured
  • services: [ManagementEndpointDefinitionServiceName!]
  • }