google-apis-cloudidentity_v1 0.10.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,8 +57,8 @@ module Google
57
57
  # if the wipe command has already been issued to the device.
58
58
  # @param [String] name
59
59
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
60
- # of the Device in format: `devices/`device_id``, where device_id is the unique
61
- # ID assigned to the Device.
60
+ # of the Device in format: `devices/`device``, where device is the unique ID
61
+ # assigned to the Device.
62
62
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest] google_apps_cloudidentity_devices_v1_cancel_wipe_device_request_object
63
63
  # @param [String] fields
64
64
  # Selector specifying which fields to include in a partial response.
@@ -98,8 +98,8 @@ module Google
98
98
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
99
99
  # of the customer. If you're using this API for your own organization, use `
100
100
  # customers/my_customer` If you're using this API to manage another organization,
101
- # use `customers/`customer_id``, where customer_id is the customer to whom the
102
- # device belongs.
101
+ # use `customers/`customer``, where customer is the customer to whom the device
102
+ # belongs.
103
103
  # @param [String] fields
104
104
  # Selector specifying which fields to include in a partial response.
105
105
  # @param [String] quota_user
@@ -132,14 +132,14 @@ module Google
132
132
  # Deletes the specified device.
133
133
  # @param [String] name
134
134
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
135
- # of the Device in format: `devices/`device_id``, where device_id is the unique
136
- # ID assigned to the Device.
135
+ # of the Device in format: `devices/`device``, where device is the unique ID
136
+ # assigned to the Device.
137
137
  # @param [String] customer
138
138
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
139
139
  # of the customer. If you're using this API for your own organization, use `
140
140
  # customers/my_customer` If you're using this API to manage another organization,
141
- # use `customers/`customer_id``, where customer_id is the customer to whom the
142
- # device belongs.
141
+ # use `customers/`customer``, where customer is the customer to whom the device
142
+ # belongs.
143
143
  # @param [String] fields
144
144
  # Selector specifying which fields to include in a partial response.
145
145
  # @param [String] quota_user
@@ -171,14 +171,14 @@ module Google
171
171
  # Retrieves the specified device.
172
172
  # @param [String] name
173
173
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
174
- # of the Device in the format: `devices/`device_id``, where device_id is the
175
- # unique ID assigned to the Device.
174
+ # of the Device in the format: `devices/`device``, where device is the unique ID
175
+ # assigned to the Device.
176
176
  # @param [String] customer
177
177
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
178
- # of the Customer in the format: `customers/`customer_id``, where customer_id is
179
- # the customer to whom the device belongs. If you're using this API for your own
178
+ # of the Customer in the format: `customers/`customer``, where customer is the
179
+ # customer to whom the device belongs. If you're using this API for your own
180
180
  # organization, use `customers/my_customer`. If you're using this API to manage
181
- # another organization, use `customers/`customer_id``, where customer_id is the
181
+ # another organization, use `customers/`customer``, where customer is the
182
182
  # customer to whom the device belongs.
183
183
  # @param [String] fields
184
184
  # Selector specifying which fields to include in a partial response.
@@ -211,10 +211,10 @@ module Google
211
211
  # Lists/Searches devices.
212
212
  # @param [String] customer
213
213
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
214
- # of the customer in the format: `customers/`customer_id``, where customer_id is
215
- # the customer to whom the device belongs. If you're using this API for your own
214
+ # of the customer in the format: `customers/`customer``, where customer is the
215
+ # customer to whom the device belongs. If you're using this API for your own
216
216
  # organization, use `customers/my_customer`. If you're using this API to manage
217
- # another organization, use `customers/`customer_id``, where customer_id is the
217
+ # another organization, use `customers/`customer``, where customer is the
218
218
  # customer to whom the device belongs.
219
219
  # @param [String] filter
220
220
  # Optional. Additional restrictions when fetching list of devices. For a list of
@@ -272,9 +272,9 @@ module Google
272
272
  # Wipes all data on the specified device.
273
273
  # @param [String] name
274
274
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
275
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
276
- # where device_id is the unique ID assigned to the Device, and device_user_id is
277
- # the unique ID assigned to the User.
275
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
276
+ # device is the unique ID assigned to the Device, and device_user is the unique
277
+ # ID assigned to the User.
278
278
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceRequest] google_apps_cloudidentity_devices_v1_wipe_device_request_object
279
279
  # @param [String] fields
