google-apis-managedidentities_v1alpha1 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: bc71811e5ee2041aa6c715a9583876f4fa82841332b0578b95fd391ec80b65f9
4
- data.tar.gz: 1877db64f49e7ffdf2ab1def39de2e89e9dc026a4d8094149d5f3cb513b2699c
3
+ metadata.gz: 128098b2fda07327fa373a71c74a320b0541cf0455005188fa97008c8bb73e40
4
+ data.tar.gz: 66118e27be1a60a26e41528101543f5e2e3bc780036b633955a8f384ce7a6a9d
5
5
  SHA512:
6
- metadata.gz: c31afb3355d82b7eff2e1e5aad0464334ce8a4bfb0cfa2d5a384d5217c1ef356090145458a74553cec8be1b9be663e8caa00f3841d66a4dcabb6f282400dbfd9
7
- data.tar.gz: 5a19081b9c2506e0a3feb67c4c3eecb9a1143e7d1327958a507c72890f0905bcb301dee67c4933022277ec1be9f02ad7ed5e1ed3f4c4c6ed84165ad533e8e62e
6
+ metadata.gz: 8194911268cf78826bdc3d4212bd008232dbc8a1950c2d7b3edc3ef41af44e3477bd6675b1b731624c6804a2ae8a36501bfc327e5607d69199983c4e55d1576b
7
+ data.tar.gz: 3d4cac57c65e48e8565346fdd98eedff56e875a7ab2feb94cde2a4475e5c6e3127c90d5609f0be371f9359ddcad193ac31bfd61ea39b49229219c026e4435533
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.18.0 (2022-02-27)
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_v1alpha1"
51
51
  client = Google::Apis::ManagedidentitiesV1alpha1::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.
@@ -103,7 +103,7 @@ module Google
103
103
  end
104
104
  end
105
105
 
106
- # Associates `members` with a `role`.
106
+ # Associates `members`, or principals, with a `role`.
107
107
  class Binding
108
108
  include Google::Apis::Core::Hashable
109
109
 
@@ -126,7 +126,7 @@ module Google
126
126
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Expr]
127
127
  attr_accessor :condition
128
128
 
129
- # Specifies the identities requesting access for a Cloud Platform resource. `
129
+ # Specifies the principals requesting access for a Cloud Platform resource. `
130
130
  # members` can have the following values: * `allUsers`: A special identifier
131
131
  # that represents anyone who is on the internet; with or without a Google
132
132
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -156,8 +156,8 @@ module Google
156
156
  # @return [Array<String>]
157
157
  attr_accessor :members
158
158
 
159
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
160
- # , or `roles/owner`.
159
+ # Role that is assigned to the list of `members`, or principals. For example, `
160
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
161
161
  # Corresponds to the JSON property `role`
162
162
  # @return [String]
163
163
  attr_accessor :role
@@ -261,10 +261,10 @@ module Google
261
261
  # day and time zone are either specified elsewhere or are insignificant. The
262
262
  # date is relative to the Gregorian Calendar. This can represent one of the
263
263
  # following: * A full date, with non-zero year, month, and day values * A month
264
- # and day value, with a zero year, such as an anniversary * A year on its own,
265
- # with zero month and day values * A year and month value, with a zero day, such
266
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
267
- # google.protobuf.Timestamp`.
264
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
265
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
266
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
267
+ # DateTime * google.protobuf.Timestamp
268
268
  class Date
269
269
  include Google::Apis::Core::Hashable
270
270
 
@@ -307,10 +307,10 @@ module Google
307
307
  # day and time zone are either specified elsewhere or are insignificant. The
308
308
  # date is relative to the Gregorian Calendar. This can represent one of the
309
309
  # following: * A full date, with non-zero year, month, and day values * A month
310
- # and day value, with a zero year, such as an anniversary * A year on its own,
311
- # with zero month and day values * A year and month value, with a zero day, such
312
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
313
- # google.protobuf.Timestamp`.
310
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
311
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
312
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
313
+ # DateTime * google.protobuf.Timestamp
314
314
  # Corresponds to the JSON property `endDate`
315
315
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
316
316
  attr_accessor :end_date
@@ -319,10 +319,10 @@ module Google
319
319
  # day and time zone are either specified elsewhere or are insignificant. The
320
320
  # date is relative to the Gregorian Calendar. This can represent one of the
321
321
  # following: * A full date, with non-zero year, month, and day values * A month
322
- # and day value, with a zero year, such as an anniversary * A year on its own,
323
- # with zero month and day values * A year and month value, with a zero day, such
324
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
325
- # google.protobuf.Timestamp`.
322
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
323
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
324
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
325
+ # DateTime * google.protobuf.Timestamp
326
326
  # Corresponds to the JSON property `startDate`
327
327
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
328
328
  attr_accessor :start_date
@@ -728,6 +728,15 @@ module Google
728
728
  # @return [String]
729
729
  attr_accessor :create_time
730
730
 
731
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
732
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
733
+ # represents a high-level tier or SKU of the service that this instance belong
734
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
735
+ # with 'software_versions' to determine whether instance needs an update or not.
736
+ # Corresponds to the JSON property `instanceType`
737
+ # @return [String]
738
+ attr_accessor :instance_type
739
+
731
740
  # Optional. Resource labels to represent user provided metadata. Each label is a
732
741
  # key-value pair, where both the key and the value are arbitrary strings
733
742
  # provided by the user.
