OBJECT

CrossAccountCluster

Description

Cross-account cluster-specific information.

link GraphQL Schema definition

  • type CrossAccountCluster {
  • # Name of the cross-account cluster.
  • name: String!
  • # UUID of the cross-account cluster.
  • uuid: String!
  • # Version of the cross-account cluster.
  • version: String!
  • # The account name of cross-account the cluster is associated with.
  • accountName: String!
  • # API version of the cross-account cluster.
  • apiVersion: String!
  • # If the Rubrik cluster is air-gapped.
  • isAirGapped: Boolean!
  • # If the cross-account cluster is archived.
  • isArchived: Boolean!
  • }