OBJECT

CloudAccountWithExocomputeMapping

Description

Account with Exocompute mapping, if present.

link GraphQL Schema definition

  • type CloudAccountWithExocomputeMapping {
  • # Cloud account details.
  • applicationAccount: CloudAccountDetails!
  • # Mapped Exocompute account details.
  • exocomputeAccount: CloudAccountDetails
  • # AWS regions that have protected objects.
  • exocomputeMappableRegions: [AwsCloudAccountRegion!]!
  • # Indicates whether cloud discovery is enabled for this account.
  • hasCloudDiscovery: Boolean!
  • }

link Require by