google-apis-cloudidentity_v1beta1 0.5.0 → 0.6.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: 87772c3d5197ec64d71bd9fcf7ae2d6311b1ab6ccaf32902d9ba8e2449026a97
4
- data.tar.gz: 408ecefff8dd954ca37bd1d9e2fec624faf2f9070f2531813aed2df71658620d
3
+ metadata.gz: 3200cb760fe3b9ee8cc55ed90a04a0695f747e5e342bedee1d32d91af97a770e
4
+ data.tar.gz: d9e970fcdcd6f91eca0a3dc770de55233a06527fa6e0aca8e3d03ac4acbf5eb7
5
5
  SHA512:
6
- metadata.gz: 2f3bf4ceb4f202283b486dc151d2ddf6925be5c6319e3a40c514c5b9d81a0ee7c911993584c4eada63b2e86ed865b8fb41a5ded3ee392aaa3ec78b14061165e8
7
- data.tar.gz: 992dda908fcde4f6a9f1b02034ae29ebd81798dea5ece12ca050959c5227224e96e16e864588279c4d30658752652e5158ac1e73e75089605f08d6a852ca1d7c
6
+ metadata.gz: 316d7a94c94fa377b3619187b75adbc90a06079ca91c68bfeb3fe4a9560cfb93064d28ed555ce9e8123fd02b072e42aea72dd5be7645d979271f431e3e6f3821
7
+ data.tar.gz: be2fc2be5e490da84986734045dfdb03022e413f4e6616b82c6557015d4fb438e54efd0be1e33a836de0f07a605a39e031a0e3606d98724a4cec3205462f61e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210428
6
+
3
7
  ### v0.5.0 (2021-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210310
@@ -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
- # View and manage your data across Google Cloud Platform services
41
+ # See, edit, configure, and delete your Google Cloud Platform data
42
42
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
43
43
  end
44
44
  end
@@ -610,8 +610,8 @@ module Google
610
610
 
611
611
  # Output only. [Resource name](https://cloud.google.com/apis/design/
612
612
  # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
613
- # user_id``, where user_id is the ID of the user associated with the user
614
- # session.
613
+ # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
614
+ # device.
615
615
  # Corresponds to the JSON property `name`
616
616
  # @return [String]
617
617
  attr_accessor :name
@@ -1306,8 +1306,8 @@ module Google
1306
1306
 
1307
1307
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1308
1308
  # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
1309
- # user_id``, where user_id is the ID of the user associated with the user
1310
- # session.
1309
+ # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
1310
+ # device.
1311
1311
  # Corresponds to the JSON property `name`
1312
1312
  # @return [String]
1313
1313
  attr_accessor :name
@@ -1436,8 +1436,7 @@ module Google
1436
1436
  # the security label cannot be removed once added.** Dynamic groups have a label
1437
1437
  # with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
1438
1438
  # groups for Cloud Search have a label with a key of `system/groups/external`
1439
- # and an empty value. Examples: `"cloudidentity.googleapis.com/groups.
1440
- # discussion_forum": ""` or `"system/groups/external": ""`.
1439
+ # and an empty value.
1441
1440
  # Corresponds to the JSON property `labels`
1442
1441
  # @return [Hash<String,String>]
1443
1442
  attr_accessor :labels
@@ -1451,7 +1450,8 @@ module Google
1451
1450
  # Required. Immutable. The resource name of the entity under which this `Group`
1452
1451
  # resides in the Cloud Identity resource hierarchy. Must be of the form `
1453
1452
  # identitysources/`identity_source_id`` for external- identity-mapped groups or `
1454
- # customers/`customer_id`` for Google Groups.
1453
+ # customers/`customer_id`` for Google Groups. The `customer_id` must begin with "
1454
+ # C" (for example, 'C046psxkn').
1455
1455
  # Corresponds to the JSON property `parent`
1456
1456
  # @return [String]
1457
1457
  attr_accessor :parent
@@ -1631,7 +1631,7 @@ module Google
1631
1631
  class ListGroupsResponse
1632
1632
  include Google::Apis::Core::Hashable
1633
1633
 
1634
- # The `Group`s under the specified `parent`.
1634
+ # The `Group` resources under the specified `parent`.
1635
1635
  # Corresponds to the JSON property `groups`
1636
1636
  # @return [Array<Google::Apis::CloudidentityV1beta1::Group>]
1637
1637
  attr_accessor :groups
@@ -1788,7 +1788,7 @@ module Google
1788
1788
  class MemberRelation
1789
1789
  include Google::Apis::Core::Hashable
1790
1790
 
1791
- # Resource name for this member if member is a GROUP, otherwise it is empty.
1791
+ # Resource name for this member.
1792
1792
  # Corresponds to the JSON property `member`
1793
1793
  # @return [String]
1794
1794
  attr_accessor :member
@@ -2069,7 +2069,7 @@ module Google
2069
2069
  class SearchGroupsResponse
2070
2070
  include Google::Apis::Core::Hashable
2071
2071
 
2072
- # The `Group`s that match the search query.
2072
+ # The `Group` resources that match the search query.
2073
2073
  # Corresponds to the JSON property `groups`
2074
2074
  # @return [Array<Google::Apis::CloudidentityV1beta1::Group>]
2075
2075
  attr_accessor :groups
