OBJECT
RbacObject
Description
The object which permissions assigned to.
link GraphQL Schema definition
- type RbacObject {
- # The Rubrik cluster ID of the object.
- : String!
- # The managed ID of the object.
- : ManagedId!
- # The ID of the object.
- : String! @deprecated( reason: "Deprecated: use managedId instead." )
- # The workload hierarchy of the object.
- : WorkloadLevelHierarchy!
- }