google-apis-accesscontextmanager_v1 0.52.0 → 0.53.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: 72f9fab7d2ba7ea644afc088f68833c236c45f4c77430508efbd03c71c162878
4
- data.tar.gz: c3263f29c348be24f6395b6319c842641535a4274e0e08f488061b92b89ec80b
3
+ metadata.gz: 0dc37371619fe3118d60c6a6a65c57ca4b881f0dc8f9d62025e2b8f31c3ff46d
4
+ data.tar.gz: 0ebf496d9e143a38f5fdc1527e25174340b089ff0f05015a35c66f1848798556
5
5
  SHA512:
6
- metadata.gz: b104d87ce934f7a93f0864a3ab143918a3001b23650bf47a51f24573fa91043fef09f97425f213331d86e56021a68455f0d58ca67c4a835ed4e5ff4c4b67650f
7
- data.tar.gz: 634e1009ac7d617bdfea63d774965033b61298c7c60437d65bae7446012cd87a0288f21474914e9e4a5e0ffc5c988218d08d37afb40960dab00dc2e12584eb80
6
+ metadata.gz: 04cd5033a8b1fb37122af01879647c952689156636070d340bb906d4b8d62d0f6996a5735ea0235f904a42e1a5d338bfb18b3f58dbd85f52a7efc5dc1899ab45
7
+ data.tar.gz: 5122ecde194b275dc236b25bd39ce76055e5b027b615450179d918a9bb291a28ce1e07ef1e078d8b2b5d91223a19224f9fd9943435b277d957566a5ec7d1e8ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.53.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241209
6
+
3
7
  ### v0.52.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241119
@@ -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.53.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 = "20241209"
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.53.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: 2024-12-15 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.53.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