280
280
  # Selector specifying which fields to include in a partial response.
@@ -308,9 +308,9 @@ module Google
308
308
  # Approves device to access user data.
309
309
  # @param [String] name
310
310
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
311
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
312
- # where device_id is the unique ID assigned to the Device, and device_user_id is
313
- # the unique ID assigned to the User.
311
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
312
+ # device is the unique ID assigned to the Device, and device_user is the unique
313
+ # ID assigned to the User.
314
314
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest] google_apps_cloudidentity_devices_v1_approve_device_user_request_object
315
315
  # @param [String] fields
316
316
  # Selector specifying which fields to include in a partial response.
@@ -344,9 +344,9 @@ module Google
344
344
  # Blocks device from accessing user data
345
345
  # @param [String] name
346
346
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
347
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
348
- # where device_id is the unique ID assigned to the Device, and device_user_id is
349
- # the unique ID assigned to the User.
347
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
348
+ # device is the unique ID assigned to the Device, and device_user is the unique
349
+ # ID assigned to the User.
350
350
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest] google_apps_cloudidentity_devices_v1_block_device_user_request_object
351
351
  # @param [String] fields
352
352
  # Selector specifying which fields to include in a partial response.
@@ -382,9 +382,9 @@ module Google
382
382
  # device being wiped.
383
383
  # @param [String] name
384
384
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
385
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
386
- # where device_id is the unique ID assigned to the Device, and device_user_id is
387
- # the unique ID assigned to the User.
385
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
386
+ # device is the unique ID assigned to the Device, and device_user is the unique
387
+ # ID assigned to the User.
388
388
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest] google_apps_cloudidentity_devices_v1_cancel_wipe_device_user_request_object
389
389
  # @param [String] fields
390
390
  # Selector specifying which fields to include in a partial response.
@@ -419,15 +419,15 @@ module Google
419
419
  # device data.
420
420
  # @param [String] name
421
421
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
422
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
423
- # where device_id is the unique ID assigned to the Device, and device_user_id is
424
- # the unique ID assigned to the User.
422
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
423
+ # device is the unique ID assigned to the Device, and device_user is the unique
424
+ # ID assigned to the User.
425
425
  # @param [String] customer
426
426
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
427
427
  # of the customer. If you're using this API for your own organization, use `
428
428
  # customers/my_customer` If you're using this API to manage another organization,
429
- # use `customers/`customer_id``, where customer_id is the customer to whom the
430
- # device belongs.
429
+ # use `customers/`customer``, where customer is the customer to whom the device
430
+ # belongs.
431
431
  # @param [String] fields
432
432
  # Selector specifying which fields to include in a partial response.
433
433
  # @param [String] quota_user
@@ -459,15 +459,15 @@ module Google
459
459
  # Retrieves the specified DeviceUser
460
460
  # @param [String] name
461
461
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
462
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
463
- # where device_id is the unique ID assigned to the Device, and device_user_id is
464
- # the unique ID assigned to the User.
462
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
463
+ # device is the unique ID assigned to the Device, and device_user is the unique
464
+ # ID assigned to the User.
465
465
  # @param [String] customer
466
466
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
467
467
  # of the customer. If you're using this API for your own organization, use `
468
468
  # customers/my_customer` If you're using this API to manage another organization,
469
- # use `customers/`customer_id``, where customer_id is the customer to whom the
470
- # device belongs.
469
+ # use `customers/`customer``, where customer is the customer to whom the device
470
+ # belongs.
471
471
  # @param [String] fields
472
472
  # Selector specifying which fields to include in a partial response.
473
473
  # @param [String] quota_user
@@ -505,8 +505,8 @@ module Google
505
505
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
506
506
  # of the customer. If you're using this API for your own organization, use `
507
507
  # customers/my_customer` If you're using this API to manage another organization,
508
- # use `customers/`customer_id``, where customer_id is the customer to whom the
509
- # device belongs.
508
+ # use `customers/`customer``, where customer is the customer to whom the device
509
+ # belongs.
510
510
  # @param [String] filter
511
511
  # Optional. Additional restrictions when fetching list of devices. For a list of
512
512
  # search fields, refer to [Mobile device search fields](https://developers.
@@ -632,9 +632,9 @@ module Google
632
632
  # apps such as Photos.
633
633
  # @param [String] name
