scopes

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

Parameters

value

The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.


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


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

Parameters

values

The authorization scopes to request when generating the token used to authenticate with the remove SCIM service.