methodSelectors

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


@JvmName(name = "xlbabqauutcsjors")
suspend fun methodSelectors(values: List<Output<MethodSelectorArgs>>)
@JvmName(name = "tbvkhhsvtsvhpoio")
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 = "keiejciyhjvhsjkv")
suspend fun methodSelectors(argument: List<suspend MethodSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "hpoqcvdsifscnuum")
suspend fun methodSelectors(vararg argument: suspend MethodSelectorArgsBuilder.() -> Unit)
@JvmName(name = "ekigjrxxhxyhjytk")
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.