634
634
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
635
- # of the Device in format: `devices/`device_id`/deviceUsers/`device_user_id``,
636
- # where device_id is the unique ID assigned to the Device, and device_user_id is
637
- # the unique ID assigned to the User.
635
+ # of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
636
+ # device is the unique ID assigned to the Device, and device_user is the unique
637
+ # ID assigned to the User.
638
638
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest] google_apps_cloudidentity_devices_v1_wipe_device_user_request_object
639
639
  # @param [String] fields
640
640
  # Selector specifying which fields to include in a partial response.
@@ -668,24 +668,23 @@ module Google
668
668
  # Gets the client state for the device user
669
669
  # @param [String] name
670
670
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
671
- # of the ClientState in format: `devices/`device_id`/deviceUsers/`device_user_id`
672
- # /clientStates/`partner_id``, where `device_id` is the unique ID assigned to
673
- # the Device, `device_user_id` is the unique ID assigned to the User and `
674
- # partner_id` identifies the partner storing the data. To get the client state
675
- # for devices belonging to your own organization, the `partnerId` is in the
676
- # format: `customerId-*anystring*`. Where the `customerId` is your organization'
677
- # s customer ID and `anystring` is any suffix. This suffix is used in setting up
671
+ # of the ClientState in format: `devices/`device`/deviceUsers/`device_user`/
672
+ # clientStates/`partner``, where `device` is the unique ID assigned to the
673
+ # Device, `device_user` is the unique ID assigned to the User and `partner`
674
+ # identifies the partner storing the data. To get the client state for devices
675
+ # belonging to your own organization, the `partnerId` is in the format: `
676
+ # customerId-*anystring*`. Where the `customerId` is your organization's
677
+ # customer ID and `anystring` is any suffix. This suffix is used in setting up
678
678
  # Custom Access Levels in Context-Aware Access. You may use `my_customer`
679
679
  # instead of the customer ID for devices managed by your own organization. You
680
- # may specify `-` in place of the ``device_id``, so the ClientState resource
681
- # name can be: `devices/-/deviceUsers/`device_user_resource_id`/clientStates/`
682
- # partner_id``.
680
+ # may specify `-` in place of the ``device``, so the ClientState resource name
681
+ # can be: `devices/-/deviceUsers/`device_user_resource`/clientStates/`partner``.
683
682
  # @param [String] customer
684
683
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
685
684
  # of the customer. If you're using this API for your own organization, use `
686
685
  # customers/my_customer` If you're using this API to manage another organization,
687
- # use `customers/`customer_id``, where customer_id is the customer to whom the
688
- # device belongs.
686
+ # use `customers/`customer``, where customer is the customer to whom the device
687
+ # belongs.
689
688
  # @param [String] fields
690
689
  # Selector specifying which fields to include in a partial response.
691
690
  # @param [String] quota_user
@@ -723,8 +722,8 @@ module Google
723
722
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
724
723
  # of the customer. If you're using this API for your own organization, use `
725
724
  # customers/my_customer` If you're using this API to manage another organization,
726
- # use `customers/`customer_id``, where customer_id is the customer to whom the
727
- # device belongs.
725
+ # use `customers/`customer``, where customer is the customer to whom the device
726
+ # belongs.
728
727
  # @param [String] filter
729
728
  # Optional. Additional restrictions when fetching list of client states.
730
729
  # @param [String] order_by
@@ -771,26 +770,25 @@ module Google
771
770
  # Premium
772
771
  # @param [String] name
773
772
  # Output only. [Resource name](https://cloud.google.com/apis/design/
