INPUT_OBJECT

CreateClusterCollaborator

link GraphQL Schema definition

1input CreateClusterCollaborator {
4
2# ID of the organization to share
3organizationId: ID!
8
5# Permission to grant cluster. Can be `viewer`.
6# Set to `none` to revoke permissions for this organization.
7permission: SetClusterPermission!
9}