ENUM

Platform

Description

Platform stores the platform type of the asset.

link GraphQL Schema definition

  • enum Platform {
  • # AWS platform.
  • PLATFORM_AWS
  • # Azure platform.
  • PLATFORM_AZURE
  • # Datacenter platform.
  • PLATFORM_DATA_CENTER
  • # GCP platform.
  • PLATFORM_GCP
  • # GCP Workspace platform.
  • PLATFORM_GCP_WORKSPACE
  • # M365 platform.
  • PLATFORM_M365
  • # Snowflake platform.
  • PLATFORM_SNOWFLAKE
  • # Unspecified platform.
  • PLATFORM_UNSPECIFIED
  • }