774
- # resource_names) of the ClientState in format: `devices/`device_id`/deviceUsers/
775
- # `device_user_id`/clientState/`partner_id``, where partner_id corresponds to
776
- # the partner storing the data. For partners belonging to the "BeyondCorp
777
- # Alliance", this is the partner ID specified to you by Google. For all other
778
- # callers, this is a string of the form: ``customer_id`-suffix`, where `
779
- # customer_id` is your customer ID. The *suffix* is any string the caller
780
- # specifies. This string will be displayed verbatim in the administration
781
- # console. This suffix is used in setting up Custom Access Levels in Context-
782
- # Aware Access. Your organization's customer ID can be obtained from the URL: `
783
- # GET https://www.googleapis.com/admin/directory/v1/customers/my_customer` The `
784
- # id` field in the response contains the customer ID starting with the letter 'C'
785
- # . The customer ID to be used in this API is the string after the letter 'C' (
786
- # not including 'C')
773
+ # resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
774
+ # device_user`/clientState/`partner``, where partner corresponds to the partner
775
+ # storing the data. For partners belonging to the "BeyondCorp Alliance", this is
776
+ # the partner ID specified to you by Google. For all other callers, this is a
777
+ # string of the form: ``customer`-suffix`, where `customer` is your customer ID.
778
+ # The *suffix* is any string the caller specifies. This string will be displayed
779
+ # verbatim in the administration console. This suffix is used in setting up
780
+ # Custom Access Levels in Context-Aware Access. Your organization's customer ID
781
+ # can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
782
+ # v1/customers/my_customer` The `id` field in the response contains the customer
783
+ # ID starting with the letter 'C'. The customer ID to be used in this API is the
784
+ # string after the letter 'C' (not including 'C')
787
785
  # @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1ClientState] google_apps_cloudidentity_devices_v1_client_state_object
788
786
  # @param [String] customer
789
787
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
790
788
  # of the customer. If you're using this API for your own organization, use `
791
789
  # customers/my_customer` If you're using this API to manage another organization,
792
- # use `customers/`customer_id``, where customer_id is the customer to whom the
793
- # device belongs.
790
+ # use `customers/`customer``, where customer is the customer to whom the device
791
+ # belongs.
794
792
  # @param [String] update_mask
795
793
  # Optional. Comma-separated list of fully qualified names of fields to be
796
794
  # updated. If not specified, all updatable fields in ClientState are updated.
@@ -861,8 +859,8 @@ module Google
861
859
  # Deletes a `Group`.
862
860
  # @param [String] name
863
861
  # Required. The [resource name](https://cloud.google.com/apis/design/
864
- # resource_names) of the `Group` to retrieve. Must be of the form `groups/`
865
- # group_id``.
862
+ # resource_names) of the `Group` to retrieve. Must be of the form `groups/`group`
863
+ # `.
866
864
  # @param [String] fields
867
865
  # Selector specifying which fields to include in a partial response.
868
866
  # @param [String] quota_user
@@ -893,8 +891,8 @@ module Google
893
891
  # Retrieves a `Group`.
894
892
  # @param [String] name
895
893
  # Required. The [resource name](https://cloud.google.com/apis/design/
896
- # resource_names) of the `Group` to retrieve. Must be of the form `groups/`
897
- # group_id``.
894
+ # resource_names) of the `Group` to retrieve. Must be of the form `groups/`group`
895
+ # `.
898
896
  # @param [String] fields
899
897
  # Selector specifying which fields to include in a partial response.
900
898
  # @param [String] quota_user
@@ -934,9 +932,9 @@ module Google
934
932
  # The `next_page_token` value returned from a previous list request, if any.
935
933
  # @param [String] parent
936
934
  # Required. The parent resource under which to list all `Group` resources. Must
937
- # be of the form `identitysources/`identity_source_id`` for external- identity-
938
- # mapped groups or `customers/`customer_id`` for Google Groups. The `customer_id`
939
- # must begin with "C" (for example, 'C046psxkn').
935
+ # be of the form `identitysources/`identity_source`` for external- identity-
936
+ # mapped groups or `customers/`customer`` for Google Groups. The `customer` must
937
+ # begin with "C" (for example, 'C046psxkn').
940
938
  # @param [String] view
941
939
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
942
940
  # @param [String] fields
@@ -981,7 +979,7 @@ module Google
981
979
  # represents a Google-managed entity such as a Google user or a Google Group. If
982
980
  # specified, the `EntityKey` represents an external-identity-mapped group. The
983
981
  # namespace must correspond to an identity source created in Admin Console and
984
- # must be in the form of `identitysources/`identity_source_id``.
982
+ # must be in the form of `identitysources/`identity_source``.
985
983
  # @param [String] fields
986
984
  # Selector specifying which fields to include in a partial response.
987
985
  # @param [String] quota_user
@@ -1013,11 +1011,11 @@ module Google
1013
1011
  # Updates a `Group`.
1014
1012
  # @param [String] name
1015
1013
  # Output only. The [resource name](https://cloud.google.com/apis/design/
1016
- # resource_names) of the `Group`. Shall be of the form `groups/`group_id``.
1014
+ # resource_names) of the `Group`. Shall be of the form `groups/`group``.
1017
1015
  # @param [Google::Apis::CloudidentityV1::Group] group_object
