Repository Collaborators User Args
data class RepositoryCollaboratorsUserArgs(val permission: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<RepositoryCollaboratorsUserArgs>
Properties
Link copied to clipboard
The permission of the outside collaborators for the repository. Must be one of pull
, push
, maintain
, triage
or admin
or the name of an existing custom repository role within the organization for organization-owned repositories. Must be push
for personal repositories. Defaults to push
.