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.TlsInspectionPolicy.properties.customTlsFeatures (Total Keys: 2)
- schemas.TlsInspectionPolicy.properties.excludePublicCaSet.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.minTlsVersion.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.tlsFeatureProfile.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.trustConfig.type (Total Keys: 1)

#### networksecurity:v1beta1

The following keys were added:
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.create (Total Keys: 16)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.delete (Total Keys: 13)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.get (Total Keys: 11)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.list (Total Keys: 20)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.patch (Total Keys: 17)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.patch (Total Keys: 17)
- schemas.FirewallEndpoint (Total Keys: 38)
- schemas.ListFirewallEndpointAssociationsResponse (Total Keys: 7)
- schemas.ListFirewallEndpointsResponse (Total Keys: 7)
- schemas.TlsInspectionPolicy.properties.customTlsFeatures (Total Keys: 2)
- schemas.TlsInspectionPolicy.properties.excludePublicCaSet.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.minTlsVersion.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.tlsFeatureProfile.type (Total Keys: 1)
- schemas.TlsInspectionPolicy.properties.trustConfig.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 18, 2023
1 parent 8a96dc6 commit 13183d6
Show file tree
Hide file tree
Showing 8 changed files with 1,378 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,15 @@ <h3>Method Details</h3>
{ # The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.
&quot;caPool&quot;: &quot;A String&quot;, # Required. A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form &quot;projects/{project}/locations/{location}/caPools/{ca_pool}&quot;.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
&quot;customTlsFeatures&quot;: [ # Optional. List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
&quot;A String&quot;,
],
&quot;description&quot;: &quot;A String&quot;, # Optional. Free-text description of the resource.
&quot;excludePublicCaSet&quot;: True or False, # Optional. If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trust_config. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trust_config will be accepted. This defaults to FALSE (use public CAs in addition to trust_config) for backwards compatibility, but trusting public root CAs is *not recommended* unless the traffic in question is outbound to public web servers. When possible, prefer setting this to &quot;false&quot; and explicitly specifying trusted CAs and certificates in a TrustConfig. Note that Secure Web Proxy does not yet honor this field.
&quot;minTlsVersion&quot;: &quot;A String&quot;, # Optional. Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
&quot;tlsFeatureProfile&quot;: &quot;A String&quot;, # Optional. The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (&quot;PROFILE_COMPATIBLE&quot;). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;trustConfig&quot;: &quot;A String&quot;, # Optional. A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form &quot;projects/{project}/locations/{location}/trustConfigs/{trust_config}&quot;. This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Note that Secure Web Proxy does not yet honor this field.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
}

