dismissalRestrictions

@JvmName(name = "efwawpxmguxxctuv")
suspend fun dismissalRestrictions(value: Output<List<String>>)
@JvmName(name = "exfrtfgfksukchcs")
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 = "yfftnbabbemktgmi")
suspend fun dismissalRestrictions(vararg values: Output<String>)


@JvmName(name = "kdhbcuynohnxagrv")
suspend fun dismissalRestrictions(values: List<Output<String>>)
@JvmName(name = "dttvbwekcbqgjqbt")
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.