OBJECT
CloudAccountWithExocomputeMapping
Description
Account with Exocompute mapping, if present.
link GraphQL Schema definition
- type CloudAccountWithExocomputeMapping {
- # Cloud account details.
- : CloudAccountDetails!
- # Mapped Exocompute account details.
- : CloudAccountDetails
- # AWS regions that have protected objects.
- : [AwsCloudAccountRegion!]!
- # Indicates whether cloud discovery is enabled for this account.
- : Boolean!
- }