methodSelectors

@JvmName(name = "tbyhbdgreodunwrp")
suspend fun methodSelectors(value: Output<List<MethodSelectorArgs>>)
@JvmName(name = "yugywwiimgdgflry")
suspend fun methodSelectors(value: List<MethodSelectorArgs>?)

Parameters

value

API methods or permissions to allow. Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name.


@JvmName(name = "kpquwgjpkyplulai")
suspend fun methodSelectors(vararg values: Output<MethodSelectorArgs>)


@JvmName(name = "eailjuwesuoqkrim")
suspend fun methodSelectors(values: List<Output<MethodSelectorArgs>>)
@JvmName(name = "tkkfuplvvoletwao")
suspend fun methodSelectors(vararg values: MethodSelectorArgs)

Parameters

values

API methods or permissions to allow. Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name.


@JvmName(name = "wcoiuythjyqqjiug")
suspend fun methodSelectors(argument: List<suspend MethodSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "alavvyydoocrkexq")
suspend fun methodSelectors(vararg argument: suspend MethodSelectorArgsBuilder.() -> Unit)
@JvmName(name = "kngqvgsuiqtqbpem")
suspend fun methodSelectors(argument: suspend MethodSelectorArgsBuilder.() -> Unit)

Parameters

argument

API methods or permissions to allow. Method or permission must belong to the service specified by service_name field. A single MethodSelector entry with * specified for the method field will allow all methods AND permissions for the service specified in service_name.