google-apis-cloudidentity_v1beta1 0.5.0 → 0.10.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: 87772c3d5197ec64d71bd9fcf7ae2d6311b1ab6ccaf32902d9ba8e2449026a97
4
- data.tar.gz: 408ecefff8dd954ca37bd1d9e2fec624faf2f9070f2531813aed2df71658620d
3
+ metadata.gz: 8b68ac07d5e3cd79c0f523df7a7f77580393efd715c8f2aac37f2b138fc1700f
4
+ data.tar.gz: 743510d5a19202d2ef871840c80090353531e86338cd067959107e56e4553139
5
5
  SHA512:
6
- metadata.gz: 2f3bf4ceb4f202283b486dc151d2ddf6925be5c6319e3a40c514c5b9d81a0ee7c911993584c4eada63b2e86ed865b8fb41a5ded3ee392aaa3ec78b14061165e8
7
- data.tar.gz: 992dda908fcde4f6a9f1b02034ae29ebd81798dea5ece12ca050959c5227224e96e16e864588279c4d30658752652e5158ac1e73e75089605f08d6a852ca1d7c
6
+ metadata.gz: e0609f4cffdad661542bbf0a9ff7ab22a70fb901131dfc981232a678c4478fed6bb871a38ae6492eaef8ba1f52acd1b1db46ebbaf65fc3bb8ea444ff758f7b70
7
+ data.tar.gz: 65444bd37e1571da634af0c16a54cb785dd7b048868a7ff5fb8ca553b8393b6d600342201aef9eaaf473d9291bea4e0fa26e415b3040fdaf97b027e5a5a6d4ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-06-30)
4
+
5
+ * Regenerated from discovery document revision 20210629
6
+ * Regenerated using generator version 0.4.0
7
+
8
+ ### v0.9.0 (2021-06-24)
9
+
10
+ * Regenerated from discovery document revision 20210623
11
+
12
+ ### v0.8.0 (2021-06-18)
13
+
14
+ * Regenerated from discovery document revision 20210614
15
+ * Regenerated using generator version 0.3.0
16
+
17
+ ### v0.7.0 (2021-05-19)
18
+
19
+ * Unspecified changes
20
+
21
+ ### v0.6.0 (2021-05-08)
22
+
23
+ * Regenerated from discovery document revision 20210428
24
+
3
25
  ### v0.5.0 (2021-03-12)
4
26
 
5
27
  * 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
@@ -752,7 +752,7 @@ module Google
752
752
  # represents a Google-managed entity such as a Google user or a Google Group. If
753
753
  # specified, the `EntityKey` represents an external-identity-mapped group. The
754
754
  # namespace must correspond to an identity source created in Admin Console and
755
- # must be in the form of `identitysources/`identity_source_id`.
755
+ # must be in the form of `identitysources/`identity_source_id``.
756
756
  # Corresponds to the JSON property `namespace`
757
757
  # @return [String]
758
758
  attr_accessor :namespace
@@ -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,11 +1450,17 @@ 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
1458
1458
 
1459
+ # Optional. The POSIX groups associated with the `Group`.
1460
+ # Corresponds to the JSON property `posixGroups`
1461
+ # @return [Array<Google::Apis::CloudidentityV1beta1::PosixGroup>]
1462
+ attr_accessor :posix_groups
1463
+
1459
1464
  # Output only. The time when the `Group` was last updated.
1460
1465
  # Corresponds to the JSON property `updateTime`
1461
1466
  # @return [String]
@@ -1476,6 +1481,7 @@ module Google
1476
1481
  @labels = args[:labels] if args.key?(:labels)
1477
1482
  @name = args[:name] if args.key?(:name)
1478
1483
  @parent = args[:parent] if args.key?(:parent)
1484
+ @posix_groups = args[:posix_groups] if args.key?(:posix_groups)
1479
1485
  @update_time = args[:update_time] if args.key?(:update_time)
1480
1486
  end
1481
1487
  end
