allowedScopes

@JvmName(name = "hkafknacrdhgwlbq")
suspend fun allowedScopes(value: Output<List<String>>)
@JvmName(name = "kgisnwmtjteiroif")
suspend fun allowedScopes(value: List<String>?)

Parameters

value

Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The following scopes are supported:

  • https://www.googleapis.com/auth/cloud-platform: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.


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


@JvmName(name = "dfkgbvufwrwnbfyi")
suspend fun allowedScopes(values: List<Output<String>>)
@JvmName(name = "jjvtxrmodmkhjtpp")
suspend fun allowedScopes(vararg values: String)

Parameters

values

Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The following scopes are supported:

  • https://www.googleapis.com/auth/cloud-platform: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.