Skip to content

CreateOrgInput

Details for creating a new organization.

Fields

Field Type Description
allowedClusters [String!]! Allowed clusters for the organization.
authDomainConfig TenantAuthDomainConfig! Use the SSO/LDAP configuration of the global organization or set the configuration specific to this organization.
crossAccountCapabilities [CrossAccountCapability!] Specifies cross-account capabilities enabled for this organization.
description String! Description for organization.
existingSsoGroups [ExistingSsoGroupInput!] Existing SSO groups to be authorized for this tenant organization.
existingUsers [ExistingUserInput!] Existing users to add to the tenant organization.
fullName String! Full name of the tenant organization.
isEnvoyRequired Boolean! Force organization to use envoy to connect their hosts.
isInheritIpAllowlistDisabled Boolean Specifies whether IP allowlist settings and entries are not inherited for this organization.
isServiceAccountDisabled Boolean Specifies whether service accounts are not enabled for this organization.
isServiceAccountEnabled Boolean Deprecated. Use isServiceAccountDisabled instead.
name String! Unique name ID of the organization.
newSsoGroups [NewSsoGroupInput!] New SSO groups to be authorized for this tenant organization.
permissions [PermissionInput!]! Permissions to be given to the org admin role.
replicationOnlyClusters [String!] Clusters designated as replication-only for the organization.
selfServicePermissions [SelfServicePermissionInput!]! Self-service permissions to be assigned to the organization.
shouldEnforceMfaForAll Boolean! Enforce MFA for all users in the organization.
userInvites [UserInviteInput!] Invitations to invite new users to the tenant organization.