oidcScopes

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


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