google-apis-accesscontextmanager_v1 0.44.0 → 0.45.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5d6f17be8dbcb082838ba39c0b33bf9496deaf5810976477b01f3adb62f9001
|
4
|
+
data.tar.gz: 04755e2bca1f7f20a010311f16190feace55af7fda7b8a493dd9ff53d4cdde33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53aabdfcd8e283dae544a0d4cb71edb94fbc1f5bee35525b4eef3f1ac3e8dd901005ff873491ea7783a2422405bb880150cd54b852d449dc5bba14e7e925aae2
|
7
|
+
data.tar.gz: c50227e0867aeb78bda6a0727dbbfb1d32d5e7b3feeef5a6bad49045e326a8cc38abeae26b6d388055b20d0bd0a7e90ae2c02e5c6aab2e6096f858a7b25d49b5
|
data/CHANGELOG.md
CHANGED
@@ -58,10 +58,11 @@ module Google
|
|
58
58
|
# @return [String]
|
59
59
|
attr_accessor :description
|
60
60
|
|
61
|
-
# Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
62
|
-
# accessLevels/`access_level``. The `access_level` component must
|
63
|
-
# letter, followed by alphanumeric characters or `_`. Its maximum
|
64
|
-
# characters. After you create an `AccessLevel`, you cannot change
|
61
|
+
# Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
62
|
+
# access_policy`/accessLevels/`access_level``. The `access_level` component must
|
63
|
+
# begin with a letter, followed by alphanumeric characters or `_`. Its maximum
|
64
|
+
# length is 50 characters. After you create an `AccessLevel`, you cannot change
|
65
|
+
# its `name`.
|
65
66
|
# Corresponds to the JSON property `name`
|
66
67
|
# @return [String]
|
67
68
|
attr_accessor :name
|
@@ -95,14 +96,14 @@ module Google
|
|
95
96
|
|
96
97
|
# Output only. An opaque identifier for the current version of the `AccessPolicy`
|
97
98
|
# . This will always be a strongly validated etag, meaning that two Access
|
98
|
-
#
|
99
|
+
# Policies will be identical if and only if their etags are identical. Clients
|
99
100
|
# should not expect this to be in any specific format.
|
100
101
|
# Corresponds to the JSON property `etag`
|
101
102
|
# @return [String]
|
102
103
|
attr_accessor :etag
|
103
104
|
|
104
|
-
# Output only. Resource name of the `AccessPolicy`. Format: `
|
105
|
-
# access_policy``
|
105
|
+
# Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
|
106
|
+
# accessPolicies/`access_policy``
|
106
107
|
# Corresponds to the JSON property `name`
|
107
108
|
# @return [String]
|
108
109
|
attr_accessor :name
|
@@ -304,9 +305,9 @@ module Google
|
|
304
305
|
# @return [String]
|
305
306
|
attr_accessor :authorization_type
|
306
307
|
|
307
|
-
# Resource name for the `AuthorizedOrgsDesc`. Format: `
|
308
|
-
# access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
|
309
|
-
# authorized_orgs_desc` component must begin with a letter, followed by
|
308
|
+
# Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `
|
309
|
+
# accessPolicies/`access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
|
310
|
+
# The `authorized_orgs_desc` component must begin with a letter, followed by
|
310
311
|
# alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
|
311
312
|
# cannot change its `name`.
|
312
313
|
# Corresponds to the JSON property `name`
|
@@ -1733,7 +1734,7 @@ module Google
|
|
1733
1734
|
# @return [String]
|
1734
1735
|
attr_accessor :description
|
1735
1736
|
|
1736
|
-
# Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
1737
|
+
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
1737
1738
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
1738
1739
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
1739
1740
|
# After you create a `ServicePerimeter`, you cannot change its `name`.
|
@@ -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.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -234,8 +234,8 @@ module Google
|
|
234
234
|
# successful status after the changes to the access policy propagate to long-
|
235
235
|
# lasting storage.
|
236
236
|
# @param [String] name
|
237
|
-
# Output only. Resource name of the `AccessPolicy`. Format: `
|
238
|
-
# access_policy``
|
237
|
+
# Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
|
238
|
+
# accessPolicies/`access_policy``
|
239
239
|
# @param [Google::Apis::AccesscontextmanagerV1::AccessPolicy] access_policy_object
|
240
240
|
# @param [String] update_mask
|
241
241
|
# Required. Mask to control which fields get updated. Must be non-empty.
|
@@ -500,10 +500,11 @@ module Google
|
|
500
500
|
# lasting storage. If access levels contain errors, an error response is
|
501
501
|
# returned for the first error encountered.
|
502
502
|
# @param [String] name
|
503
|
-
# Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
504
|
-
# accessLevels/`access_level``. The `access_level` component must
|
505
|
-
# letter, followed by alphanumeric characters or `_`. Its maximum
|
506
|
-
# characters. After you create an `AccessLevel`, you cannot change
|
503
|
+
# Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
|
504
|
+
# access_policy`/accessLevels/`access_level``. The `access_level` component must
|
505
|
+
# begin with a letter, followed by alphanumeric characters or `_`. Its maximum
|
506
|
+
# length is 50 characters. After you create an `AccessLevel`, you cannot change
|
507
|
+
# its `name`.
|
507
508
|
# @param [Google::Apis::AccesscontextmanagerV1::AccessLevel] access_level_object
|
508
509
|
# @param [String] update_mask
|
509
510
|
# Required. Mask to control which fields get updated. Must be non-empty.
|
@@ -762,9 +763,9 @@ module Google
|
|
762
763
|
# AuthorizedOrgsDesc` can be updated. The name, authorization_type, asset_type
|
763
764
|
# and authorization_direction cannot be updated.
|
764
765
|
# @param [String] name
|
765
|
-
# Resource name for the `AuthorizedOrgsDesc`. Format: `
|
766
|
-
# access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
|
767
|
-
# authorized_orgs_desc` component must begin with a letter, followed by
|
766
|
+
# Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `
|
767
|
+
# accessPolicies/`access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
|
768
|
+
# The `authorized_orgs_desc` component must begin with a letter, followed by
|
768
769
|
# alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
|
769
770
|
# cannot change its `name`.
|
770
771
|
# @param [Google::Apis::AccesscontextmanagerV1::AuthorizedOrgsDesc] authorized_orgs_desc_object
|
@@ -989,7 +990,7 @@ module Google
|
|
989
990
|
# storage. If a service perimeter contains errors, an error response is returned
|
990
991
|
# for the first error encountered.
|
991
992
|
# @param [String] name
|
992
|
-
# Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
993
|
+
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
|
993
994
|
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
|
994
995
|
# component must begin with a letter, followed by alphanumeric characters or `_`.
|
995
996
|
# After you create a `ServicePerimeter`, you cannot change its `name`.
|
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.45.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-
|
11
|
+
date: 2024-06-16 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.45.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: []
|