httpRules

@JvmName(name = "thclkqxlwddhtkjh")
suspend fun httpRules(value: Output<List<AuthzPolicyHttpRuleArgs>>)
@JvmName(name = "owyiscpbgvjhadnd")
suspend fun httpRules(value: List<AuthzPolicyHttpRuleArgs>?)

Parameters

value

A list of authorization HTTP rules to match against the incoming request.A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules.


@JvmName(name = "nlospbufahjsolma")
suspend fun httpRules(vararg values: Output<AuthzPolicyHttpRuleArgs>)


@JvmName(name = "nwrvnngpeunbfmwg")
suspend fun httpRules(values: List<Output<AuthzPolicyHttpRuleArgs>>)
@JvmName(name = "cjeggkaokfrhkjox")
suspend fun httpRules(vararg values: AuthzPolicyHttpRuleArgs)

Parameters

values

A list of authorization HTTP rules to match against the incoming request.A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules.


@JvmName(name = "dwmjypaduqhvbttm")
suspend fun httpRules(argument: List<suspend AuthzPolicyHttpRuleArgsBuilder.() -> Unit>)
@JvmName(name = "slmpajxdxvlhfvvj")
suspend fun httpRules(vararg argument: suspend AuthzPolicyHttpRuleArgsBuilder.() -> Unit)
@JvmName(name = "toitsxhnbtauqraa")
suspend fun httpRules(argument: suspend AuthzPolicyHttpRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of authorization HTTP rules to match against the incoming request.A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules.