google-apis-managedidentities_v1beta1 0.15.0 → 0.18.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: 4594f0c289ed1b12141634f3fa0a872893287635a8cf6bf6e50ad3f92055900b
4
- data.tar.gz: 3dfb66abc247a2de2ba770cbe61c11b53ce181c5cc90ca2f8e31512f93450842
3
+ metadata.gz: d7b8abd872303b110088ed8f025efc1a5e02d2f2aa9039490691a17cb54568ef
4
+ data.tar.gz: af6109851963b332049e5a5c2bb56366cbdd5a5c1937d7b91bcc0b376d7c5ca0
5
5
  SHA512:
6
- metadata.gz: 3307a6c159c3a0ad25fc509e4be9e141b26ee33fe2acb2f23388c64630e08d59f6f7daea4395d0cc9fcd05227fb87b56537bdffa036cd008004c7f9997d8afc7
7
- data.tar.gz: 0c459d76bfa47a5654e6c1bdc6e7cbf11904d97b89b7ce4013413db61567b9af9ab3cb71f3331c9e0c0685182548e706124f90035461c9ae20f7e50355a7fca9
6
+ metadata.gz: 656b6ece4f3c414ff63ce43b885523ba11346a287b047b69c364e36e675c46fcf0bd6680b89cd52b413d8175870e9603589ea73f12d8402d7f7b756131525720
7
+ data.tar.gz: 893d376ef2dc95ddf946b652f58f7d34ec19e9f07b3f52532ab812c0fb5368f8c089c2c01e0af845e0dcd7d21bc39a6029a028105ebd94bf5c2412dce8d050a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-02-28)
4
+
5
+ * Regenerated from discovery document revision 20220216
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.17.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.16.0 (2021-11-14)
13
+
14
+ * Regenerated from discovery document revision 20211108
15
+
3
16
  ### v0.15.0 (2021-10-21)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/managedidentities_v1beta1"
51
51
  client = Google::Apis::ManagedidentitiesV1beta1::ManagedServiceforMicrosoftActiveDirectoryConsumerAPIService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -99,7 +99,7 @@ module Google
99
99
  end
100
100
  end
101
101
 
102
- # Associates `members` with a `role`.
102
+ # Associates `members`, or principals, with a `role`.
103
103
  class Binding
104
104
  include Google::Apis::Core::Hashable
105
105
 
@@ -122,7 +122,7 @@ module Google
122
122
  # @return [Google::Apis::ManagedidentitiesV1beta1::Expr]
123
123
  attr_accessor :condition
124
124
 
125
- # Specifies the identities requesting access for a Cloud Platform resource. `
125
+ # Specifies the principals requesting access for a Cloud Platform resource. `
126
126
  # members` can have the following values: * `allUsers`: A special identifier
127
127
  # that represents anyone who is on the internet; with or without a Google
128
128
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -152,8 +152,8 @@ module Google
152
152
  # @return [Array<String>]
153
153
  attr_accessor :members
154
154
 
155
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
156
- # , or `roles/owner`.
155
+ # Role that is assigned to the list of `members`, or principals. For example, `
156
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
157
157
  # Corresponds to the JSON property `role`
158
158
  # @return [String]
159
159
  attr_accessor :role
@@ -257,10 +257,10 @@ module Google
257
257
  # day and time zone are either specified elsewhere or are insignificant. The
258
258
  # date is relative to the Gregorian Calendar. This can represent one of the
259
259
  # following: * A full date, with non-zero year, month, and day values * A month
260
- # and day value, with a zero year, such as an anniversary * A year on its own,
261
- # with zero month and day values * A year and month value, with a zero day, such
262
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
263
- # google.protobuf.Timestamp`.
260
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
261
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
262
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
263
+ # DateTime * google.protobuf.Timestamp
264
264
  class Date
265
265
  include Google::Apis::Core::Hashable
266
266
 
@@ -303,10 +303,10 @@ module Google
303
303
  # day and time zone are either specified elsewhere or are insignificant. The
304
304
  # date is relative to the Gregorian Calendar. This can represent one of the
305
305
  # following: * A full date, with non-zero year, month, and day values * A month
306
- # and day value, with a zero year, such as an anniversary * A year on its own,
307
- # with zero month and day values * A year and month value, with a zero day, such
308
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
309
- # google.protobuf.Timestamp`.
306
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
307
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
308
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
309
+ # DateTime * google.protobuf.Timestamp
310
310
  # Corresponds to the JSON property `endDate`