1018
1016
  # @param [String] update_mask
1019
- # Required. The names of fields to update. May only contain the following fields:
1020
- # `display_name`, `description`, `labels`.
1017
+ # Required. The names of fields to update. May only contain the following field
1018
+ # names: `display_name`, `description`, `labels`.
1021
1019
  # @param [String] fields
1022
1020
  # Selector specifying which fields to include in a partial response.
1023
1021
  # @param [String] quota_user
@@ -1062,8 +1060,8 @@ module Google
1062
1060
  # Required. The search query. Must be specified in [Common Expression Language](
1063
1061
  # https://opensource.google/projects/cel). May only contain equality operators
1064
1062
  # on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
1065
- # customer_id`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in
1066
- # labels`). The `customer_id` must begin with "C" (for example, 'C046psxkn').
1063
+ # customer`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels`
1064
+ # ). The `customer` must begin with "C" (for example, 'C046psxkn').
1067
1065
  # @param [String] view
1068
1066
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1069
1067
  # @param [String] fields
@@ -1106,9 +1104,9 @@ module Google
1106
1104
  # the member and group.
1107
1105
  # @param [String] parent
1108
1106
  # [Resource name](https://cloud.google.com/apis/design/resource_names) of the
1109
- # group to check the transitive membership in. Format: `groups/`group_id``,
1110
- # where `group_id` is the unique id assigned to the Group to which the
1111
- # Membership belongs to.
1107
+ # group to check the transitive membership in. Format: `groups/`group``, where `
1108
+ # group` is the unique id assigned to the Group to which the Membership belongs
1109
+ # to.
1112
1110
  # @param [String] query
1113
1111
  # Required. A CEL expression that MUST include member specification. This is a `
1114
1112
  # required` field. Certain groups are uniquely identified by both a '
@@ -1146,7 +1144,7 @@ module Google
1146
1144
  # Creates a `Membership`.
1147
1145
  # @param [String] parent
1148
1146
  # Required. The parent `Group` resource under which to create the `Membership`.
1149
- # Must be of the form `groups/`group_id``.
1147
+ # Must be of the form `groups/`group``.
1150
1148
  # @param [Google::Apis::CloudidentityV1::Membership] membership_object
1151
1149
  # @param [String] fields
1152
1150
  # Selector specifying which fields to include in a partial response.
@@ -1181,7 +1179,7 @@ module Google
1181
1179
  # @param [String] name
1182
1180
  # Required. The [resource name](https://cloud.google.com/apis/design/
1183
1181
  # resource_names) of the `Membership` to delete. Must be of the form `groups/`
1184
- # group_id`/memberships/`membership_id``
1182
+ # group`/memberships/`membership``
1185
1183
  # @param [String] fields
1186
1184
  # Selector specifying which fields to include in a partial response.
1187
1185
  # @param [String] quota_user
@@ -1213,7 +1211,7 @@ module Google
1213
1211
  # @param [String] name
1214
1212
  # Required. The [resource name](https://cloud.google.com/apis/design/
1215
1213
  # resource_names) of the `Membership` to retrieve. Must be of the form `groups/`
1216
- # group_id`/memberships/`membership_id``.
1214
+ # group`/memberships/`membership``.
1217
1215
  # @param [String] fields
1218
1216
  # Selector specifying which fields to include in a partial response.
1219
1217
  # @param [String] quota_user
@@ -1251,13 +1249,12 @@ module Google
1251
1249
  # and the member.
1252
1250
  # @param [String] parent
1253
1251
  # Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
1254
- # of the group to search transitive memberships in. Format: `groups/`group_id``,
1255
- # where `group_id` is the unique ID assigned to the Group to which the
1256
- # Membership belongs to. group_id can be a wildcard collection id "-". When a
1257
- # group_id is specified, the membership graph will be constrained to paths
1258
- # between the member (defined in the query) and the parent. If a wildcard
1259
- # collection is provided, all membership paths connected to the member will be
1260
- # returned.
1252
+ # of the group to search transitive memberships in. Format: `groups/`group``,
1253
+ # where `group` is the unique ID assigned to the Group to which the Membership
1254
+ # belongs to. group can be a wildcard collection id "-". When a group is
1255
+ # specified, the membership graph will be constrained to paths between the
1256
+ # member (defined in the query) and the parent. If a wildcard collection is
1257
+ # provided, all membership paths connected to the member will be returned.
1261
1258
  # @param [String] query
