additionalScopes

@JvmName(name = "kxnnypxipktvgacw")
suspend fun additionalScopes(value: Output<List<String>>)
@JvmName(name = "qjihsmataqeiqqak")
suspend fun additionalScopes(value: List<String>?)

Parameters

value

Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the openid, profile and email scopes that are supported by the identity provider are requested. Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured. The extra_attributes_oauth2_client block supports:


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


@JvmName(name = "eqjgbunojsqhglka")
suspend fun additionalScopes(values: List<Output<String>>)
@JvmName(name = "yafnpjbnsjqlpoqh")
suspend fun additionalScopes(vararg values: String)

Parameters

values

Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the openid, profile and email scopes that are supported by the identity provider are requested. Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured. The extra_attributes_oauth2_client block supports: