oidcScopes

@JvmName(name = "mnvppuqeflohddug")
suspend fun oidcScopes(value: Output<List<String>>)
@JvmName(name = "nthogtjqyvjgkqyd")
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 = "jxfonvaiiayvcbgh")
suspend fun oidcScopes(vararg values: Output<String>)


@JvmName(name = "gwlybwvwsjetvmne")
suspend fun oidcScopes(values: List<Output<String>>)
@JvmName(name = "riglcruvnctrsxqq")
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.