rules

@JvmName(name = "pxaiqsgmuwqjdrpt")
suspend fun rules(value: Output<List<AuthenticationRuleArgs>>)
@JvmName(name = "kitdcbeypjufeojh")
suspend fun rules(value: List<AuthenticationRuleArgs>?)

Parameters

value

A list of authentication rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "aeairycrqmxdjygg")
suspend fun rules(vararg values: Output<AuthenticationRuleArgs>)


@JvmName(name = "rdwvgetnfosllcnc")
suspend fun rules(values: List<Output<AuthenticationRuleArgs>>)
@JvmName(name = "xpslcofuvtuhtlbh")
suspend fun rules(vararg values: AuthenticationRuleArgs)

Parameters

values

A list of authentication rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "xtwvyunjmuqvtney")
suspend fun rules(argument: List<suspend AuthenticationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ufcykjwsjejihvsv")
suspend fun rules(vararg argument: suspend AuthenticationRuleArgsBuilder.() -> Unit)
@JvmName(name = "ogpxonikyvjtopyh")
suspend fun rules(argument: suspend AuthenticationRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of authentication rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.