Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 888 Bytes

PermissionGrantInput.md

File metadata and controls

23 lines (11 loc) · 888 Bytes

PermissionGrantInput

Properties

Name Type Description Notes
actionSet ActionSetEnum 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]
actions List<String> A list of actions to allow. Specify either <code>actionSet</code> or <code>actions</code>. To learn more, read Role actions. [optional]
memberIDs List<String> A list of member IDs who receive the permission grant. [optional]

Enum: ActionSetEnum

Name Value
MAINTAINTEAM "maintainTeam"