1262
1259
  # Required. A CEL expression that MUST include member specification AND label(s).
1263
1260
  # Certain groups are uniquely identified by both a 'member_key_id' and a '
@@ -1295,7 +1292,7 @@ module Google
1295
1292
  # Lists the `Membership`s within a `Group`.
1296
1293
  # @param [String] parent
1297
1294
  # Required. The parent `Group` resource under which to lookup the `Membership`
1298
- # name. Must be of the form `groups/`group_id``.
1295
+ # name. Must be of the form `groups/`group``.
1299
1296
  # @param [Fixnum] page_size
1300
1297
  # The maximum number of results to return. Note that the number of results
1301
1298
  # returned may be less than this value even if there are more available results.
@@ -1341,7 +1338,7 @@ module Google
1341
1338
  # resource_names) of a `Membership` by its `EntityKey`.
1342
1339
  # @param [String] parent
1343
1340
  # Required. The parent `Group` resource under which to lookup the `Membership`
1344
- # name. Must be of the form `groups/`group_id``.
1341
+ # name. Must be of the form `groups/`group``.
1345
1342
  # @param [String] member_key_id
1346
1343
  # The ID of the entity. For Google-managed entities, the `id` should be the
1347
1344
  # email address of an existing group or user. For external-identity-mapped
@@ -1352,7 +1349,7 @@ module Google
1352
1349
  # represents a Google-managed entity such as a Google user or a Google Group. If
1353
1350
  # specified, the `EntityKey` represents an external-identity-mapped group. The
1354
1351
  # namespace must correspond to an identity source created in Admin Console and
1355
- # must be in the form of `identitysources/`identity_source_id``.
1352
+ # must be in the form of `identitysources/`identity_source``.
1356
1353
  # @param [String] fields
1357
1354
  # Selector specifying which fields to include in a partial response.
1358
1355
  # @param [String] quota_user
@@ -1386,7 +1383,7 @@ module Google
1386
1383
  # @param [String] name
1387
1384
  # Required. The [resource name](https://cloud.google.com/apis/design/
1388
1385
  # resource_names) of the `Membership` whose roles are to be modified. Must be of
1389
- # the form `groups/`group_id`/memberships/`membership_id``.
1386
+ # the form `groups/`group`/memberships/`membership``.
1390
1387
  # @param [Google::Apis::CloudidentityV1::ModifyMembershipRolesRequest] modify_membership_roles_request_object
1391
1388
  # @param [String] fields
1392
1389
  # Selector specifying which fields to include in a partial response.
@@ -1426,8 +1423,8 @@ module Google
1426
1423
  # groups.
1427
1424
  # @param [String] parent
1428
1425
  # [Resource name](https://cloud.google.com/apis/design/resource_names) of the
1429
- # group to search transitive memberships in. Format: `groups/`group_id``, where `
1430
- # group_id` is always '-' as this API will search across all groups for a given
1426
+ # group to search transitive memberships in. Format: `groups/`group``, where `
1427
+ # group` is always '-' as this API will search across all groups for a given
1431
1428
  # member.
1432
1429
  # @param [Fixnum] page_size
1433
1430
  # The default page size is 200 (max 1000).
@@ -1478,8 +1475,8 @@ module Google
1478
1475
  # of a group. Actor must have view permissions to all transitive memberships.
1479
1476
  # @param [String] parent
1480
1477
  # [Resource name](https://cloud.google.com/apis/design/resource_names) of the
1481
- # group to search transitive memberships in. Format: `groups/`group_id``, where `
1482
- # group_id` is the unique ID assigned to the Group.
1478
+ # group to search transitive memberships in. Format: `groups/`group``, where `
1479
+ # group` is the unique ID assigned to the Group.
1483
1480
  # @param [Fixnum] page_size
1484
1481
  # The default page size is 200 (max 1000).
1485
1482
  # @param [String] page_token
@@ -38,7 +38,7 @@ module Google
38
38
  # See any Cloud Identity Groups that you can access, including group members and their emails
39
39
  AUTH_CLOUD_IDENTITY_GROUPS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.groups.readonly'
40
40
 
41
- # See, edit, configure, and delete your Google Cloud Platform data
41
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
42
42
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
43
43
  end
44
44
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: