Skip to content

Commit d812421

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1beta1 The following keys were deleted: - schemas.Group.properties.additionalGroupKeys (Total Keys: 2)
1 parent f067d95 commit d812421

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

docs/dyn/cloudidentity_v1beta1.groups.html

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ <h3>Method Details</h3>
130130
The object takes the form of:
131131

132132
{ # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.
133-
&quot;additionalGroupKeys&quot;: [ # Additional entity key aliases for a Group.
134-
{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.
135-
&quot;id&quot;: &quot;A String&quot;, # The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source&#x27;s requirements. Must be unique within a `namespace`.
136-
&quot;namespace&quot;: &quot;A String&quot;, # The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
137-
},
138-
],
139133
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was created.
140134
&quot;description&quot;: &quot;A String&quot;, # An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters.
141135
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the `Group`.
@@ -254,12 +248,6 @@ <h3>Method Details</h3>
254248
An object of the form:
255249

256250
{ # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.
257-
&quot;additionalGroupKeys&quot;: [ # Additional entity key aliases for a Group.
258-
{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.
259-
&quot;id&quot;: &quot;A String&quot;, # The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source&#x27;s requirements. Must be unique within a `namespace`.
260-
&quot;namespace&quot;: &quot;A String&quot;, # The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
261-
},
262-
],
263251
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was created.
264252
&quot;description&quot;: &quot;A String&quot;, # An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters.
265253
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the `Group`.
@@ -345,12 +333,6 @@ <h3>Method Details</h3>
345333
{ # The response message for GroupsService.ListGroups.
346334
&quot;groups&quot;: [ # The `Group` resources under the specified `parent`.
347335
{ # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.
348-
&quot;additionalGroupKeys&quot;: [ # Additional entity key aliases for a Group.
349-
{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.
350-
&quot;id&quot;: &quot;A String&quot;, # The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source&#x27;s requirements. Must be unique within a `namespace`.
351-
&quot;namespace&quot;: &quot;A String&quot;, # The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
352-
},
353-
],
354336
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was created.
355337
&quot;description&quot;: &quot;A String&quot;, # An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters.
356338
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the `Group`.
@@ -433,12 +415,6 @@ <h3>Method Details</h3>
433415
The object takes the form of:
434416

435417
{ # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.
436-
&quot;additionalGroupKeys&quot;: [ # Additional entity key aliases for a Group.
437-
{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.
438-
&quot;id&quot;: &quot;A String&quot;, # The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source&#x27;s requirements. Must be unique within a `namespace`.
439-
&quot;namespace&quot;: &quot;A String&quot;, # The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
440-
},
441-
],
442418
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was created.
443419
&quot;description&quot;: &quot;A String&quot;, # An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters.
444420
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the `Group`.
@@ -526,12 +502,6 @@ <h3>Method Details</h3>
526502
{ # The response message for GroupsService.SearchGroups.
527503
&quot;groups&quot;: [ # The `Group` resources that match the search query.
528504
{ # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.
529-
&quot;additionalGroupKeys&quot;: [ # Additional entity key aliases for a Group.
530-
{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.
531-
&quot;id&quot;: &quot;A String&quot;, # The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source&#x27;s requirements. Must be unique within a `namespace`.
532-
&quot;namespace&quot;: &quot;A String&quot;, # The namespace in which the entity exists. If not specified, the `EntityKey` represents a Google-managed entity such as a Google user or a Google Group. If specified, the `EntityKey` represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
533-
},
534-
],
535505
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the `Group` was created.
536506
&quot;description&quot;: &quot;A String&quot;, # An extended description to help users determine the purpose of a `Group`. Must not be longer than 4,096 characters.
537507
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the `Group`.

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@
16081608
}
16091609
}
16101610
},
1611-
"revision": "20220729",
1611+
"revision": "20220808",
16121612
"rootUrl": "https://cloudidentity.googleapis.com/",
16131613
"schemas": {
16141614
"CancelUserInvitationRequest": {

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@
15971597
}
15981598
}
15991599
},
1600-
"revision": "20220729",
1600+
"revision": "20220808",
16011601
"rootUrl": "https://cloudidentity.googleapis.com/",
16021602
"schemas": {
16031603
"AndroidAttributes": {
@@ -3032,13 +3032,6 @@
30323032
"description": "A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each entity is either a user, another group, or a service account.",
30333033
"id": "Group",
30343034
"properties": {
3035-
"additionalGroupKeys": {
3036-
"description": "Additional entity key aliases for a Group.",
3037-
"items": {
3038-
"$ref": "EntityKey"
3039-
},
3040-
"type": "array"
3041-
},
30423035
"createTime": {
30433036
"description": "Output only. The time when the `Group` was created.",
30443037
"format": "google-datetime",

0 commit comments

Comments
 (0)