google-apis-managedidentities_v1 0.33.0 → 0.34.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: a050d8c343b2b3dfd5ac8440372143f12c6bca0fba3d653faa491ed34ba7fc87
4
- data.tar.gz: d0f7c8dcda04eb47d41bf0530c07e18cdbccb4eaf87645a81478777f25049525
3
+ metadata.gz: fc15f124feb51210972c885a8b1a5240db5e1dae0888894894d8a7da26834605
4
+ data.tar.gz: 8e2ce9ac89fa6f1633c0c0653f717280bacceb861ffa5dc6d56b4edea7372512
5
5
  SHA512:
6
- metadata.gz: b4c5378112d6ddb858bcbdb51f8bb95f78feaf9cdea02fbdc3c707e30a33a532c9dd425fa8d2f3e521eaad3a1aff1468c63fbf3fc0ac695b3f1250c0169dce6b
7
- data.tar.gz: 3feaf8d6185089baccc3c121e3eec0ff5650763c03ec32df27f1ec3dee4a8d99a93f32513819f5c234715a7c8a1465173588e13d4e62de83f17507367a430786
6
+ metadata.gz: e2579e3d9d2e4c1f11d388f013875e806b0ecc09b9363225ed158ea46e8cc1f979af4d7c5c4cb093ff72ac6f464ac60a7002ed43a53e3222313af0352b034deb
7
+ data.tar.gz: 1a385d4c1403e2d0764ef5af4bc9466d469a9bf886c33bf4eb663c08db7c6efd5e26cd0a1a394bc3065a9a95534ba3cebd440e0ddd2f494981be4bf9dc67d00f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.34.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240112
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.33.0 (2023-10-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20231010
@@ -140,21 +140,43 @@ module Google
140
140
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
141
141
  # email address that represents a Google group. For example, `admins@example.com`
142
142
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
143
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
144
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
145
- # representing a user that has been recently deleted. For example, `alice@
146
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
147
- # reverts to `user:`emailid`` and the recovered user retains the role in the
148
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
149
- # (plus unique identifier) representing a service account that has been recently
150
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
143
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
144
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
145
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
146
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
147
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
148
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
149
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
150
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
151
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
152
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
153
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
154
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
155
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
156
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
157
+ # googleapis.com/projects/`project_number`/locations/global/
158
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
159
+ # All identities in a workload identity pool with a certain attribute. * `
160
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
161
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
162
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
163
+ # identifier) representing a user that has been recently deleted. For example, `
164
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
165
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
166
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
167
+ # address (plus unique identifier) representing a service account that has been
168
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
151
169
  # 123456789012345678901`. If the service account is undeleted, this value
152
170
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
153
171
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
154
172
  # An email address (plus unique identifier) representing a Google group that has
155
173
  # been recently deleted. For example, `admins@example.com?uid=
156
174
  # 123456789012345678901`. If the group is recovered, this value reverts to `
157
- # group:`emailid`` and the recovered group retains the role in the binding.
175
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
176
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
177
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
178
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
179
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
158
180
  # Corresponds to the JSON property `members`
159
181
  # @return [Array<String>]
160
182
  attr_accessor :members
@@ -922,7 +944,7 @@ module Google
922
944
  # Optional. The MaintenancePolicies that have been attached to the instance. The
923
945
  # key must be of the type name of the oneof policy name defined in
924
946
  # MaintenancePolicy, and the referenced policy must define the same policy type.
925
- # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
947
+ # For details, please refer to go/mr-user-guide. Should not be set if
926
948
  # maintenance_settings.maintenance_policies is set.
927
949
  # Corresponds to the JSON property `maintenancePolicyNames`
928
950
  # @return [Hash<String,String>]
@@ -1106,7 +1128,7 @@ module Google
1106
1128
  # Optional. The MaintenancePolicies that have been attached to the instance. The
1107
1129
  # key must be of the type name of the oneof policy name defined in
1108
1130
  # MaintenancePolicy, and the embedded policy must define the same policy type.
1109
- # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
1131
+ # For details, please refer to go/mr-user-guide. Should not be set if
1110
1132
  # maintenance_policy_names is set. If only the name is needed, then only
1111
1133
  # populate MaintenancePolicy.name.
1112
1134
  # Corresponds to the JSON property `maintenancePolicies`
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231010"
25
+ REVISION = "20240112"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/managed-microsoft-ad/
35
35
  class ManagedServiceforMicrosoftActiveDirectoryConsumerAPIService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://managedidentities.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://managedidentities.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-managedidentities_v1',
49
51
  client_version: Google::Apis::ManagedidentitiesV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
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.33.0
4
+ version: 0.34.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-10-22 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.33.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.34.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.19
79
+ rubygems_version: 3.5.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API