hosts

@JvmName(name = "qxarubihyutixhia")
suspend fun hosts(value: Output<List<AuthzPolicyHttpRuleToOperationHostArgs>>)
@JvmName(name = "lelopwijhogmlmnf")
suspend fun hosts(value: List<AuthzPolicyHttpRuleToOperationHostArgs>?)

Parameters

value

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.


@JvmName(name = "wqapaaykbrnwflqv")
suspend fun hosts(vararg values: Output<AuthzPolicyHttpRuleToOperationHostArgs>)


@JvmName(name = "uodhstwigqsjexli")
suspend fun hosts(values: List<Output<AuthzPolicyHttpRuleToOperationHostArgs>>)
@JvmName(name = "dsntwbxdcjrjcxgw")
suspend fun hosts(vararg values: AuthzPolicyHttpRuleToOperationHostArgs)

Parameters

values

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.


@JvmName(name = "ydouqpsspfoafpqr")
suspend fun hosts(argument: List<suspend AuthzPolicyHttpRuleToOperationHostArgsBuilder.() -> Unit>)
@JvmName(name = "qltloajmhjltdeqb")
suspend fun hosts(vararg argument: suspend AuthzPolicyHttpRuleToOperationHostArgsBuilder.() -> Unit)
@JvmName(name = "inbioeagfnyjyfsh")
suspend fun hosts(argument: suspend AuthzPolicyHttpRuleToOperationHostArgsBuilder.() -> Unit)

Parameters

argument

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.