google-apis-managedidentities_v1 0.32.0 → 0.33.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: a050d8c343b2b3dfd5ac8440372143f12c6bca0fba3d653faa491ed34ba7fc87
|
|
4
|
+
data.tar.gz: d0f7c8dcda04eb47d41bf0530c07e18cdbccb4eaf87645a81478777f25049525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4c5378112d6ddb858bcbdb51f8bb95f78feaf9cdea02fbdc3c707e30a33a532c9dd425fa8d2f3e521eaad3a1aff1468c63fbf3fc0ac695b3f1250c0169dce6b
|
|
7
|
+
data.tar.gz: 3feaf8d6185089baccc3c121e3eec0ff5650763c03ec32df27f1ec3dee4a8d99a93f32513819f5c234715a7c8a1465173588e13d4e62de83f17507367a430786
|
data/CHANGELOG.md
CHANGED
|
@@ -1776,13 +1776,13 @@ module Google
|
|
|
1776
1776
|
# @return [String]
|
|
1777
1777
|
attr_accessor :name
|
|
1778
1778
|
|
|
1779
|
-
# The normal response of the operation
|
|
1780
|
-
#
|
|
1781
|
-
#
|
|
1782
|
-
#
|
|
1783
|
-
#
|
|
1784
|
-
#
|
|
1785
|
-
#
|
|
1779
|
+
# The normal, successful response of the operation. If the original method
|
|
1780
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
1781
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
1782
|
+
# response should be the resource. For other methods, the response should have
|
|
1783
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
1784
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
1785
|
+
# `TakeSnapshotResponse`.
|
|
1786
1786
|
# Corresponds to the JSON property `response`
|
|
1787
1787
|
# @return [Hash<String,Object>]
|
|
1788
1788
|
attr_accessor :response
|
|
@@ -1940,22 +1940,22 @@ module Google
|
|
|
1940
1940
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
1941
1941
|
# the request, the resource, or both. To learn which resources support
|
|
1942
1942
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
1943
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
1943
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
1944
1944
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
1945
1945
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
1946
1946
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
1947
1947
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
1948
1948
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
1949
1949
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
1950
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
1951
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
1952
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1953
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
1954
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
1955
|
-
# access description: Does not grant access after Sep 2020
|
|
1956
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1957
|
-
# a description of IAM and its features, see the
|
|
1958
|
-
# cloud.google.com/iam/docs/).
|
|
1950
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
1951
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
1952
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1953
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
1954
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
1955
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
1956
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1957
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
1958
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
1959
1959
|
class Policy
|
|
1960
1960
|
include Google::Apis::Core::Hashable
|
|
1961
1961
|
|
|
@@ -2144,22 +2144,22 @@ module Google
|
|
|
2144
2144
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
2145
2145
|
# the request, the resource, or both. To learn which resources support
|
|
2146
2146
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
2147
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
2147
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
2148
2148
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
2149
2149
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
2150
2150
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
2151
2151
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
2152
2152
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
2153
2153
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
2154
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
2155
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
2156
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2157
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
2158
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
2159
|
-
# access description: Does not grant access after Sep 2020
|
|
2160
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2161
|
-
# a description of IAM and its features, see the
|
|
2162
|
-
# cloud.google.com/iam/docs/).
|
|
2154
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
2155
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
2156
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
2157
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
2158
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
2159
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
2160
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
2161
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
2162
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
2163
2163
|
# Corresponds to the JSON property `policy`
|
|
2164
2164
|
# @return [Google::Apis::ManagedidentitiesV1::Policy]
|
|
2165
2165
|
attr_accessor :policy
|
|
@@ -2438,8 +2438,8 @@ module Google
|
|
|
2438
2438
|
attr_accessor :channel
|
|
2439
2439
|
|
|
2440
2440
|
# Deny Maintenance Period that is applied to resource to indicate when
|
|
2441
|
-
# maintenance is forbidden.
|
|
2442
|
-
#
|
|
2441
|
+
# maintenance is forbidden. The protocol supports zero-to-many such periods, but
|
|
2442
|
+
# the current SLM Rollout implementation only supports zero-to-one.
|
|
2443
2443
|
# Corresponds to the JSON property `denyMaintenancePeriods`
|
|
2444
2444
|
# @return [Array<Google::Apis::ManagedidentitiesV1::DenyMaintenancePeriod>]
|
|
2445
2445
|
attr_accessor :deny_maintenance_periods
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ManagedidentitiesV1
|
|
18
18
|
# Version of the google-apis-managedidentities_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231010"
|
|
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-managedidentities_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.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: 2023-
|
|
11
|
+
date: 2023-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -59,7 +59,7 @@ licenses:
|
|
|
59
59
|
metadata:
|
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1/CHANGELOG.md
|
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.
|
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.33.0
|
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
|
-
rubygems_version: 3.4.
|
|
79
|
+
rubygems_version: 3.4.19
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: Simple REST client for Managed Service for Microsoft Active Directory API
|