|
1141 | 1141 | "id": "androidmanagement.signupUrls.create",
|
1142 | 1142 | "parameterOrder": [],
|
1143 | 1143 | "parameters": {
|
| 1144 | + "adminEmail": { |
| 1145 | + "description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.", |
| 1146 | + "location": "query", |
| 1147 | + "type": "string" |
| 1148 | + }, |
1144 | 1149 | "callbackUrl": {
|
1145 | 1150 | "description": "The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.",
|
1146 | 1151 | "location": "query",
|
|
1163 | 1168 | }
|
1164 | 1169 | }
|
1165 | 1170 | },
|
1166 |
| - "revision": "20240425", |
| 1171 | + "revision": "20240516", |
1167 | 1172 | "rootUrl": "https://androidmanagement.googleapis.com/",
|
1168 | 1173 | "schemas": {
|
1169 | 1174 | "AdbShellCommandEvent": {
|
|
1936 | 1941 | "id": "BatchUsageLogEvents",
|
1937 | 1942 | "properties": {
|
1938 | 1943 | "device": {
|
1939 |
| - "description": "The name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’", |
| 1944 | + "description": "If present, the name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’", |
1940 | 1945 | "type": "string"
|
1941 | 1946 | },
|
1942 | 1947 | "retrievalTime": {
|
|
1952 | 1957 | "type": "array"
|
1953 | 1958 | },
|
1954 | 1959 | "user": {
|
1955 |
| - "description": "The resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.", |
| 1960 | + "description": "If present, the resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.", |
1956 | 1961 | "type": "string"
|
1957 | 1962 | }
|
1958 | 1963 | },
|
|
2470 | 2475 | "DELETED",
|
2471 | 2476 | "PROVISIONING",
|
2472 | 2477 | "LOST",
|
2473 |
| - "PREPARING_FOR_MIGRATION" |
| 2478 | + "PREPARING_FOR_MIGRATION", |
| 2479 | + "DEACTIVATED_BY_DEVICE_FINANCE" |
2474 | 2480 | ],
|
2475 | 2481 | "enumDescriptions": [
|
2476 | 2482 | "This value is disallowed.",
|
|
2479 | 2485 | "The device was deleted. This state is never returned by an API call, but is used in the final status report when the device acknowledges the deletion. If the device is deleted via the API call, this state is published to Pub/Sub. If the user deletes the work profile or resets the device, the device state will remain unknown to the server.",
|
2480 | 2486 | "The device is being provisioned. Newly enrolled devices are in this state until they have a policy applied.",
|
2481 | 2487 | "The device is lost. This state is only possible on organization-owned devices.",
|
2482 |
| - "The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue." |
| 2488 | + "The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue.", |
| 2489 | + "This is a financed device that has been \"locked\" by the financing agent. This means certain policy settings have been applied which limit device functionality until the device has been \"unlocked\" by the financing agent. The device will continue to apply policy settings excluding those overridden by the financing agent. When the device is \"locked\", the state is reported in appliedState as DEACTIVATED_BY_DEVICE_FINANCE." |
2483 | 2490 | ],
|
2484 | 2491 | "type": "string"
|
2485 | 2492 | },
|
|
2640 | 2647 | "DELETED",
|
2641 | 2648 | "PROVISIONING",
|
2642 | 2649 | "LOST",
|
2643 |
| - "PREPARING_FOR_MIGRATION" |
| 2650 | + "PREPARING_FOR_MIGRATION", |
| 2651 | + "DEACTIVATED_BY_DEVICE_FINANCE" |
2644 | 2652 | ],
|
2645 | 2653 | "enumDescriptions": [
|
2646 | 2654 | "This value is disallowed.",
|
|
2649 | 2657 | "The device was deleted. This state is never returned by an API call, but is used in the final status report when the device acknowledges the deletion. If the device is deleted via the API call, this state is published to Pub/Sub. If the user deletes the work profile or resets the device, the device state will remain unknown to the server.",
|
2650 | 2658 | "The device is being provisioned. Newly enrolled devices are in this state until they have a policy applied.",
|
2651 | 2659 | "The device is lost. This state is only possible on organization-owned devices.",
|
2652 |
| - "The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue." |
| 2660 | + "The device is preparing for migrating to Android Management API. No further action is needed for the migration to continue.", |
| 2661 | + "This is a financed device that has been \"locked\" by the financing agent. This means certain policy settings have been applied which limit device functionality until the device has been \"unlocked\" by the financing agent. The device will continue to apply policy settings excluding those overridden by the financing agent. When the device is \"locked\", the state is reported in appliedState as DEACTIVATED_BY_DEVICE_FINANCE." |
2653 | 2662 | ],
|
2654 | 2663 | "type": "string"
|
2655 | 2664 | },
|
|
5456 | 5465 | "type": "string"
|
5457 | 5466 | },
|
5458 | 5467 | "imei": {
|
5459 |
| - "description": "IMEI number of the GSM device. For example, A1000031212.", |
| 5468 | + "description": "For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212.", |
5460 | 5469 | "type": "string"
|
5461 | 5470 | },
|
5462 | 5471 | "managementMode": {
|
|
5474 | 5483 | "type": "string"
|
5475 | 5484 | },
|
5476 | 5485 | "meid": {
|
5477 |
| - "description": "MEID number of the CDMA device. For example, A00000292788E1.", |
| 5486 | + "description": "For corporate-owned devices, MEID number of the CDMA device. For example, A00000292788E1.", |
5478 | 5487 | "type": "string"
|
5479 | 5488 | },
|
5480 | 5489 | "model": {
|
|
5500 | 5509 | "type": "string"
|
5501 | 5510 | },
|
5502 | 5511 | "serialNumber": {
|
5503 |
| - "description": "The device serial number.", |
| 5512 | + "description": "For corporate-owned devices, The device serial number.", |
5504 | 5513 | "type": "string"
|
5505 | 5514 | }
|
5506 | 5515 | },
|
|
0 commit comments