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