scopes

@JvmName(name = "ffkktlutbtvbufvd")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "bqyydusejqkyisyx")
suspend fun scopes(value: List<String>)

Parameters

value

Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.


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


@JvmName(name = "vuvnpqckmeotwhag")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "ygyqemivwfodhwtp")
suspend fun scopes(vararg values: String)

Parameters

values

Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.