@@ -1631,7 +1637,7 @@ module Google
1631
1637
  class ListGroupsResponse
1632
1638
  include Google::Apis::Core::Hashable
1633
1639
 
1634
- # The `Group`s under the specified `parent`.
1640
+ # The `Group` resources under the specified `parent`.
1635
1641
  # Corresponds to the JSON property `groups`
1636
1642
  # @return [Array<Google::Apis::CloudidentityV1beta1::Group>]
1637
1643
  attr_accessor :groups
@@ -1788,7 +1794,7 @@ module Google
1788
1794
  class MemberRelation
1789
1795
  include Google::Apis::Core::Hashable
1790
1796
 
1791
- # Resource name for this member if member is a GROUP, otherwise it is empty.
1797
+ # Resource name for this member.
1792
1798
  # Corresponds to the JSON property `member`
1793
1799
  # @return [String]
1794
1800
  attr_accessor :member
@@ -2065,11 +2071,43 @@ module Google
2065
2071
  end
2066
2072
  end
2067
2073
 
2074
+ # POSIX Group definition to represent a group in a POSIX compliant system.
2075
+ class PosixGroup
2076
+ include Google::Apis::Core::Hashable
2077
+
2078
+ # GID of the POSIX group.
2079
+ # Corresponds to the JSON property `gid`
2080
+ # @return [Fixnum]
2081
+ attr_accessor :gid
2082
+
2083
+ # Name of the POSIX group.
2084
+ # Corresponds to the JSON property `name`
2085
+ # @return [String]
2086
+ attr_accessor :name
2087
+
2088
+ # System identifier for which group name and gid apply to. If not specified it
2089
+ # will default to empty value.
2090
+ # Corresponds to the JSON property `systemId`
2091
+ # @return [String]
2092
+ attr_accessor :system_id
2093
+
2094
+ def initialize(**args)
2095
+ update!(**args)
2096
+ end
2097
+
2098
+ # Update properties of this object
2099
+ def update!(**args)
2100
+ @gid = args[:gid] if args.key?(:gid)
2101
+ @name = args[:name] if args.key?(:name)
2102
+ @system_id = args[:system_id] if args.key?(:system_id)
2103
+ end
2104
+ end
2105
+
2068
2106
  # The response message for GroupsService.SearchGroups.
2069
2107
  class SearchGroupsResponse
2070
2108
  include Google::Apis::Core::Hashable
2071
2109
 
2072
- # The `Group`s that match the search query.
2110
+ # The `Group` resources that match the search query.
2073
2111
  # Corresponds to the JSON property `groups`
2074
2112
  # @return [Array<Google::Apis::CloudidentityV1beta1::Group>]
2075
2113
  attr_accessor :groups
@@ -2221,7 +2259,7 @@ module Google
2221
2259
  include Google::Apis::Core::Hashable
2222
2260
 
2223
2261
  # The fully-qualified names of fields to update. May only contain the field `
2224
- # expiry_detail`.
2262
+ # expiry_detail.expire_time`.
2225
2263
  # Corresponds to the JSON property `fieldMask`
2226
2264
  # @return [String]
2227
2265
  attr_accessor :field_mask
@@ -2290,12 +2328,23 @@ module Google
2290
2328
  class WipeDeviceRequest
2291
2329
  include Google::Apis::Core::Hashable
2292
2330
 
2331
+ # Optional. Specifies if a user is able to factory reset a device after a Device
2332
+ # Wipe. On iOS, this is called "Activation Lock", while on Android, this is
2333
+ # known as "Factory Reset Protection". If true, this protection will be removed
2334
+ # from the device, so that a user can successfully factory reset. If false, the
2335
+ # setting is untouched on the device.
2336
+ # Corresponds to the JSON property `removeResetLock`
2337
+ # @return [Boolean]
2338
+ attr_accessor :remove_reset_lock
2339
+ alias_method :remove_reset_lock?, :remove_reset_lock
2340
+
2293
2341
  def initialize(**args)
2294
2342
  update!(**args)
