OBJECT

CrossAccountClusterInfo

Description

Cross-account Rubrik cluster information.

link GraphQL Schema definition

  • type CrossAccountClusterInfo {
  • # Determines the RSC account from which the Rubrik cluster has been retrieved.
  • originAccount: String!
  • # Determines whether the Rubrik cluster is connected to RSC.
  • isConnected: Boolean!
  • }