Skip to content

Commit

Permalink
feat(apigee): update the api
Browse files Browse the repository at this point in the history
#### apigee:v1

The following keys were added:
- schemas.GoogleCloudApigeeV1SecurityActionConditionConfig.properties.httpMethods (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 10, 2024
1 parent 524e759 commit 9e758cf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/dyn/apigee_v1.organizations.environments.securityActions.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -199,6 +202,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -275,6 +281,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -351,6 +360,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -421,6 +433,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -497,6 +512,9 @@ <h3>Method Details</h3>
&quot;developers&quot;: [ # Optional. A list of developers. Limit 1000 per action.
&quot;A String&quot;,
],
&quot;httpMethods&quot;: [ # Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.
&quot;A String&quot;,
],
&quot;ipAddressRanges&quot;: [ # Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.
&quot;A String&quot;,
],
Expand Down
9 changes: 8 additions & 1 deletion googleapiclient/discovery_cache/documents/apigee.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10045,7 +10045,7 @@
}
}
},
"revision": "20240430",
"revision": "20240507",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -16738,6 +16738,13 @@
},
"type": "array"
},
"httpMethods": {
"description": "Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.",
"items": {
"type": "string"
},
"type": "array"
},
"ipAddressRanges": {
"description": "Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.",
"items": {
Expand Down

0 comments on commit 9e758cf

Please sign in to comment.