oidcScopes

@JvmName(name = "qaseufpykqbnwhwv")
suspend fun oidcScopes(value: Output<List<String>>)
@JvmName(name = "oaordjqfvvlgclka")
suspend fun oidcScopes(value: List<String>?)

Parameters

value

If set, a list of OIDC scopes to be used with an OIDC role. The standard scope "openid" is automatically included and need not be specified.


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


@JvmName(name = "ivrqxeqlouxsifvu")
suspend fun oidcScopes(values: List<Output<String>>)
@JvmName(name = "splqkwpeshxjlqno")
suspend fun oidcScopes(vararg values: String)

Parameters

values

If set, a list of OIDC scopes to be used with an OIDC role. The standard scope "openid" is automatically included and need not be specified.