Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 649 Bytes

File metadata and controls

22 lines (15 loc) · 649 Bytes

RepositoryPrivilegeDict

Properties

Name Type Description Notes
privilege PrivilegeEnum The level of privilege that the user or team should be granted to the specified repository.
service String The service identifier (slug). [optional]
team String The team identifier (slug). [optional]
user String The user identifier (slug). [optional]

Enum: PrivilegeEnum

Name Value
ADMIN "Admin"
WRITE "Write"
READ "Read"