Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Type

Description

grant_type

string

The type of the grantee.

Valid values:

  • USER

  • GROUP

grantee

string

The user or group to whom to grant access.

permission_list

array

An array containing one or more of the following permissions:

  • "R" – read

  • "W" – write

  • "X" – execute

Learn more: Permissions in Manager and in APIs

inherit

Boolean

If true, the permissions also apply to all assets under in the specified project or project space.

...