OBJECT

CloudAccountDetail

Description

Details for each cloud account.

link GraphQL Schema definition

  • type CloudAccountDetail {
  • # Native ID of the cloud account.
  • nativeId: String!
  • # Name of the cloud account.
  • name: String!
  • }