OBJECT

CloudAccountDetails

Description

Cloud Account with mapped Exocompute account.

link GraphQL Schema definition

  • type CloudAccountDetails {
  • # Rubrik ID of cloud account.
  • id: UUID!
  • # Native ID of cloud account.
  • nativeId: String!
  • # Name of cloud account.
  • name: String!
  • }