OBJECT
SelfServicePermission
Description
When an org member adds an object to Rubrik that matches the provided (inventoryRoot
, inventoryWorkloadType
) category, the org is granted all permission operations specified within the operations
field on that new object.
link GraphQL Schema definition
- type SelfServicePermission {
- # The inventory hierarchy root to which this set of permissions will apply.
- InventorySubHierarchyRootEnum! :
- # The inventory workload type to which this set of permissions will apply.
- WorkloadLevelHierarchy! :
- # The operations granted to the org on newly added objects matching the provided
- # `inventoryRoot` and `inventoryWorkloadType`.
- Operation!]! : [
- # The hierarchy root to which this set of permissions applies.
- String! :
- }