ENUM
SaasEnvironmentType
Description
The environment type of the SaaS resource.
link GraphQL Schema definition
- enum SaasEnvironmentType {
- # Specifies that the environment is a developer type.
- # Unspecified SaaS environment type.
- # Specifies the environment is production.
- # Specifies the environment is a sandbox.
- # Specifies that the environment is a trial environment.
- }