Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 918 Bytes

File metadata and controls

14 lines (10 loc) · 918 Bytes

ApiPrivilegeRepositoryAdminRequest

Properties

Name Type Description Notes
name str The name of the privilege. This value cannot be changed. [optional]
description str [optional]
actions list[str] A collection of actions to associate with the privilege, using BREAD syntax (browse,read,edit,add,delete,all) as well as 'run' for script privileges. [optional]
format str The repository format (i.e 'nuget', 'npm') this privilege will grant access to (or * for all). [optional]
repository str The name of the repository this privilege will grant access to (or * for all). [optional]

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