tokenScopes

@JvmName(name = "opxyaqgdjokcubdi")
suspend fun tokenScopes(value: Output<List<String>>)
@JvmName(name = "ufskcoldpkhkuufo")
suspend fun tokenScopes(value: List<String>?)

Parameters

value

List of OAuth scopes to assign to access_token secrets generated under this role set (access_token role sets only).


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


@JvmName(name = "toffdkprxycibyec")
suspend fun tokenScopes(values: List<Output<String>>)
@JvmName(name = "qjdydlaxmngpablv")
suspend fun tokenScopes(vararg values: String)

Parameters

values

List of OAuth scopes to assign to access_token secrets generated under this role set (access_token role sets only).