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