ignoreTeams

@JvmName(name = "nhqfsmfqatuaohyy")
suspend fun ignoreTeams(value: Output<List<RepositoryCollaboratorsIgnoreTeamArgs>>)
@JvmName(name = "xxacrktcsqeuaqdu")
suspend fun ignoreTeams(value: List<RepositoryCollaboratorsIgnoreTeamArgs>?)

Parameters

value

List of teams to ignore when checking for repository access. This supports ignoring teams granted access at an organizational level.


@JvmName(name = "uckbxuiixnnxxglc")
suspend fun ignoreTeams(vararg values: Output<RepositoryCollaboratorsIgnoreTeamArgs>)


@JvmName(name = "yeegohornghrgwac")
suspend fun ignoreTeams(values: List<Output<RepositoryCollaboratorsIgnoreTeamArgs>>)
@JvmName(name = "tgcwinsjnvsxcxai")
suspend fun ignoreTeams(vararg values: RepositoryCollaboratorsIgnoreTeamArgs)

Parameters

values

List of teams to ignore when checking for repository access. This supports ignoring teams granted access at an organizational level.


@JvmName(name = "gpdcjpibjidtrove")
suspend fun ignoreTeams(argument: List<suspend RepositoryCollaboratorsIgnoreTeamArgsBuilder.() -> Unit>)
@JvmName(name = "vbipmutttrjvlgeb")
suspend fun ignoreTeams(vararg argument: suspend RepositoryCollaboratorsIgnoreTeamArgsBuilder.() -> Unit)
@JvmName(name = "bqgfihjbxyhwxvwe")
suspend fun ignoreTeams(argument: suspend RepositoryCollaboratorsIgnoreTeamArgsBuilder.() -> Unit)

Parameters

argument

List of teams to ignore when checking for repository access. This supports ignoring teams granted access at an organizational level.