INPUT_OBJECT
UpdateOrgInput
Description
Update organization details.
link GraphQL Schema definition
- input UpdateOrgInput {
- # Allowed clusters for the organization.
- : [String!]!
- # Use the SSO/LDAP configuration of the global organization or set the
- # configuration specific to this organization.
- : TenantAuthDomainConfig!
- # Specifies cross-account capabilities enabled for this organization.
- : [CrossAccountCapability!]
- # New description of the organization.
- : String!
- # Existing SSO groups to be authorized for this tenant organization.
- : [ExistingSsoGroupInput!]
- # Existing users to add to the tenant organization.
- : [ExistingUserInput!]
- # New full name of the tenant organization.
- : String!
- # Force organization to use envoy to connect their hosts.
- : Boolean!
- # Specifies whether IP allowlist settings and entries are not inherited for this
- # organization.
- : Boolean
- # Specifies whether service accounts are not enabled for this organization.
- : Boolean
- # Deprecated. Use isServiceAccountDisabled instead.
- : Boolean
- # New unique name ID of the organization.
- : String!
- # New SSO groups to be authorized for this tenant organization.
- : [NewSsoGroupInput!]
- # ID of the organization to be updated.
- : String!
- # Permissions to be given to the org admin role.
- : [PermissionInput!]!
- # Clusters designated as replication-only for the organization.
- : [String!]
- # Self-service permissions to be assigned to the organization.
- : [SelfServicePermissionInput!]!
- # Enforce MFA for all users in the organization.
- : Boolean!
- # Specifies whether to keep the global organization's IP allowlist settings and
- # entries in the tenant organization.
- : Boolean
- # Invitations to invite new users to the tenant organization.
- : [UserInviteInput!]
- }