approverEmailRecipients

@JvmName(name = "errbetxgqrpftgul")
suspend fun approverEmailRecipients(value: Output<List<String>>)
@JvmName(name = "uuqccdtjchglemra")
suspend fun approverEmailRecipients(value: List<String>?)

Parameters

value

Optional. Additional email addresses to be notified when a grant is pending approval.


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


@JvmName(name = "odjoawotkrcxgmlr")
suspend fun approverEmailRecipients(values: List<Output<String>>)
@JvmName(name = "ykivtdmyafakpsjc")
suspend fun approverEmailRecipients(vararg values: String)

Parameters

values

Optional. Additional email addresses to be notified when a grant is pending approval.