INPUT_OBJECT
SelfServicePermissionInput
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
- input SelfServicePermissionInput {
- # Deprecated field, use hierarchyRoot instead.
- 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 :
- }