scopes

@JvmName(name = "qtaumfbldtjqffbn")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "sumaypojbmrwxtwl")
suspend fun scopes(value: List<String>?)

Parameters

value

Comma-separated list of OAuth scopes that are validated at runtime. Apigee validates that the scopes in any access token presented match the scopes defined in the OAuth policy associated with the API product.


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


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

Parameters

values

Comma-separated list of OAuth scopes that are validated at runtime. Apigee validates that the scopes in any access token presented match the scopes defined in the OAuth policy associated with the API product.