ignoreTeams

@JvmName(name = "dwrytsnopraqytjx")
suspend fun ignoreTeams(value: Output<List<RepositoryCollaboratorsIgnoreTeamArgs>>)
@JvmName(name = "cwdxhrmbwhgecwdc")
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 = "fmpbaxhdrvfebehe")
suspend fun ignoreTeams(vararg values: Output<RepositoryCollaboratorsIgnoreTeamArgs>)


@JvmName(name = "qtditgwliewpcgwe")
suspend fun ignoreTeams(values: List<Output<RepositoryCollaboratorsIgnoreTeamArgs>>)
@JvmName(name = "dgmysbhyveacrhvj")
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 = "wfsppsyjulglwgwp")
suspend fun ignoreTeams(argument: List<suspend RepositoryCollaboratorsIgnoreTeamArgsBuilder.() -> Unit>)
@JvmName(name = "ttlfyrtlymajnkpc")
suspend fun ignoreTeams(vararg argument: suspend RepositoryCollaboratorsIgnoreTeamArgsBuilder.() -> Unit)
@JvmName(name = "iusruyhytmevhhdh")
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.