ENUM

SaasOrgType

Description

The organization type that categorizes the SaaS provider.

link GraphQL Schema definition

  • enum SaasOrgType {
  • # Atlassian Org type.
  • ATLASSIAN_ORG
  • # Dynamics Org type.
  • DYNAMICS_365_ORG
  • # Google workspace Org type.
  • GOOGLE_WORKSPACE_ORG
  • # M365 Backup Storage Org type.
  • M365_BACKUP_STORAGE_ORG
  • # OKTA Org type.
  • OKTA_ORG
  • # Unspecified SaaS application type.
  • SAAS_ORG_TYPE_UNSPECIFIED
  • # Salesforce Org type.
  • SALESFORCE_ORG
  • # Slack Org type.
  • SLACK_ORG
  • }