grantCreationTokens

@JvmName(name = "stxhbflnxejufvdg")
suspend fun grantCreationTokens(value: Output<List<String>>)
@JvmName(name = "muxnrpxghaokhxgc")
suspend fun grantCreationTokens(value: List<String>?)

Parameters

value

A list of grant tokens to be used when creating the grant. See Grant Tokens for more information about grant tokens.


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


@JvmName(name = "sepdwrfkghraijky")
suspend fun grantCreationTokens(values: List<Output<String>>)
@JvmName(name = "pfncbiyxhjthdlcl")
suspend fun grantCreationTokens(vararg values: String)

Parameters

values

A list of grant tokens to be used when creating the grant. See Grant Tokens for more information about grant tokens.