311
311
  # @return [Google::Apis::ManagedidentitiesV1beta1::Date]
312
312
  attr_accessor :end_date
@@ -315,10 +315,10 @@ module Google
315
315
  # day and time zone are either specified elsewhere or are insignificant. The
316
316
  # date is relative to the Gregorian Calendar. This can represent one of the
317
317
  # following: * A full date, with non-zero year, month, and day values * A month
318
- # and day value, with a zero year, such as an anniversary * A year on its own,
319
- # with zero month and day values * A year and month value, with a zero day, such
320
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
321
- # google.protobuf.Timestamp`.
318
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
319
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
320
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
321
+ # DateTime * google.protobuf.Timestamp
322
322
  # Corresponds to the JSON property `startDate`
323
323
  # @return [Google::Apis::ManagedidentitiesV1beta1::Date]
324
324
  attr_accessor :start_date
@@ -362,10 +362,10 @@ module Google
362
362
  end
363
363
  end
364
364
 
365
- # If the domain is being changed, it will be placed into the UPDATING state,
366
- # which indicates that the resource is being reconciled. At this point, Get will
367
- # reflect an intermediate state. Represents a managed Microsoft Active Directory
368
- # domain.
365
+ # Represents a managed Microsoft Active Directory domain. If the domain is being
366
+ # changed, it will be placed into the UPDATING state, which indicates that the
367
+ # resource is being reconciled. At this point, Get will reflect an intermediate
368
+ # state.
369
369
  class Domain
370
370
  include Google::Apis::Core::Hashable
371
371
 
@@ -718,6 +718,15 @@ module Google
718
718
  # @return [String]
719
719
  attr_accessor :create_time
720
720
 
721
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
722
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
723
+ # represents a high-level tier or SKU of the service that this instance belong
724
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
725
+ # with 'software_versions' to determine whether instance needs an update or not.
726
+ # Corresponds to the JSON property `instanceType`
727
+ # @return [String]
728
+ attr_accessor :instance_type
729
+
721
730
  # Optional. Resource labels to represent user provided metadata. Each label is a
722
731
  # key-value pair, where both the key and the value are arbitrary strings
723
732
  # provided by the user.
@@ -753,6 +762,13 @@ module Google
753
762
  # @return [String]
754
763
  attr_accessor :name
755
764
 
765
+ # Optional. notification_parameters are information that service producers may
766
+ # like to include that is not relevant to Rollout. This parameter will only be
767
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
768
+ # Corresponds to the JSON property `notificationParameters`
769
+ # @return [Hash<String,String>]
770
+ attr_accessor :notification_parameters
771
+
756
772
  # Output only. Custom string attributes used primarily to expose producer-
757
773
  # specific information in monitoring dashboards. See go/get-instance-metadata.
758
774
  # Corresponds to the JSON property `producerMetadata`
@@ -810,11 +826,13 @@ module Google
810
826
  def update!(**args)
811
827
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
812
828
  @create_time = args[:create_time] if args.key?(:create_time)
829
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
813
830
  @labels = args[:labels] if args.key?(:labels)
814
831
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
815
832
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
816
833
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
817
834
  @name = args[:name] if args.key?(:name)
835
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
818
836
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
819
837
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
820
838
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -1653,42 +1671,42 @@ module Google
1653
1671
 
1654
1672
  # An Identity and Access Management (IAM) policy, which specifies access
1655
1673
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1656
- # A `binding` binds one or more `members` to a single `role`. Members can be
1657
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1658
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1659
- # role or a user-created custom role. For some types of Google Cloud resources,
1660
- # a `binding` can also specify a `condition`, which is a logical expression that
1661
- # allows access to a resource only if the expression evaluates to `true`. A
1662
- # condition can add constraints based on attributes of the request, the resource,
1663
- # or both. To learn which resources support conditions in their IAM policies,
1664
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1665
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1666
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1667
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1668
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1669
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1670
- # title": "expirable access", "description": "Does not grant access after Sep
1671
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1672
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1673
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1674
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1675
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1676
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1677
- # description: Does not grant access after Sep 2020 expression: request.time <
1678
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1679
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1680
- # google.com/iam/docs/).
1674
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1675
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1676
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1677
+ # an IAM predefined role or a user-created custom role. For some types of Google
1678
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1679
+ # logical expression that allows access to a resource only if the expression
1680
+ # evaluates to `true`. A condition can add constraints based on attributes of
1681
+ # the request, the resource, or both. To learn which resources support
1682
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1683
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1684
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1685
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1686
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1687
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1688
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1689
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1690
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1691
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1692
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1693
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1694
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1695
+ # access description: Does not grant access after Sep 2020 expression: request.
1696
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1697
+ # a description of IAM and its features, see the [IAM documentation](https://
1698
+ # cloud.google.com/iam/docs/).
1681
1699
  class Policy
