Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.09 KB

PermissionGrantInput.md

File metadata and controls

14 lines (9 loc) · 1.09 KB

PermissionGrantInput

Properties

Name Type Description Notes
action_set str A group of related actions to allow. Specify either <code>actionSet</code> or <code>actions</code>. Use <code>maintainTeam</code> to add team maintainers. [optional] if omitted the server will use the default value of "maintainTeam"
actions [str] A list of actions to allow. Specify either <code>actionSet</code> or <code>actions</code>. To learn more, read Role actions. [optional]
member_ids [str] A list of member IDs who receive the permission grant. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]