Skip to content

Commit 3b66e49

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1 The following keys were deleted: - schemas.UserInvitation (Total Keys: 8)
1 parent a1c436e commit 3b66e49

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

docs/dyn/cloudidentity_v1beta1.orgUnits.memberships.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
<pre>Move an OrgMembership to a new OrgUnit. NOTE: This is an atomic copy-and-delete. The resource will have a new copy under the destination OrgUnit and be deleted from the source OrgUnit. The resource can only be searched under the destination OrgUnit afterwards.
143143

144144
Args:
145-
name: string, Required. Immutable. The [resource name](https://cloud.google.com/apis/design/resource_names) of the OrgMembership. Format: orgUnits/{$orgUnitId}/memberships/{$membership} The `$orgUnitId` is the `orgUnitId` from the [Admin SDK `OrgUnit` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/orgunits), The `$membership` shall be of the form `{$entityType};{$memberId}`, where `$entityType` is the enum value of OrgMembership.EntityType, and `memberId` is the `id` from [Drive API (V3) `Drive` resource](https://developers.google.com/drive/api/v3/reference/drives#resource) for OrgMembership.EntityType.SHARED_DRIVE. (required)
145+
name: string, Required. Immutable. The [resource name](https://cloud.google.com/apis/design/resource_names) of the OrgMembership. Format: orgUnits/{$orgUnitId}/memberships/{$membership} The `$orgUnitId` is the `orgUnitId` from the [Admin SDK `OrgUnit` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/orgunits). To manage a Membership without specifying source `orgUnitId`, this API also supports the wildcard character &#x27;-&#x27; for `$orgUnitId` per https://google.aip.dev/159. The `$membership` shall be of the form `{$entityType};{$memberId}`, where `$entityType` is the enum value of OrgMembership.EntityType, and `memberId` is the `id` from [Drive API (V3) `Drive` resource](https://developers.google.com/drive/api/v3/reference/drives#resource) for OrgMembership.EntityType.SHARED_DRIVE. (required)
146146
body: object, The request body.
147147
The object takes the form of:
148148

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
}
13421342
}
13431343
},
1344-
"revision": "20220201",
1344+
"revision": "20220215",
13451345
"rootUrl": "https://cloudidentity.googleapis.com/",
13461346
"schemas": {
13471347
"CheckTransitiveMembershipResponse": {
@@ -2852,45 +2852,6 @@
28522852
}
28532853
},
28542854
"type": "object"
2855-
},
2856-
"UserInvitation": {
2857-
"description": "The `UserInvitation` resource represents an email that can be sent to an unmanaged user account inviting them to join the customer's Google Workspace or Cloud Identity account. An unmanaged account shares an email address domain with the Google Workspace or Cloud Identity account but is not managed by it yet. If the user accepts the `UserInvitation`, the user account will become managed.",
2858-
"id": "UserInvitation",
2859-
"properties": {
2860-
"mailsSentCount": {
2861-
"description": "Number of invitation emails sent to the user.",
2862-
"format": "int64",
2863-
"type": "string"
2864-
},
2865-
"name": {
2866-
"description": "Shall be of the form `customers/{customer}/userinvitations/{user_email_address}`.",
2867-
"type": "string"
2868-
},
2869-
"state": {
2870-
"description": "State of the `UserInvitation`.",
2871-
"enum": [
2872-
"STATE_UNSPECIFIED",
2873-
"NOT_YET_SENT",
2874-
"INVITED",
2875-
"ACCEPTED",
2876-
"DECLINED"
2877-
],
2878-
"enumDescriptions": [
2879-
"The default value. This value is used if the state is omitted.",
2880-
"The `UserInvitation` has been created and is ready for sending as an email.",
2881-
"The user has been invited by email.",
2882-
"The user has accepted the invitation and is part of the organization.",
2883-
"The user declined the invitation."
2884-
],
2885-
"type": "string"
2886-
},
2887-
"updateTime": {
2888-
"description": "Time when the `UserInvitation` was last updated.",
2889-
"format": "google-datetime",
2890-
"type": "string"
2891-
}
2892-
},
2893-
"type": "object"
28942855
}
28952856
},
28962857
"servicePath": "",

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@
14601460
],
14611461
"parameters": {
14621462
"name": {
1463-
"description": "Required. Immutable. The [resource name](https://cloud.google.com/apis/design/resource_names) of the OrgMembership. Format: orgUnits/{$orgUnitId}/memberships/{$membership} The `$orgUnitId` is the `orgUnitId` from the [Admin SDK `OrgUnit` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/orgunits), The `$membership` shall be of the form `{$entityType};{$memberId}`, where `$entityType` is the enum value of OrgMembership.EntityType, and `memberId` is the `id` from [Drive API (V3) `Drive` resource](https://developers.google.com/drive/api/v3/reference/drives#resource) for OrgMembership.EntityType.SHARED_DRIVE.",
1463+
"description": "Required. Immutable. The [resource name](https://cloud.google.com/apis/design/resource_names) of the OrgMembership. Format: orgUnits/{$orgUnitId}/memberships/{$membership} The `$orgUnitId` is the `orgUnitId` from the [Admin SDK `OrgUnit` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/orgunits). To manage a Membership without specifying source `orgUnitId`, this API also supports the wildcard character '-' for `$orgUnitId` per https://google.aip.dev/159. The `$membership` shall be of the form `{$entityType};{$memberId}`, where `$entityType` is the enum value of OrgMembership.EntityType, and `memberId` is the `id` from [Drive API (V3) `Drive` resource](https://developers.google.com/drive/api/v3/reference/drives#resource) for OrgMembership.EntityType.SHARED_DRIVE.",
14641464
"location": "path",
14651465
"pattern": "^orgUnits/[^/]+/memberships/[^/]+$",
14661466
"required": true,
@@ -1480,7 +1480,7 @@
14801480
}
14811481
}
14821482
},
1483-
"revision": "20220201",
1483+
"revision": "20220215",
14841484
"rootUrl": "https://cloudidentity.googleapis.com/",
14851485
"schemas": {
14861486
"AndroidAttributes": {

0 commit comments

Comments
 (0)