methodSelectors

@JvmName(name = "sjlmeybaoxpjfmec")
suspend fun methodSelectors(value: Output<List<MethodSelectorArgs>>)
@JvmName(name = "aanmlocystbbtufk")
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 = "idkttwcwglnlldvb")
suspend fun methodSelectors(vararg values: Output<MethodSelectorArgs>)


@JvmName(name = "tupcnyujcbffwprx")
suspend fun methodSelectors(values: List<Output<MethodSelectorArgs>>)
@JvmName(name = "ocmtuvpjjdcybifw")
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 = "wprufoobgwojjgsl")
suspend fun methodSelectors(argument: List<suspend MethodSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "susuxtqbfogscwec")
suspend fun methodSelectors(vararg argument: suspend MethodSelectorArgsBuilder.() -> Unit)
@JvmName(name = "lnyaokcdjywsgvha")
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.