OBJECT

RbacObject

Description

The object which permissions assigned to.

link GraphQL Schema definition

  • type RbacObject {
  • # The ID of the object.
  • objectId: String!
  • # The workload hierarchy of the object.
  • workloadHierarchy: WorkloadLevelHierarchy!
  • # The Rubrik cluster ID of the object.
  • clusterId: String!
  • }