rules

@JvmName(name = "tknaobbmmnoavhqv")
suspend fun rules(value: Output<List<AuthenticationRuleArgs>>)
@JvmName(name = "xmwdmbjxlyynqoht")
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 = "tcnkmhikovcacilu")
suspend fun rules(vararg values: Output<AuthenticationRuleArgs>)


@JvmName(name = "nsdipoffulokjdwy")
suspend fun rules(values: List<Output<AuthenticationRuleArgs>>)
@JvmName(name = "lqtojkdkxqxowprt")
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 = "iaafmijlmunclisw")
suspend fun rules(argument: List<suspend AuthenticationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "kcaplowoljmibotm")
suspend fun rules(vararg argument: suspend AuthenticationRuleArgsBuilder.() -> Unit)
@JvmName(name = "udycthqaughmwtop")
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.