Skip to content

Commit 61bf78b

Browse files
feat(cloudidentity): update the api
#### cloudidentity:v1 The following keys were added: - schemas.GoogleAppsCloudidentityDevicesV1WipeDeviceRequest.properties.removeResetLock.type (Total Keys: 1)
1 parent dcd2c37 commit 61bf78b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/dyn/cloudidentity_v1.devices.html

+1
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ <h3>Method Details</h3>
415415

416416
{ # Request message for wiping all data on the device.
417417
&quot;customer&quot;: &quot;A String&quot;, # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you&#x27;re using this API for your own organization, use `customers/my_customer` If you&#x27;re using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs.
418+
&quot;removeResetLock&quot;: True or False, # Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called &quot;Activation Lock&quot;, while on Android, this is known as &quot;Factory Reset Protection&quot;. If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device.
418419
}
419420

420421
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/cloudidentity.v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
}
13421342
}
13431343
},
1344-
"revision": "20220215",
1344+
"revision": "20220221",
13451345
"rootUrl": "https://cloudidentity.googleapis.com/",
13461346
"schemas": {
13471347
"CheckTransitiveMembershipResponse": {
@@ -2230,6 +2230,10 @@
22302230
"customer": {
22312231
"description": "Optional. [Resource name](https://cloud.google.com/apis/design/resource_names) of the customer. If you're using this API for your own organization, use `customers/my_customer` If you're using this API to manage another organization, use `customers/{customer}`, where customer is the customer to whom the device belongs.",
22322232
"type": "string"
2233+
},
2234+
"removeResetLock": {
2235+
"description": "Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called \"Activation Lock\", while on Android, this is known as \"Factory Reset Protection\". If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device.",
2236+
"type": "boolean"
22332237
}
22342238
},
22352239
"type": "object"

googleapiclient/discovery_cache/documents/cloudidentity.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@
14801480
}
14811481
}
14821482
},
1483-
"revision": "20220215",
1483+
"revision": "20220221",
14841484
"rootUrl": "https://cloudidentity.googleapis.com/",
14851485
"schemas": {
14861486
"AndroidAttributes": {

0 commit comments

Comments
 (0)