Skip to content

Commit

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

The following keys were added:
- schemas.ListAddressGroupReferencesResponseAddressGroupReference.properties.securityPolicy.type (Total Keys: 1)

#### networksecurity:v1beta1

The following keys were added:
- schemas.ListAddressGroupReferencesResponseAddressGroupReference.properties.securityPolicy.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 7e148bc commit 245f8d9
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 28 deletions.
Expand Up @@ -386,6 +386,7 @@ <h3>Method Details</h3>
{ # The Reference of AddressGroup.
&quot;firewallPolicy&quot;: &quot;A String&quot;, # FirewallPolicy that is using the Address Group.
&quot;rulePriority&quot;: 42, # Rule priority of the FirewallPolicy that is using the Address Group.
&quot;securityPolicy&quot;: &quot;A String&quot;, # Cloud Armor SecurityPolicy that is using the Address Group.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -386,6 +386,7 @@ <h3>Method Details</h3>
{ # The Reference of AddressGroup.
&quot;firewallPolicy&quot;: &quot;A String&quot;, # FirewallPolicy that is using the Address Group.
&quot;rulePriority&quot;: 42, # Rule priority of the FirewallPolicy that is using the Address Group.
&quot;securityPolicy&quot;: &quot;A String&quot;, # Cloud Armor SecurityPolicy that is using the Address Group.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -2474,7 +2474,7 @@
}
}
},
"revision": "20240102",
"revision": "20240130",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
Expand Down Expand Up @@ -2941,7 +2941,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down Expand Up @@ -3067,6 +3067,10 @@
"description": "Rule priority of the FirewallPolicy that is using the Address Group.",
"format": "int32",
"type": "integer"
},
"securityPolicy": {
"description": "Cloud Armor SecurityPolicy that is using the Address Group.",
"type": "string"
}
},
"type": "object"
Expand Down
Expand Up @@ -3162,7 +3162,7 @@
}
}
},
"revision": "20240102",
"revision": "20240130",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
Expand Down Expand Up @@ -3791,7 +3791,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down Expand Up @@ -3917,6 +3917,10 @@
"description": "Rule priority of the FirewallPolicy that is using the Address Group.",
"format": "int32",
"type": "integer"
},
"securityPolicy": {
"description": "Cloud Armor SecurityPolicy that is using the Address Group.",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 245f8d9

Please sign in to comment.