google-apis-cloudidentity_v1 0.5.0 → 0.6.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: dfc46b5ab4424d885bf55a6006fa946696b7124ddf3b23653890aa1fb2119d5d
4
- data.tar.gz: a465a8520614b30392dfe62a051ac9a243e86fa6d7d02f32dbdc6d4ed638e759
3
+ metadata.gz: 4ba69609121711a0470a16bf1b7760cafb55e453a30c755d10c82da9ee4ddf90
4
+ data.tar.gz: 52aa778b61f83f92f07bc7d60226da3796a5bea1ad173c8da39909411e68cbae
5
5
  SHA512:
6
- metadata.gz: cf6360d7a889199ca466521b37b8fa8573dff5aa5ba2a30922cbcda06fe9c3b00186d8bb951fc050a0cbc14aa930690537187e86657033f5c8a84d77d42650ee
7
- data.tar.gz: 8eaf5d90f3805e090efbf26630bc7e09aee7a3870d3f933a14b879674ae18c4acb0d84e0cd5729b34eb699c685e35d7a2f24e4cf4c16ec53c40f8fc7033830a3
6
+ metadata.gz: 1c0d6283c9bcc1265d00d811b41953af6302429d0c71de5393f2639849a323a0e76126fd910d56c4ea0027f4b1972213dfe33820303e32b3ee66b0435ea03d6a
7
+ data.tar.gz: ef7f0494bc21bdf7ece5d8e16d24f71786a0aa8fa96aa07c395514cbd16b05fd48f095e021bdc174dc323a77d05eab3ee9bc3443c1f204071b2d1a4513e66006
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
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
@@ -793,8 +793,8 @@ module Google
793
793
 
794
794
  # Output only. [Resource name](https://cloud.google.com/apis/design/
795
795
  # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
796
- # user_id``, where user_id is the ID of the user associated with the user
797
- # session.
796
+ # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
797
+ # device.
798
798
  # Corresponds to the JSON property `name`
799
799
  # @return [String]
800
800
  attr_accessor :name
@@ -1075,8 +1075,7 @@ module Google
1075
1075
  # the security label cannot be removed once added.** Dynamic groups have a label
1076
1076
  # with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
1077
1077
  # groups for Cloud Search have a label with a key of `system/groups/external`
1078
- # and an empty value. Examples: `"cloudidentity.googleapis.com/groups.
1079
- # discussion_forum": ""` or `"system/groups/external": ""`.
1078
+ # and an empty value.
1080
1079
  # Corresponds to the JSON property `labels`
1081
1080
  # @return [Hash<String,String>]
1082
1081
  attr_accessor :labels
@@ -1090,7 +1089,8 @@ module Google
1090
1089
  # Required. Immutable. The resource name of the entity under which this `Group`
1091
1090
  # resides in the Cloud Identity resource hierarchy. Must be of the form `
1092
1091
  # identitysources/`identity_source_id`` for external- identity-mapped groups or `
1093
- # customers/`customer_id`` for Google Groups.
1092
+ # customers/`customer_id`` for Google Groups. The `customer_id` must begin with "
1093
+ # C" (for example, 'C046psxkn').
1094
1094
  # Corresponds to the JSON property `parent`
1095
1095
  # @return [String]
1096
1096
  attr_accessor :parent
@@ -1267,7 +1267,7 @@ module Google
1267
1267
  class MemberRelation
1268
1268
  include Google::Apis::Core::Hashable
1269
1269
 
1270
- # Resource name for this member if member is a GROUP, otherwise it is empty.
1270
+ # Resource name for this member.
1271
1271
  # Corresponds to the JSON property `member`
1272
1272
  # @return [String]
1273
1273
  attr_accessor :member
@@ -1539,7 +1539,7 @@ module Google
1539
1539
  class SearchGroupsResponse
1540
1540
  include Google::Apis::Core::Hashable
1541
1541
 
1542
- # The `Group`s that match the search query.
1542
+ # The `Group` resources that match the search query.
1543
1543
  # Corresponds to the JSON property `groups`
1544
1544
  # @return [Array<Google::Apis::CloudidentityV1::Group>]
1545
1545
  attr_accessor :groups
@@ -1677,7 +1677,7 @@ module Google
1677
1677
  include Google::Apis::Core::Hashable
1678
1678
 
1679
1679
  # The fully-qualified names of fields to update. May only contain the field `
1680
- # expiry_detail`.
1680
+ # expiry_detail.expire_time`.
1681
1681
  # Corresponds to the JSON property `fieldMask`
1682
1682
  # @return [String]
1683
1683
  attr_accessor :field_mask
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 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
@@ -922,7 +922,7 @@ module Google
922
922
  execute_or_queue_command(command, &block)
923
923
  end
924
924
 
925
- # Lists the `Group`s under a customer or namespace.
925
+ # Lists the `Group` resources under a customer or namespace.
926
926
  # @param [Fixnum] page_size
927
927
  # The maximum number of results to return. Note that the number of results
928
928
  # returned may be less than this value even if there are more available results.
@@ -933,9 +933,10 @@ module Google
933
933
  # @param [String] page_token
934
934
  # The `next_page_token` value returned from a previous list request, if any.
935
935
  # @param [String] parent
936
- # Required. The parent resource under which to list all `Group`s. Must be of the
937
- # form `identitysources/`identity_source_id`` for external- identity-mapped
938
- # groups or `customers/`customer_id`` for Google Groups.
936
+ # 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').
939
940
  # @param [String] view
940
941
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
941
942
  # @param [String] fields
@@ -1047,7 +1048,7 @@ module Google
1047
1048
  execute_or_queue_command(command, &block)
1048
1049
  end
1049
1050
 
1050
- # Searches for `Group`s matching a specified query.
1051
+ # Searches for `Group` resources matching a specified query.
1051
1052
  # @param [Fixnum] page_size
1052
1053
  # The maximum number of results to return. Note that the number of results
1053
1054
  # returned may be less than this value even if there are more available results.
@@ -1062,7 +1063,7 @@ module Google
1062
1063
  # https://opensource.google/projects/cel). May only contain equality operators
1063
1064
  # on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
1064
1065
  # customer_id`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in
1065
- # labels`).
1066
+ # labels`). The `customer_id` must begin with "C" (for example, 'C046psxkn').
1066
1067
  # @param [String] view
1067
1068
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1068
1069
  # @param [String] fields
@@ -1435,10 +1436,10 @@ module Google
1435
1436
  # @param [String] query
1436
1437
  # Required. A CEL expression that MUST include member specification AND label(s).
1437
1438
  # This is a `required` field. Users can search on label attributes of groups.
1438
- # CONTAINS match ('in') is supported on labels. Certain groups are uniquely
1439
- # identified by both a 'member_key_id' and a 'member_key_namespace', which
1440
- # requires an additional query input: 'member_key_namespace'. Example query: `
1441
- # member_key_id == 'member_key_id_value' && in labels`
1439
+ # CONTAINS match ('in') is supported on labels. Identity-mapped groups are
1440
+ # uniquely identified by both a `member_key_id` and a `member_key_namespace`,
1441
+ # which requires an additional query input: `member_key_namespace`. Example
1442
+ # query: `member_key_id == 'member_key_id_value' && in labels`
1442
1443
  # @param [String] fields
1443
1444
  # Selector specifying which fields to include in a partial response.
1444
1445
  # @param [String] quota_user
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.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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1
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 V1