OBJECT
Permission
Description
Specifies permissions.
link GraphQL Schema definition
- type Permission {
- # List of objects in hierarchy.
- : [ObjectIdsForHierarchyType!]!
- # The operations granted to the org on newly added.
- : Operation!
- }
OBJECT
Specifies permissions.
- type Permission {
- # List of objects in hierarchy.
- : [ObjectIdsForHierarchyType!]!
- # The operations granted to the org on newly added.
- : Operation!
- }