scoped Access Settings
Parameters
value
Optional. A list of scoped access settings that set this binding's restrictions on a subset of applications. Structure is documented below.
suspend fun scopedAccessSettings(vararg values: Output<GcpUserAccessBindingScopedAccessSettingArgs>)
Parameters
values
Optional. A list of scoped access settings that set this binding's restrictions on a subset of applications. Structure is documented below.
suspend fun scopedAccessSettings(argument: List<suspend GcpUserAccessBindingScopedAccessSettingArgsBuilder.() -> Unit>)
suspend fun scopedAccessSettings(vararg argument: suspend GcpUserAccessBindingScopedAccessSettingArgsBuilder.() -> Unit)
suspend fun scopedAccessSettings(argument: suspend GcpUserAccessBindingScopedAccessSettingArgsBuilder.() -> Unit)
Parameters
argument
Optional. A list of scoped access settings that set this binding's restrictions on a subset of applications. Structure is documented below.