@@ -763,6 +772,13 @@ module Google
763
772
  # @return [String]
764
773
  attr_accessor :name
765
774
 
775
+ # Optional. notification_parameters are information that service producers may
776
+ # like to include that is not relevant to Rollout. This parameter will only be
777
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
778
+ # Corresponds to the JSON property `notificationParameters`
779
+ # @return [Hash<String,String>]
780
+ attr_accessor :notification_parameters
781
+
766
782
  # Output only. Custom string attributes used primarily to expose producer-
767
783
  # specific information in monitoring dashboards. See go/get-instance-metadata.
768
784
  # Corresponds to the JSON property `producerMetadata`
@@ -820,11 +836,13 @@ module Google
820
836
  def update!(**args)
821
837
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
822
838
  @create_time = args[:create_time] if args.key?(:create_time)
839
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
823
840
  @labels = args[:labels] if args.key?(:labels)
824
841
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
825
842
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
826
843
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
827
844
  @name = args[:name] if args.key?(:name)
845
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
828
846
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
829
847
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
830
848
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -1663,42 +1681,42 @@ module Google
1663
1681
 
1664
1682
  # An Identity and Access Management (IAM) policy, which specifies access
1665
1683
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1666
- # A `binding` binds one or more `members` to a single `role`. Members can be
1667
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1668
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1669
- # role or a user-created custom role. For some types of Google Cloud resources,
1670
- # a `binding` can also specify a `condition`, which is a logical expression that
1671
- # allows access to a resource only if the expression evaluates to `true`. A
1672
- # condition can add constraints based on attributes of the request, the resource,
1673
- # or both. To learn which resources support conditions in their IAM policies,
1674
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1675
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1676
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1677
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1678
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1679
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1680
- # title": "expirable access", "description": "Does not grant access after Sep
1681
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1682
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1683
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1684
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1685
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1686
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1687
- # description: Does not grant access after Sep 2020 expression: request.time <
1688
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1689
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1690
- # google.com/iam/docs/).
1684
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1685
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1686
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1687
+ # an IAM predefined role or a user-created custom role. For some types of Google
1688
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1689
+ # logical expression that allows access to a resource only if the expression
1690
+ # evaluates to `true`. A condition can add constraints based on attributes of
1691
+ # the request, the resource, or both. To learn which resources support
1692
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1693
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1694
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1695
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1696
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1697
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1698
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1699
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1700
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1701
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1702
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1703
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1704
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1705
+ # access description: Does not grant access after Sep 2020 expression: request.
1706
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1707
+ # a description of IAM and its features, see the [IAM documentation](https://
1708
+ # cloud.google.com/iam/docs/).
1691
1709
  class Policy
1692
1710
  include Google::Apis::Core::Hashable
1693
1711
 
1694
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1695
- # condition` that determines how and when the `bindings` are applied. Each of
1696
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1697
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1698
- # groups. Each occurrence of a member counts towards these limits. For example,
1699
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1700
- # not to any other member, then you can add another 1,450 members to the `
1701
- # bindings` in the `Policy`.
1712
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1713
+ # specify a `condition` that determines how and when the `bindings` are applied.
1714
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1715
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1716
+ # can be Google groups. Each occurrence of a principal counts towards these
1717
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1718
+ # example.com`, and not to any other principal, then you can add another 1,450
1719
+ # principals to the `bindings` in the `Policy`.
1702
1720
  # Corresponds to the JSON property `bindings`
1703
1721
  # @return [Array<Google::Apis::ManagedidentitiesV1alpha1::Binding>]
1704
1722
  attr_accessor :bindings
@@ -1908,31 +1926,31 @@ module Google
1908
1926
 
1909
1927
  # An Identity and Access Management (IAM) policy, which specifies access
1910
1928
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1911
- # A `binding` binds one or more `members` to a single `role`. Members can be
1912
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1913
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1914
- # role or a user-created custom role. For some types of Google Cloud resources,
1915
- # a `binding` can also specify a `condition`, which is a logical expression that
1916
- # allows access to a resource only if the expression evaluates to `true`. A
1917
- # condition can add constraints based on attributes of the request, the resource,
1918
- # or both. To learn which resources support conditions in their IAM policies,
1919
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1920
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1921
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1922
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1923
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1924
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1925
- # title": "expirable access", "description": "Does not grant access after Sep
1926
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1927
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1928
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1929
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1930
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1931
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1932
- # description: Does not grant access after Sep 2020 expression: request.time <
1933
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1934
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1935
- # google.com/iam/docs/).
1929
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1930
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1931
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1932
+ # an IAM predefined role or a user-created custom role. For some types of Google
1933
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1934
+ # logical expression that allows access to a resource only if the expression
1935
+ # evaluates to `true`. A condition can add constraints based on attributes of
1936
+ # the request, the resource, or both. To learn which resources support
1937
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1938
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1939
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1940
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1941
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1942
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1943
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1944
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1945
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1946
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1947
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1948
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1949
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1950
+ # access description: Does not grant access after Sep 2020 expression: request.
1951
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1952
+ # a description of IAM and its features, see the [IAM documentation](https://
1953
+ # cloud.google.com/iam/docs/).
1936
1954
  # Corresponds to the JSON property `policy`
1937
1955
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Policy]
1938
1956
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -505,6 +506,7 @@ module Google
505
506
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1alpha1::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_v1alpha1
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-02-28 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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.15.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.18.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
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