INPUT_OBJECT

ManagementEndpointRequest

Management Endpoint Request

link GraphQL Schema definition

  • input ManagementEndpointRequest {
  • # Action to be performed on the management endpoint
  • action: ManagementEndpointResourceAction!
  • # In case of CREATE and UPDATE, provide ManagementEndpointInput
  • managementEndpoint: ManagementEndpointInput
  • # In case of DELETE, provide managementEndpointId
  • managementEndpointId: String
  • }