ENUM

SaasEnvironmentType

Description

The environment type of the SaaS resource.

link GraphQL Schema definition

  • enum SaasEnvironmentType {
  • # Specifies that the environment is a developer type.
  • DEVELOPER
  • # Unspecified SaaS environment type.
  • ENVIRONMENT_TYPE_UNSPECIFIED
  • # Specifies the environment is production.
  • PRODUCTION
  • # Specifies the environment is a sandbox.
  • SANDBOX
  • # Specifies that the environment is a trial environment.
  • TRIAL
  • }