1682
1700
  include Google::Apis::Core::Hashable
1683
1701
 
1684
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1685
- # condition` that determines how and when the `bindings` are applied. Each of
1686
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1687
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1688
- # groups. Each occurrence of a member counts towards these limits. For example,
1689
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1690
- # not to any other member, then you can add another 1,450 members to the `
1691
- # bindings` in the `Policy`.
1702
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1703
+ # specify a `condition` that determines how and when the `bindings` are applied.
1704
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1705
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1706
+ # can be Google groups. Each occurrence of a principal counts towards these
1707
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1708
+ # example.com`, and not to any other principal, then you can add another 1,450
1709
+ # principals to the `bindings` in the `Policy`.
1692
1710
  # Corresponds to the JSON property `bindings`
1693
1711
  # @return [Array<Google::Apis::ManagedidentitiesV1beta1::Binding>]
1694
1712
  attr_accessor :bindings
@@ -1857,31 +1875,31 @@ module Google
1857
1875
 
1858
1876
  # An Identity and Access Management (IAM) policy, which specifies access
1859
1877
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1860
- # A `binding` binds one or more `members` to a single `role`. Members can be
1861
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1862
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1863
- # role or a user-created custom role. For some types of Google Cloud resources,
1864
- # a `binding` can also specify a `condition`, which is a logical expression that
1865
- # allows access to a resource only if the expression evaluates to `true`. A
1866
- # condition can add constraints based on attributes of the request, the resource,
1867
- # or both. To learn which resources support conditions in their IAM policies,
1868
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1869
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1870
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1871
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1872
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1873
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1874
- # title": "expirable access", "description": "Does not grant access after Sep
1875
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1876
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1877
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1878
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1879
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1880
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1881
- # description: Does not grant access after Sep 2020 expression: request.time <
1882
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1883
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1884
- # google.com/iam/docs/).
1878
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1879
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1880
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1881
+ # an IAM predefined role or a user-created custom role. For some types of Google
1882
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1883
+ # logical expression that allows access to a resource only if the expression
1884
+ # evaluates to `true`. A condition can add constraints based on attributes of
1885
+ # the request, the resource, or both. To learn which resources support
1886
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1887
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1888
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1889
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1890
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1891
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1892
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1893
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1894
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1895
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1896
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1897
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1898
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1899
+ # access description: Does not grant access after Sep 2020 expression: request.
1900
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1901
+ # a description of IAM and its features, see the [IAM documentation](https://
1902
+ # cloud.google.com/iam/docs/).
1885
1903
  # Corresponds to the JSON property `policy`
1886
1904
  # @return [Google::Apis::ManagedidentitiesV1beta1::Policy]
1887
1905
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1beta1
18
18
  # Version of the google-apis-managedidentities_v1beta1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211004"
25
+ REVISION = "20220216"
26
26
  end
27
27
  end
28
28
  end
@@ -498,6 +498,7 @@ module Google
498
498
  class Representation < Google::Apis::Core::JsonRepresentation
499
499
  property :consumer_defined_name, as: 'consumerDefinedName'
500
500
  property :create_time, as: 'createTime'
501
+ property :instance_type, as: 'instanceType'
501
502
  hash :labels, as: 'labels'
502
503
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
503
504
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -505,6 +506,7 @@ module Google
505
506
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
506
507
 
507
508
  property :name, as: 'name'
509
+ hash :notification_parameters, as: 'notificationParameters'
508
510
  hash :producer_metadata, as: 'producerMetadata'
509
511
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
510
512
 
@@ -302,13 +302,16 @@ module Google
302
302
  # REQUIRED: The resource for which the policy is being requested. See the
