operations

@JvmName(name = "grfirphwhqulhwsm")
suspend fun operations(value: Output<List<AuthzPolicyHttpRuleToOperationArgs>>)
@JvmName(name = "lpoaefjplvtgxvek")
suspend fun operations(value: List<AuthzPolicyHttpRuleToOperationArgs>?)

Parameters

value

Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. Structure is documented below.


@JvmName(name = "bghsarqnhcqqikjp")
suspend fun operations(vararg values: Output<AuthzPolicyHttpRuleToOperationArgs>)


@JvmName(name = "njyyeproiakrwgrf")
suspend fun operations(values: List<Output<AuthzPolicyHttpRuleToOperationArgs>>)
@JvmName(name = "fpyiywfvgupvkedb")
suspend fun operations(vararg values: AuthzPolicyHttpRuleToOperationArgs)

Parameters

values

Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. Structure is documented below.


@JvmName(name = "omsmwnnudmrppxjh")
suspend fun operations(argument: List<suspend AuthzPolicyHttpRuleToOperationArgsBuilder.() -> Unit>)
@JvmName(name = "fllmflmtiypncapj")
suspend fun operations(vararg argument: suspend AuthzPolicyHttpRuleToOperationArgsBuilder.() -> Unit)
@JvmName(name = "ahergiowicdtwbld")
suspend fun operations(argument: suspend AuthzPolicyHttpRuleToOperationArgsBuilder.() -> Unit)

Parameters

argument

Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. Structure is documented below.