INPUT_OBJECT

UpdateOrganizationCluster

link GraphQL Schema definition

1input UpdateOrganizationCluster {
4
2# The ID of the cluster
3clusterId: ID!
7
5# The ID of the organization.
6organizationId: ID!
11
8# Set to true to use the cluster as a default cluster for the org
9# To un-set
10isAlwaysUse: Boolean
14
12# Provide the organization ID to add.
13action: UpdateOrganizationClusterAction
15}

link Required by

This element is not required by anyone