paths

@JvmName(name = "kkdjenfmyseuoeyb")
suspend fun paths(value: Output<List<AuthzPolicyHttpRuleToNotOperationPathArgs>>)
@JvmName(name = "yeuloymdnbgofcqf")
suspend fun paths(value: List<AuthzPolicyHttpRuleToNotOperationPathArgs>?)

Parameters

value

A list of paths 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. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. Structure is documented below.


@JvmName(name = "qjvbrtdtbmmhpmat")
suspend fun paths(vararg values: Output<AuthzPolicyHttpRuleToNotOperationPathArgs>)


@JvmName(name = "yrwstclljmkeyvfc")
suspend fun paths(values: List<Output<AuthzPolicyHttpRuleToNotOperationPathArgs>>)
@JvmName(name = "lgebgrylfuybfidi")
suspend fun paths(vararg values: AuthzPolicyHttpRuleToNotOperationPathArgs)

Parameters

values

A list of paths 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. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. Structure is documented below.


@JvmName(name = "buvptuxjsbkhinvu")
suspend fun paths(argument: List<suspend AuthzPolicyHttpRuleToNotOperationPathArgsBuilder.() -> Unit>)
@JvmName(name = "vrxhurtouvvclqhf")
suspend fun paths(vararg argument: suspend AuthzPolicyHttpRuleToNotOperationPathArgsBuilder.() -> Unit)
@JvmName(name = "rwbjdiquqexhfhte")
suspend fun paths(argument: suspend AuthzPolicyHttpRuleToNotOperationPathArgsBuilder.() -> Unit)

Parameters

argument

A list of paths 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. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. Structure is documented below.