@@ -2221,7 +2221,7 @@ module Google
2221
2221
  include Google::Apis::Core::Hashable
2222
2222
 
2223
2223
  # The fully-qualified names of fields to update. May only contain the field `
2224
- # expiry_detail`.
2224
+ # expiry_detail.expire_time`.
2225
2225
  # Corresponds to the JSON property `fieldMask`
2226
2226
  # @return [String]
2227
2227
  attr_accessor :field_mask
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210310"
25
+ REVISION = "20210428"
26
26
  end
27
27
  end
28
28
  end
@@ -84,7 +84,7 @@ module Google
84
84
  end
85
85
 
86
86
  # Retrieves a UserInvitation resource. **Note:** New consumer accounts with the
87
- # customers verified domain created within the previous 48 hours will not
87
+ # customer's verified domain created within the previous 48 hours will not
88
88
  # appear in the result. This delay also applies to newly-verified domains.
89
89
  # @param [String] name
90
90
  # Required. `UserInvitation` name in the format `customers/`customer`/
@@ -118,7 +118,7 @@ module Google
118
118
 
119
119
  # Verifies whether a user account is eligible to receive a UserInvitation (is an
120
120
  # unmanaged account). Eligibility is based on the following criteria: * the
121
- # email address is a consumer account and its the primary email address of the
121
+ # email address is a consumer account and it's the primary email address of the
122
122
  # account, and * the domain of the email address matches an existing verified
123
123
  # Google Workspace or Cloud Identity domain If both conditions are met, the user
124
124
  # is eligible. **Note:** This method is not supported for Workspace Essentials
@@ -154,7 +154,7 @@ module Google
154
154
  end
155
155
 
156
156
  # Retrieves a list of UserInvitation resources. **Note:** New consumer accounts
157
- # with the customers verified domain created within the previous 48 hours will
157
+ # with the customer's verified domain created within the previous 48 hours will
158
158
  # not appear in the result. This delay also applies to newly-verified domains.
159
159
  # @param [String] parent
160
160
  # Required. The customer ID of the Google Workspace or Cloud Identity account
@@ -999,7 +999,7 @@ module Google
999
999
  execute_or_queue_command(command, &block)
1000
1000
  end
1001
1001
 
1002
- # Lists the `Group`s under a customer or namespace.
1002
+ # Lists the `Group` resources under a customer or namespace.
1003
1003
  # @param [Fixnum] page_size
1004
1004
  # The maximum number of results to return. Note that the number of results
1005
1005
  # returned may be less than this value even if there are more available results.
@@ -1010,9 +1010,10 @@ module Google
1010
1010
  # @param [String] page_token
1011
1011
  # The `next_page_token` value returned from a previous list request, if any.
1012
1012
  # @param [String] parent
1013
- # Required. The parent resource under which to list all `Group`s. Must be of the
1014
- # form `identitysources/`identity_source_id`` for external- identity-mapped
1015
- # groups or `customers/`customer_id`` for Google Groups.
1013
+ # Required. The parent resource under which to list all `Group` resources. Must
1014
+ # be of the form `identitysources/`identity_source_id`` for external- identity-
1015
+ # mapped groups or `customers/`customer_id`` for Google Groups. The `customer_id`
1016
+ # must begin with "C" (for example, 'C046psxkn').
1016
1017
  # @param [String] view
1017
1018
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1018
1019
  # @param [String] fields
@@ -1124,7 +1125,7 @@ module Google
1124
1125
  execute_or_queue_command(command, &block)
1125
1126
  end
1126
1127
 
1127
- # Searches for `Group`s matching a specified query.
1128
+ # Searches for `Group` resources matching a specified query.
1128
1129
  # @param [Fixnum] page_size
1129
1130
  # The maximum number of results to return. Note that the number of results
1130
1131
  # returned may be less than this value even if there are more available results.
@@ -1139,7 +1140,7 @@ module Google
1139
1140
  # https://opensource.google/projects/cel). May only contain equality operators
1140
1141
  # on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
1141
1142
  # customer_id`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in
1142
- # labels`).
1143
+ # labels`). The `customer_id` must begin with "C" (for example, 'C046psxkn').
1143
1144
  # @param [String] view
1144
1145
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1145
1146
  # @param [String] fields
@@ -1507,10 +1508,10 @@ module Google
1507
1508
  # @param [String] query
1508
1509
  # Required. A CEL expression that MUST include member specification AND label(s).
1509
1510
  # This is a `required` field. Users can search on label attributes of groups.
1510
- # CONTAINS match ('in') is supported on labels. Certain groups are uniquely
1511
- # identified by both a 'member_key_id' and a 'member_key_namespace', which
1512
- # requires an additional query input: 'member_key_namespace'. Example query: `
1513
- # member_key_id == 'member_key_id_value' && in labels`
1511
+ # CONTAINS match ('in') is supported on labels. Identity-mapped groups are
1512
+ # uniquely identified by both a `member_key_id` and a `member_key_namespace`,
1513
+ # which requires an additional query input: `member_key_namespace`. Example
1514
+ # query: `member_key_id == 'member_key_id_value' && in labels`
1514
1515
  # @param [String] fields
1515
1516
  # Selector specifying which fields to include in a partial response.
1516
1517
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Identity API V1beta1