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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dc37371619fe3118d60c6a6a65c57ca4b881f0dc8f9d62025e2b8f31c3ff46d
|
|
4
|
+
data.tar.gz: 0ebf496d9e143a38f5fdc1527e25174340b089ff0f05015a35c66f1848798556
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04cd5033a8b1fb37122af01879647c952689156636070d340bb906d4b8d62d0f6996a5735ea0235f904a42e1a5d338bfb18b3f58dbd85f52a7efc5dc1899ab45
|
|
7
|
+
data.tar.gz: 5122ecde194b275dc236b25bd39ce76055e5b027b615450179d918a9bb291a28ce1e07ef1e078d8b2b5d91223a19224f9fd9943435b277d957566a5ec7d1e8ec
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
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.
|
|
2037
|
-
# will be disregarded and the session length is
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|