google-apis-beyondcorp_v1 0.44.0 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 991203e7a3cbf8fe8d3337b3f0016f131dcdb83d69776ef853ab26a5b1a3f8a5
|
|
4
|
+
data.tar.gz: 8364db6448f4f4cbb229b1188bf7e4cefe84bdf7355916104f6781db2b1c1de1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82f6e018f065349a4d5a7bfda554a58d9269936308f29557efe354a12868691b85687b6bf72ad0fe5362ad377a26b3266e7e077b3866f6985f0a5a533828447a
|
|
7
|
+
data.tar.gz: c723c2b19d4501a44ac8e564f4f889e32a3b5805442c2044eb448badb9de6ce2e9d052ee107aa947068696cddc8b716a41e6e158d2011872257b9a7c3aca8ad2
|
data/CHANGELOG.md
CHANGED
|
@@ -1689,13 +1689,15 @@ module Google
|
|
|
1689
1689
|
# @return [String]
|
|
1690
1690
|
attr_accessor :display_name
|
|
1691
1691
|
|
|
1692
|
-
#
|
|
1693
|
-
#
|
|
1694
|
-
#
|
|
1695
|
-
#
|
|
1696
|
-
# conditions is met
|
|
1697
|
-
#
|
|
1698
|
-
#
|
|
1692
|
+
# Optional. An array of conditions to match the application's network endpoint.
|
|
1693
|
+
# Each element in the array is an EndpointMatcher object, which defines a
|
|
1694
|
+
# specific combination of a hostname pattern and one or more ports. The
|
|
1695
|
+
# application is considered matched if at least one of the EndpointMatcher
|
|
1696
|
+
# conditions in this array is met (the conditions are combined using OR logic).
|
|
1697
|
+
# Each EndpointMatcher must contain a hostname pattern, such as "example.com",
|
|
1698
|
+
# and one or more port numbers specified as a string, such as "443". Hostname
|
|
1699
|
+
# and port number examples: "*.example.com", "443" "example.com" and "22" "
|
|
1700
|
+
# example.com" and "22,33"
|
|
1699
1701
|
# Corresponds to the JSON property `endpointMatchers`
|
|
1700
1702
|
# @return [Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>]
|
|
1701
1703
|
attr_accessor :endpoint_matchers
|
|
@@ -1816,12 +1818,12 @@ module Google
|
|
|
1816
1818
|
class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders
|
|
1817
1819
|
include Google::Apis::Core::Hashable
|
|
1818
1820
|
|
|
1819
|
-
#
|
|
1821
|
+
# The delegated device information configuration.
|
|
1820
1822
|
# Corresponds to the JSON property `deviceInfo`
|
|
1821
1823
|
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo]
|
|
1822
1824
|
attr_accessor :device_info
|
|
1823
1825
|
|
|
1824
|
-
#
|
|
1826
|
+
# The delegated group configuration details.
|
|
1825
1827
|
# Corresponds to the JSON property `groupInfo`
|
|
1826
1828
|
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo]
|
|
1827
1829
|
attr_accessor :group_info
|
|
@@ -1831,7 +1833,7 @@ module Google
|
|
|
1831
1833
|
# @return [String]
|
|
1832
1834
|
attr_accessor :output_type
|
|
1833
1835
|
|
|
1834
|
-
#
|
|
1836
|
+
# The configuration information for the delegated user.
|
|
1835
1837
|
# Corresponds to the JSON property `userInfo`
|
|
1836
1838
|
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo]
|
|
1837
1839
|
attr_accessor :user_info
|
|
@@ -1849,11 +1851,11 @@ module Google
|
|
|
1849
1851
|
end
|
|
1850
1852
|
end
|
|
1851
1853
|
|
|
1852
|
-
#
|
|
1854
|
+
# The delegated device information configuration.
|
|
1853
1855
|
class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
|
|
1854
1856
|
include Google::Apis::Core::Hashable
|
|
1855
1857
|
|
|
1856
|
-
# Optional. The output type
|
|
1858
|
+
# Optional. The output type details for the delegated device.
|
|
1857
1859
|
# Corresponds to the JSON property `outputType`
|
|
1858
1860
|
# @return [String]
|
|
1859
1861
|
attr_accessor :output_type
|
|
@@ -1868,11 +1870,11 @@ module Google
|
|
|
1868
1870
|
end
|
|
1869
1871
|
end
|
|
1870
1872
|
|
|
1871
|
-
#
|
|
1873
|
+
# The delegated group configuration details.
|
|
1872
1874
|
class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
|
|
1873
1875
|
include Google::Apis::Core::Hashable
|
|
1874
1876
|
|
|
1875
|
-
# Optional. The output type of the delegated group
|
|
1877
|
+
# Optional. The output type of the delegated group information.
|
|
1876
1878
|
# Corresponds to the JSON property `outputType`
|
|
1877
1879
|
# @return [String]
|
|
1878
1880
|
attr_accessor :output_type
|
|
@@ -1887,11 +1889,11 @@ module Google
|
|
|
1887
1889
|
end
|
|
1888
1890
|
end
|
|
1889
1891
|
|
|
1890
|
-
#
|
|
1892
|
+
# The configuration information for the delegated user.
|
|
1891
1893
|
class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
|
|
1892
1894
|
include Google::Apis::Core::Hashable
|
|
1893
1895
|
|
|
1894
|
-
# Optional. The
|
|
1896
|
+
# Optional. The delegated user's information.
|
|
1895
1897
|
# Corresponds to the JSON property `outputType`
|
|
1896
1898
|
# @return [String]
|
|
1897
1899
|
attr_accessor :output_type
|
|
@@ -1960,7 +1962,7 @@ module Google
|
|
|
1960
1962
|
# @return [String]
|
|
1961
1963
|
attr_accessor :hostname
|
|
1962
1964
|
|
|
1963
|
-
# Required.
|
|
1965
|
+
# Required. The ports of the application.
|
|
1964
1966
|
# Corresponds to the JSON property `ports`
|
|
1965
1967
|
# @return [Array<Fixnum>]
|
|
1966
1968
|
attr_accessor :ports
|
|
@@ -2099,15 +2101,15 @@ module Google
|
|
|
2099
2101
|
# @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders]
|
|
2100
2102
|
attr_accessor :contextual_headers
|
|
2101
2103
|
|
|
2102
|
-
# Optional.
|
|
2104
|
+
# Optional. The security gateway identity configuration.
|
|
2103
2105
|
# Corresponds to the JSON property `gatewayIdentity`
|
|
2104
2106
|
# @return [String]
|
|
2105
2107
|
attr_accessor :gateway_identity
|
|
2106
2108
|
|
|
2107
2109
|
# Optional. Custom resource specific headers along with the values. The names
|
|
2108
|
-
# should conform to RFC 9110: >
|
|
2109
|
-
#
|
|
2110
|
-
#
|
|
2110
|
+
# should conform to RFC 9110: >Field names can contain alphanumeric characters,
|
|
2111
|
+
# hyphens, and periods, can contain only ASCII-printable characters and tabs,
|
|
2112
|
+
# and must start with a letter.
|
|
2111
2113
|
# Corresponds to the JSON property `metadataHeaders`
|
|
2112
2114
|
# @return [Hash<String,String>]
|
|
2113
2115
|
attr_accessor :metadata_headers
|
|
@@ -2304,7 +2306,7 @@ module Google
|
|
|
2304
2306
|
class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor
|
|
2305
2307
|
include Google::Apis::Core::Hashable
|
|
2306
2308
|
|
|
2307
|
-
# Required. Contains
|
|
2309
|
+
# Required. Contains the URI path fragment where HTTP request is sent.
|
|
2308
2310
|
# Corresponds to the JSON property `path`
|
|
2309
2311
|
# @return [String]
|
|
2310
2312
|
attr_accessor :path
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BeyondcorpV1
|
|
18
18
|
# Version of the google-apis-beyondcorp_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251029"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,10 +22,11 @@ module Google
|
|
|
22
22
|
module BeyondcorpV1
|
|
23
23
|
# BeyondCorp API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
25
|
+
# Chrome Enterprise Premium is a secure enterprise browsing solution that
|
|
26
|
+
# provides secure access to applications and resources, and offers integrated
|
|
27
|
+
# threat and data protection. It adds an extra layer of security to safeguard
|
|
28
|
+
# your Chrome browser environment, including Data Loss Prevention (DLP), real-
|
|
29
|
+
# time URL and file scanning, and Context-Aware Access for SaaS and web apps.
|
|
29
30
|
#
|
|
30
31
|
# @example
|
|
31
32
|
# require 'google/apis/beyondcorp_v1'
|
|
@@ -240,8 +241,8 @@ module Google
|
|
|
240
241
|
# @param [String] name
|
|
241
242
|
# The resource that owns the locations collection, if applicable.
|
|
242
243
|
# @param [Array<String>, String] extra_location_types
|
|
243
|
-
# Optional.
|
|
244
|
-
#
|
|
244
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
245
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
245
246
|
# @param [String] filter
|
|
246
247
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
247
248
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -21,10 +21,11 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# BeyondCorp API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
24
|
+
# Chrome Enterprise Premium is a secure enterprise browsing solution that
|
|
25
|
+
# provides secure access to applications and resources, and offers integrated
|
|
26
|
+
# threat and data protection. It adds an extra layer of security to safeguard
|
|
27
|
+
# your Chrome browser environment, including Data Loss Prevention (DLP), real-
|
|
28
|
+
# time URL and file scanning, and Context-Aware Access for SaaS and web apps.
|
|
28
29
|
#
|
|
29
30
|
# @see https://cloud.google.com/
|
|
30
31
|
module BeyondcorpV1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-beyondcorp_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.45.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|