google-apis-accesscontextmanager_v1 0.52.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72f9fab7d2ba7ea644afc088f68833c236c45f4c77430508efbd03c71c162878
4
- data.tar.gz: c3263f29c348be24f6395b6319c842641535a4274e0e08f488061b92b89ec80b
3
+ metadata.gz: 925d0697c99ae8618b09f13f564394bd1b1adb9c32d7781de7c6d1b55a36ba4c
4
+ data.tar.gz: d89a79f6dccdaab0b4f6b1844fd5eb37dbf6b34af5ed43d832bfb47db9982412
5
5
  SHA512:
6
- metadata.gz: b104d87ce934f7a93f0864a3ab143918a3001b23650bf47a51f24573fa91043fef09f97425f213331d86e56021a68455f0d58ca67c4a835ed4e5ff4c4b67650f
7
- data.tar.gz: 634e1009ac7d617bdfea63d774965033b61298c7c60437d65bae7446012cd87a0288f21474914e9e4a5e0ffc5c988218d08d37afb40960dab00dc2e12584eb80
6
+ metadata.gz: c560afa8794372889d1105109862ad300b58496e70d6477db688afc235cff19feaa4bc0455755e10bdae8edc83a7ec04613c4cc11e2598a3f30bc175cfd2dd42
7
+ data.tar.gz: 5dc7dab291898775a9d11f5f948e2b60ecc3c6af8bfe9793052a9af8e64581ac09eb01b9dcacf793c23acfdd1c087f609b030c0f37d76f42cb08f881e57c53d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.54.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241216
6
+
7
+ ### v0.53.0 (2024-12-15)
8
+
9
+ * Regenerated from discovery document revision 20241209
10
+
3
11
  ### v0.52.0 (2024-11-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20241119
@@ -1097,7 +1097,7 @@ module Google
1097
1097
  end
1098
1098
  end
1099
1099
 
1100
- # Metadata of GCP Access Binding Long Running Operations.
1100
+ # Metadata of Google Cloud Access Binding Long Running Operations.
1101
1101
  class GcpUserAccessBindingOperationMetadata
1102
1102
  include Google::Apis::Core::Hashable
1103
1103
 
@@ -2020,27 +2020,28 @@ module Google
2020
2020
  include Google::Apis::Core::Hashable
2021
2021
 
2022
2022
  # Optional. How long a user is allowed to take between actions before a new
2023
- # access token must be issued. Presently only set for Cloud Apps.
2023
+ # access token must be issued. Only set for Google Cloud apps.
2024
2024
  # Corresponds to the JSON property `maxInactivity`
2025
2025
  # @return [String]
2026
2026
  attr_accessor :max_inactivity
2027
2027
 
2028
- # Optional. The session length. Setting this field to zero is equal to disabling.
2029
- # Session. Also can set infinite session by flipping the enabled bit to false
2028
+ # Optional. The session length. Setting this field to zero is equal to disabling
2029
+ # session. Also can set infinite session by flipping the enabled bit to false
2030
2030
  # below. If use_oidc_max_age is true, for OIDC apps, the session length will be
2031
2031
  # the minimum of this field and OIDC max_age param.
2032
2032
  # Corresponds to the JSON property `sessionLength`
2033
2033
  # @return [String]
2034
2034
  attr_accessor :session_length
2035
2035
 
2036
- # Optional. Big red button to turn off GCSL. When false, all fields set above
2037
- # will be disregarded and the session length is basically infinite.
2036
+ # Optional. This field enables or disables Google Cloud session length. When
2037
+ # false, all fields set above will be disregarded and the session length is
2038
+ # basically infinite.
2038
2039
  # Corresponds to the JSON property `sessionLengthEnabled`
2039
2040
  # @return [Boolean]
2040
2041
  attr_accessor :session_length_enabled
2041
2042
  alias_method :session_length_enabled?, :session_length_enabled
2042
2043
 
2043
- # Optional. Session method when users GCP session is up.
2044
+ # Optional. Session method when user's Google Cloud session is up.
2044
2045
  # Corresponds to the JSON property `sessionReauthMethod`
2045
2046
  # @return [String]
2046
2047
  attr_accessor :session_reauth_method
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241119"
25
+ REVISION = "20241216"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Access Context Manager API V1