Expand Down Expand Up @@ -201,8 +208,15 @@ <h3>Method Details</h3>
{ # The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.
&quot;caPool&quot;: &quot;A String&quot;, # Required. A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form &quot;projects/{project}/locations/{location}/caPools/{ca_pool}&quot;.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
&quot;customTlsFeatures&quot;: [ # Optional. List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
&quot;A String&quot;,
],
&quot;description&quot;: &quot;A String&quot;, # Optional. Free-text description of the resource.
&quot;excludePublicCaSet&quot;: True or False, # Optional. If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trust_config. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trust_config will be accepted. This defaults to FALSE (use public CAs in addition to trust_config) for backwards compatibility, but trusting public root CAs is *not recommended* unless the traffic in question is outbound to public web servers. When possible, prefer setting this to &quot;false&quot; and explicitly specifying trusted CAs and certificates in a TrustConfig. Note that Secure Web Proxy does not yet honor this field.
&quot;minTlsVersion&quot;: &quot;A String&quot;, # Optional. Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
&quot;tlsFeatureProfile&quot;: &quot;A String&quot;, # Optional. The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (&quot;PROFILE_COMPATIBLE&quot;). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;trustConfig&quot;: &quot;A String&quot;, # Optional. A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form &quot;projects/{project}/locations/{location}/trustConfigs/{trust_config}&quot;. This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Note that Secure Web Proxy does not yet honor this field.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
}</pre>
</div>
Expand All @@ -229,8 +243,15 @@ <h3>Method Details</h3>
{ # The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.
&quot;caPool&quot;: &quot;A String&quot;, # Required. A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form &quot;projects/{project}/locations/{location}/caPools/{ca_pool}&quot;.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
&quot;customTlsFeatures&quot;: [ # Optional. List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
&quot;A String&quot;,
],
&quot;description&quot;: &quot;A String&quot;, # Optional. Free-text description of the resource.
&quot;excludePublicCaSet&quot;: True or False, # Optional. If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trust_config. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trust_config will be accepted. This defaults to FALSE (use public CAs in addition to trust_config) for backwards compatibility, but trusting public root CAs is *not recommended* unless the traffic in question is outbound to public web servers. When possible, prefer setting this to &quot;false&quot; and explicitly specifying trusted CAs and certificates in a TrustConfig. Note that Secure Web Proxy does not yet honor this field.
&quot;minTlsVersion&quot;: &quot;A String&quot;, # Optional. Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
&quot;tlsFeatureProfile&quot;: &quot;A String&quot;, # Optional. The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (&quot;PROFILE_COMPATIBLE&quot;). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;trustConfig&quot;: &quot;A String&quot;, # Optional. A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form &quot;projects/{project}/locations/{location}/trustConfigs/{trust_config}&quot;. This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Note that Secure Web Proxy does not yet honor this field.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
},
],
Expand Down Expand Up @@ -266,8 +287,15 @@ <h3>Method Details</h3>
{ # The TlsInspectionPolicy resource contains references to CA pools in Certificate Authority Service and associated metadata.
&quot;caPool&quot;: &quot;A String&quot;, # Required. A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form &quot;projects/{project}/locations/{location}/caPools/{ca_pool}&quot;.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
&quot;customTlsFeatures&quot;: [ # Optional. List of custom TLS cipher suites selected. This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.
&quot;A String&quot;,
],
&quot;description&quot;: &quot;A String&quot;, # Optional. Free-text description of the resource.
&quot;excludePublicCaSet&quot;: True or False, # Optional. If FALSE (the default), use our default set of public CAs in addition to any CAs specified in trust_config. These public CAs are currently based on the Mozilla Root Program and are subject to change over time. If TRUE, do not accept our default set of public CAs. Only CAs specified in trust_config will be accepted. This defaults to FALSE (use public CAs in addition to trust_config) for backwards compatibility, but trusting public root CAs is *not recommended* unless the traffic in question is outbound to public web servers. When possible, prefer setting this to &quot;false&quot; and explicitly specifying trusted CAs and certificates in a TrustConfig. Note that Secure Web Proxy does not yet honor this field.
&quot;minTlsVersion&quot;: &quot;A String&quot;, # Optional. Minimum TLS version that the firewall should use when negotiating connections with both clients and servers. If this is not set, then the default value is to allow the broadest set of clients and servers (TLS 1.0 or higher). Setting this to more restrictive values may improve security, but may also prevent the firewall from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
&quot;tlsFeatureProfile&quot;: &quot;A String&quot;, # Optional. The selected Profile. If this is not set, then the default value is to allow the broadest set of clients and servers (&quot;PROFILE_COMPATIBLE&quot;). Setting this to more restrictive values may improve security, but may also prevent the TLS inspection proxy from connecting to some clients or servers. Note that Secure Web Proxy does not yet honor this field.
&quot;trustConfig&quot;: &quot;A String&quot;, # Optional. A TrustConfig resource used when making a connection to the TLS server. This is a relative resource path following the form &quot;projects/{project}/locations/{location}/trustConfigs/{trust_config}&quot;. This is necessary to intercept TLS connections to servers with certificates signed by a private CA or self-signed certificates. Note that Secure Web Proxy does not yet honor this field.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
}

Expand Down

0 comments on commit 13183d6

Please sign in to comment.