tokenScopes

@JvmName(name = "gprawcyegpbmiahl")
suspend fun tokenScopes(value: Output<List<String>>)
@JvmName(name = "dabiqkotybnrkjjs")
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 = "aqcmkvxvogalsytf")
suspend fun tokenScopes(vararg values: Output<String>)


@JvmName(name = "ekpeevshfohmrnbp")
suspend fun tokenScopes(values: List<Output<String>>)
@JvmName(name = "kinmmlrutnbhdqyx")
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).