dismissalRestrictions

@JvmName(name = "pjksjbouqxbtsaxx")
suspend fun dismissalRestrictions(value: Output<List<String>>)
@JvmName(name = "batiudrwavnklqdf")
suspend fun dismissalRestrictions(value: List<String>?)

Parameters

value

The list of actor Names/IDs with dismissal access. If not empty, restrict_dismissals is ignored. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.


@JvmName(name = "rcxsaabtuwrstqbf")
suspend fun dismissalRestrictions(vararg values: Output<String>)


@JvmName(name = "kxvwgrbfxnunchat")
suspend fun dismissalRestrictions(values: List<Output<String>>)
@JvmName(name = "jrravpjqnlnoqxla")
suspend fun dismissalRestrictions(vararg values: String)

Parameters

values

The list of actor Names/IDs with dismissal access. If not empty, restrict_dismissals is ignored. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.