ENUM

LocationScope

Description

Scope of the target location based on how it is managed.

link GraphQL Schema definition

  • enum LocationScope {
  • # Target location is managed by Rubrik.
  • GLOBAL
  • # Target location is managed by cluster.
  • LOCAL
  • # Scope of target location is unknown.
  • UNKNOWN
  • }