ENUM

CloudAccountState

Description

State of a cloud account.

link GraphQL Schema definition

  • enum CloudAccountState {
  • # The cloud account is connected.
  • CONNECTED
  • # The cloud account is connecting.
  • CONNECTING
  • # The cloud account is not enabled.
  • DISABLED
  • # The cloud account is disconnected.
  • DISCONNECTED
  • # The cloud account is missing permissions.
  • MISSING_PERMISSIONS
  • # The cloud account state is not specified.
  • STATUS_UNSPECIFIED
  • }