OBJECT

CloudAccountInfo

Description

CloudAccountInfo stores the cloud account information.

link GraphQL Schema definition

  • type CloudAccountInfo {
  • # ID of the cloud account.
  • accountId: String!
  • # Name of the account.
  • accountName: String!
  • }