GoogleCloudApigeeV1OperationArgs

data class GoogleCloudApigeeV1OperationArgs(val methods: Output<List<String>>? = null, val resource: Output<String>) : ConvertibleToJava<GoogleCloudApigeeV1OperationArgs>

Represents the pairing of REST resource path and the actions (verbs) allowed on the resource path.

Constructors

Link copied to clipboard
constructor(methods: Output<List<String>>? = null, resource: Output<String>)

Properties

Link copied to clipboard
val methods: Output<List<String>>? = null

methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed.

Link copied to clipboard
val resource: Output<String>

REST resource path associated with the API proxy or remote service.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1OperationArgs