303
303
  # operation documentation for the appropriate value for this field.
304
304
  # @param [Fixnum] options_requested_policy_version
305
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
306
- # 3. Requests specifying an invalid value will be rejected. Requests for
307
- # policies with any conditional bindings must specify version 3. Policies
308
- # without any conditional bindings may specify any valid value or leave the
309
- # field unset. To learn which resources support conditions in their IAM policies,
310
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
311
- # resource-policies).
305
+ # Optional. The maximum policy version that will be used to format the policy.
306
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
307
+ # rejected. Requests for policies with any conditional role bindings must
308
+ # specify version 3. Policies with no conditional role bindings may specify any
309
+ # valid value or leave the field unset. The policy in the response might use the
310
+ # policy version that you specified, or it might use a lower policy version. For
311
+ # example, if you specify version 3, but the policy has no conditional role
312
+ # bindings, the response uses version 1. To learn which resources support
313
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
314
+ # google.com/iam/help/conditions/resource-policies).
312
315
  # @param [String] fields
313
316
  # Selector specifying which fields to include in a partial response.
314
317
  # @param [String] quota_user
@@ -813,13 +816,16 @@ module Google
813
816
  # REQUIRED: The resource for which the policy is being requested. See the
814
817
  # operation documentation for the appropriate value for this field.
815
818
  # @param [Fixnum] options_requested_policy_version
816
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
817
- # 3. Requests specifying an invalid value will be rejected. Requests for
818
- # policies with any conditional bindings must specify version 3. Policies
819
- # without any conditional bindings may specify any valid value or leave the
820
- # field unset. To learn which resources support conditions in their IAM policies,
821
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
822
- # resource-policies).
819
+ # Optional. The maximum policy version that will be used to format the policy.
820
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
821
+ # rejected. Requests for policies with any conditional role bindings must
822
+ # specify version 3. Policies with no conditional role bindings may specify any
823
+ # valid value or leave the field unset. The policy in the response might use the
824
+ # policy version that you specified, or it might use a lower policy version. For
825
+ # example, if you specify version 3, but the policy has no conditional role
826
+ # bindings, the response uses version 1. To learn which resources support
827
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
828
+ # google.com/iam/help/conditions/resource-policies).
823
829
  # @param [String] fields
824
830
  # Selector specifying which fields to include in a partial response.
825
831
  # @param [String] quota_user
@@ -853,8 +859,7 @@ module Google
853
859
  # Required. The domain resource name using the form: `projects/`project_id`/
854
860
  # locations/global/domains/`domain_name``
855
861
  # @param [String] filter
856
- # Optional. Filter specifying constraints of a list operation. For example, `
857
- # backup.location ="us-west1-a"`.
862
+ # Optional. Filter specifying constraints of a list operation.
858
863
  # @param [String] order_by
859
864
  # Optional. Specifies the ordering of results following syntax at https://cloud.
860
865
  # google.com/apis/design/design_patterns#sorting_order.
@@ -1347,13 +1352,16 @@ module Google
1347
1352
  # REQUIRED: The resource for which the policy is being requested. See the
1348
1353
  # operation documentation for the appropriate value for this field.
1349
1354
  # @param [Fixnum] options_requested_policy_version
1350
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1351
- # 3. Requests specifying an invalid value will be rejected. Requests for
1352
- # policies with any conditional bindings must specify version 3. Policies
1353
- # without any conditional bindings may specify any valid value or leave the
1354
- # field unset. To learn which resources support conditions in their IAM policies,
1355
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1356
- # resource-policies).
1355
+ # Optional. The maximum policy version that will be used to format the policy.
1356
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1357
+ # rejected. Requests for policies with any conditional role bindings must
1358
+ # specify version 3. Policies with no conditional role bindings may specify any
1359
+ # valid value or leave the field unset. The policy in the response might use the
1360
+ # policy version that you specified, or it might use a lower policy version. For
1361
+ # example, if you specify version 3, but the policy has no conditional role
1362
+ # bindings, the response uses version 1. To learn which resources support
1363
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1364
+ # google.com/iam/help/conditions/resource-policies).
1357
1365
  # @param [String] fields
1358
1366
  # Selector specifying which fields to include in a partial response.
1359
1367
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.18.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-03-07 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_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.15.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.18.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
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.2.17
79
+ rubygems_version: 3.3.5
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API