2295
2343
  end
2296
2344
 
2297
2345
  # Update properties of this object
2298
2346
  def update!(**args)
2347
+ @remove_reset_lock = args[:remove_reset_lock] if args.key?(:remove_reset_lock)
2299
2348
  end
2300
2349
  end
2301
2350
 
@@ -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.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210310"
25
+ REVISION = "20210629"
26
26
  end
27
27
  end
28
28
  end
@@ -334,6 +334,12 @@ module Google
334
334
  include Google::Apis::Core::JsonObjectSupport
335
335
  end
336
336
 
337
+ class PosixGroup
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
337
343
  class SearchGroupsResponse
338
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
345
 
@@ -775,6 +781,8 @@ module Google
775
781
  hash :labels, as: 'labels'
776
782
  property :name, as: 'name'
777
783
  property :parent, as: 'parent'
784
+ collection :posix_groups, as: 'posixGroups', class: Google::Apis::CloudidentityV1beta1::PosixGroup, decorator: Google::Apis::CloudidentityV1beta1::PosixGroup::Representation
785
+
778
786
  property :update_time, as: 'updateTime'
779
787
  end
780
788
  end
@@ -954,6 +962,15 @@ module Google
954
962
  end
955
963
  end
956
964
 
965
+ class PosixGroup
966
+ # @private
967
+ class Representation < Google::Apis::Core::JsonRepresentation
968
+ property :gid, :numeric_string => true, as: 'gid'
969
+ property :name, as: 'name'
970
+ property :system_id, as: 'systemId'
971
+ end
972
+ end
973
+
957
974
  class SearchGroupsResponse
958
975
  # @private
959
976
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1025,6 +1042,7 @@ module Google
1025
1042
  class WipeDeviceRequest
1026
1043
  # @private
1027
1044
  class Representation < Google::Apis::Core::JsonRepresentation
1045
+ property :remove_reset_lock, as: 'removeResetLock'
1028
1046
  end
1029
1047
  end
1030
1048
 
@@ -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
@@ -1057,7 +1058,7 @@ module Google
1057
1058
  # represents a Google-managed entity such as a Google user or a Google Group. If
1058
1059
  # specified, the `EntityKey` represents an external-identity-mapped group. The
1059
1060
  # namespace must correspond to an identity source created in Admin Console and
1060
- # must be in the form of `identitysources/`identity_source_id`.
1061
+ # must be in the form of `identitysources/`identity_source_id``.
1061
1062
  # @param [String] fields
1062
1063
  # Selector specifying which fields to include in a partial response.
1063
1064
  # @param [String] quota_user
@@ -1092,8 +1093,8 @@ module Google
1092
1093
  # resource_names) of the `Group`. Shall be of the form `groups/`group_id``.
1093
1094
  # @param [Google::Apis::CloudidentityV1beta1::Group] group_object
1094
1095
  # @param [String] update_mask
1095
- # Required. The fully-qualified names of fields to update. May only contain the
1096
- # following fields: `display_name`, `description`.
1096
+ # Required. The names of fields to update. May only contain the following fields:
1097
+ # `display_name`, `description`, `labels`.
1097
1098
  # @param [String] fields
1098
1099
  # Selector specifying which fields to include in a partial response.
1099
1100
  # @param [String] quota_user
@@ -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
@@ -1425,7 +1426,7 @@ module Google
1425
1426
  # represents a Google-managed entity such as a Google user or a Google Group. If
1426
1427
  # specified, the `EntityKey` represents an external-identity-mapped group. The
1427
1428
  # namespace must correspond to an identity source created in Admin Console and
1428
- # must be in the form of `identitysources/`identity_source_id`.
1429
+ # must be in the form of `identitysources/`identity_source_id``.
1429
1430
  # @param [String] fields
1430
1431
  # Selector specifying which fields to include in a partial response.
1431
1432
  # @param [String] quota_user
@@ -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,29 +1,35 @@
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.10.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-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Identity API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Identity API V1beta1