google-apis-beyondcorp_v1alpha 0.56.0 → 0.57.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: a208abc5fbb2464b1cc74b697e249fb07b737b604bfcb32a1cf55c07afb6c736
|
|
4
|
+
data.tar.gz: 006eceb8ee4a38035506abb80df5926007bf5f2a6a2d4048f3b637d7f79a6055
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e9086d55536ac17904b27ef09fa561e2dac7e6cc7fda7268ea0676cf64bdf174be08cb7cf167ec58a39054c403ee6603cce47601b5b3ca439bc1404dc9fc9a4
|
|
7
|
+
data.tar.gz: 8f5a04fdec4281f5bd8861b26cad00d212f2bf0fdc3c4339f49910003257b0ff215d1a88cba809a02749cc54efd3113212925820abc98e8de745ea0ea1c7bd15
|
data/CHANGELOG.md
CHANGED
|
@@ -2677,13 +2677,15 @@ module Google
|
|
|
2677
2677
|
# @return [String]
|
|
2678
2678
|
attr_accessor :display_name
|
|
2679
2679
|
|
|
2680
|
-
#
|
|
2681
|
-
#
|
|
2682
|
-
#
|
|
2683
|
-
#
|
|
2684
|
-
# conditions is met
|
|
2685
|
-
#
|
|
2686
|
-
#
|
|
2680
|
+
# Optional. An array of conditions to match the application's network endpoint.
|
|
2681
|
+
# Each element in the array is an EndpointMatcher object, which defines a
|
|
2682
|
+
# specific combination of a hostname pattern and one or more ports. The
|
|
2683
|
+
# application is considered matched if at least one of the EndpointMatcher
|
|
2684
|
+
# conditions in this array is met (the conditions are combined using OR logic).
|
|
2685
|
+
# Each EndpointMatcher must contain a hostname pattern, such as "example.com",
|
|
2686
|
+
# and one or more port numbers specified as a string, such as "443". Hostname
|
|
2687
|
+
# and port number examples: "*.example.com", "443" "example.com" and "22" "
|
|
2688
|
+
# example.com" and "22,33"
|
|
2687
2689
|
# Corresponds to the JSON property `endpointMatchers`
|
|
2688
2690
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher>]
|
|
2689
2691
|
attr_accessor :endpoint_matchers
|
|
@@ -2804,12 +2806,12 @@ module Google
|
|
|
2804
2806
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
|
|
2805
2807
|
include Google::Apis::Core::Hashable
|
|
2806
2808
|
|
|
2807
|
-
#
|
|
2809
|
+
# The delegated device information configuration.
|
|
2808
2810
|
# Corresponds to the JSON property `deviceInfo`
|
|
2809
2811
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo]
|
|
2810
2812
|
attr_accessor :device_info
|
|
2811
2813
|
|
|
2812
|
-
#
|
|
2814
|
+
# The delegated group configuration details.
|
|
2813
2815
|
# Corresponds to the JSON property `groupInfo`
|
|
2814
2816
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo]
|
|
2815
2817
|
attr_accessor :group_info
|
|
@@ -2819,7 +2821,7 @@ module Google
|
|
|
2819
2821
|
# @return [String]
|
|
2820
2822
|
attr_accessor :output_type
|
|
2821
2823
|
|
|
2822
|
-
#
|
|
2824
|
+
# The configuration information for the delegated user.
|
|
2823
2825
|
# Corresponds to the JSON property `userInfo`
|
|
2824
2826
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo]
|
|
2825
2827
|
attr_accessor :user_info
|
|
@@ -2837,11 +2839,11 @@ module Google
|
|
|
2837
2839
|
end
|
|
2838
2840
|
end
|
|
2839
2841
|
|
|
2840
|
-
#
|
|
2842
|
+
# The delegated device information configuration.
|
|
2841
2843
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
|
|
2842
2844
|
include Google::Apis::Core::Hashable
|
|
2843
2845
|
|
|
2844
|
-
# Optional. The output type
|
|
2846
|
+
# Optional. The output type details for the delegated device.
|
|
2845
2847
|
# Corresponds to the JSON property `outputType`
|
|
2846
2848
|
# @return [String]
|
|
2847
2849
|
attr_accessor :output_type
|
|
@@ -2856,11 +2858,11 @@ module Google
|
|
|
2856
2858
|
end
|
|
2857
2859
|
end
|
|
2858
2860
|
|
|
2859
|
-
#
|
|
2861
|
+
# The delegated group configuration details.
|
|
2860
2862
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
|
|
2861
2863
|
include Google::Apis::Core::Hashable
|
|
2862
2864
|
|
|
2863
|
-
# Optional. The output type of the delegated group
|
|
2865
|
+
# Optional. The output type of the delegated group information.
|
|
2864
2866
|
# Corresponds to the JSON property `outputType`
|
|
2865
2867
|
# @return [String]
|
|
2866
2868
|
attr_accessor :output_type
|
|
@@ -2875,11 +2877,11 @@ module Google
|
|
|
2875
2877
|
end
|
|
2876
2878
|
end
|
|
2877
2879
|
|
|
2878
|
-
#
|
|
2880
|
+
# The configuration information for the delegated user.
|
|
2879
2881
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo
|
|
2880
2882
|
include Google::Apis::Core::Hashable
|
|
2881
2883
|
|
|
2882
|
-
# Optional. The
|
|
2884
|
+
# Optional. The delegated user's information.
|
|
2883
2885
|
# Corresponds to the JSON property `outputType`
|
|
2884
2886
|
# @return [String]
|
|
2885
2887
|
attr_accessor :output_type
|
|
@@ -2948,7 +2950,7 @@ module Google
|
|
|
2948
2950
|
# @return [String]
|
|
2949
2951
|
attr_accessor :hostname
|
|
2950
2952
|
|
|
2951
|
-
# Required.
|
|
2953
|
+
# Required. The ports of the application.
|
|
2952
2954
|
# Corresponds to the JSON property `ports`
|
|
2953
2955
|
# @return [Array<Fixnum>]
|
|
2954
2956
|
attr_accessor :ports
|
|
@@ -3087,15 +3089,15 @@ module Google
|
|
|
3087
3089
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders]
|
|
3088
3090
|
attr_accessor :contextual_headers
|
|
3089
3091
|
|
|
3090
|
-
# Optional.
|
|
3092
|
+
# Optional. The security gateway identity configuration.
|
|
3091
3093
|
# Corresponds to the JSON property `gatewayIdentity`
|
|
3092
3094
|
# @return [String]
|
|
3093
3095
|
attr_accessor :gateway_identity
|
|
3094
3096
|
|
|
3095
3097
|
# Optional. Custom resource specific headers along with the values. The names
|
|
3096
|
-
# should conform to RFC 9110: >
|
|
3097
|
-
#
|
|
3098
|
-
#
|
|
3098
|
+
# should conform to RFC 9110: >Field names can contain alphanumeric characters,
|
|
3099
|
+
# hyphens, and periods, can contain only ASCII-printable characters and tabs,
|
|
3100
|
+
# and must start with a letter.
|
|
3099
3101
|
# Corresponds to the JSON property `metadataHeaders`
|
|
3100
3102
|
# @return [Hash<String,String>]
|
|
3101
3103
|
attr_accessor :metadata_headers
|
|
@@ -3292,7 +3294,7 @@ module Google
|
|
|
3292
3294
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
|
|
3293
3295
|
include Google::Apis::Core::Hashable
|
|
3294
3296
|
|
|
3295
|
-
# Required. Contains
|
|
3297
|
+
# Required. Contains the URI path fragment where HTTP request is sent.
|
|
3296
3298
|
# Corresponds to the JSON property `path`
|
|
3297
3299
|
# @return [String]
|
|
3298
3300
|
attr_accessor :path
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BeyondcorpV1alpha
|
|
18
18
|
# Version of the google-apis-beyondcorp_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.57.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 BeyondcorpV1alpha
|
|
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_v1alpha'
|
|
@@ -816,8 +817,8 @@ module Google
|
|
|
816
817
|
# @param [String] name
|
|
817
818
|
# The resource that owns the locations collection, if applicable.
|
|
818
819
|
# @param [Array<String>, String] extra_location_types
|
|
819
|
-
# Optional.
|
|
820
|
-
#
|
|
820
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
821
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
821
822
|
# @param [String] filter
|
|
822
823
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
823
824
|
# 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 BeyondcorpV1alpha
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-beyondcorp_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.57.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.57.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|