|
1202 | 1202 | }
|
1203 | 1203 | }
|
1204 | 1204 | },
|
1205 |
| - "revision": "20250428", |
| 1205 | + "revision": "20250501", |
1206 | 1206 | "rootUrl": "https://androidmanagement.googleapis.com/",
|
1207 | 1207 | "schemas": {
|
1208 | 1208 | "AdbShellCommandEvent": {
|
|
2208 | 2208 | "type": "string"
|
2209 | 2209 | },
|
2210 | 2210 | "errorCode": {
|
2211 |
| - "description": "If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.", |
| 2211 | + "description": "If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller. For reasoning about command errors, prefer fields in the following order (most preferred first): 1. Command-specific fields like clearAppsDataStatus, startLostModeStatus, or similar, if they exist. 2. This field, if set. 3. The generic error field in the Operation that wraps the command.", |
2212 | 2212 | "enum": [
|
2213 | 2213 | "COMMAND_ERROR_CODE_UNSPECIFIED",
|
2214 | 2214 | "UNKNOWN",
|
|
2231 | 2231 | "description": "For commands of type RESET_PASSWORD, optionally specifies the new password. Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.",
|
2232 | 2232 | "type": "string"
|
2233 | 2233 | },
|
| 2234 | + "requestDeviceInfoParams": { |
| 2235 | + "$ref": "RequestDeviceInfoParams", |
| 2236 | + "description": "Optional. Parameters for the REQUEST_DEVICE_INFO command to get device related information. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to REQUEST_DEVICE_INFO . It is also acceptable to explicitly set type to REQUEST_DEVICE_INFO." |
| 2237 | + }, |
| 2238 | + "requestDeviceInfoStatus": { |
| 2239 | + "$ref": "RequestDeviceInfoStatus", |
| 2240 | + "description": "Output only. Status of the REQUEST_DEVICE_INFO command.", |
| 2241 | + "readOnly": true |
| 2242 | + }, |
2234 | 2243 | "resetPasswordFlags": {
|
2235 | 2244 | "description": "For commands of type RESET_PASSWORD, optionally specifies flags.",
|
2236 | 2245 | "items": {
|
|
3133 | 3142 | },
|
3134 | 3143 | "type": "object"
|
3135 | 3144 | },
|
| 3145 | + "Eid": { |
| 3146 | + "description": "EID information for each eUICC chip.", |
| 3147 | + "id": "Eid", |
| 3148 | + "properties": { |
| 3149 | + "eid": { |
| 3150 | + "description": "Output only. The EID", |
| 3151 | + "readOnly": true, |
| 3152 | + "type": "string" |
| 3153 | + } |
| 3154 | + }, |
| 3155 | + "type": "object" |
| 3156 | + }, |
| 3157 | + "EidInfo": { |
| 3158 | + "description": "Information related to the EIDs of the device.", |
| 3159 | + "id": "EidInfo", |
| 3160 | + "properties": { |
| 3161 | + "eids": { |
| 3162 | + "description": "Output only. EID information for each eUICC chip.", |
| 3163 | + "items": { |
| 3164 | + "$ref": "Eid" |
| 3165 | + }, |
| 3166 | + "readOnly": true, |
| 3167 | + "type": "array" |
| 3168 | + } |
| 3169 | + }, |
| 3170 | + "type": "object" |
| 3171 | + }, |
3136 | 3172 | "Empty": {
|
3137 | 3173 | "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
|
3138 | 3174 | "id": "Empty",
|
|
3365 | 3401 | },
|
3366 | 3402 | "type": "object"
|
3367 | 3403 | },
|
| 3404 | + "EuiccChipInfo": { |
| 3405 | + "description": "Information related to the eUICC chip.", |
| 3406 | + "id": "EuiccChipInfo", |
| 3407 | + "properties": { |
| 3408 | + "eid": { |
| 3409 | + "description": "Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.", |
| 3410 | + "readOnly": true, |
| 3411 | + "type": "string" |
| 3412 | + } |
| 3413 | + }, |
| 3414 | + "type": "object" |
| 3415 | + }, |
3368 | 3416 | "ExtensionConfig": {
|
3369 | 3417 | "description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 11 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command on extension apps if needed for Android 11 and above.",
|
3370 | 3418 | "id": "ExtensionConfig",
|
|
3535 | 3583 | "readOnly": true,
|
3536 | 3584 | "type": "string"
|
3537 | 3585 | },
|
| 3586 | + "euiccChipInfo": { |
| 3587 | + "description": "Output only. Information related to the eUICC chip.", |
| 3588 | + "items": { |
| 3589 | + "$ref": "EuiccChipInfo" |
| 3590 | + }, |
| 3591 | + "readOnly": true, |
| 3592 | + "type": "array" |
| 3593 | + }, |
3538 | 3594 | "gpuShutdownTemperatures": {
|
3539 | 3595 | "description": "GPU shutdown temperature thresholds in Celsius for each GPU on the device.",
|
3540 | 3596 | "items": {
|
|
5888 | 5944 | },
|
5889 | 5945 | "type": "object"
|
5890 | 5946 | },
|
| 5947 | + "RequestDeviceInfoParams": { |
| 5948 | + "description": "Parameters associated with the REQUEST_DEVICE_INFO command to get device related information.", |
| 5949 | + "id": "RequestDeviceInfoParams", |
| 5950 | + "properties": { |
| 5951 | + "deviceInfo": { |
| 5952 | + "description": "Required. Type of device information to be requested.", |
| 5953 | + "enum": [ |
| 5954 | + "DEVICE_INFO_UNSPECIFIED", |
| 5955 | + "EID" |
| 5956 | + ], |
| 5957 | + "enumDescriptions": [ |
| 5958 | + "This value is disallowed.", |
| 5959 | + "Request the identifier for eSIM. The user will be asked to approve the disclosure of the information before the result can be returned. If the user doesn't approve the disclosure, USER_DECLINED will be returned. This is supported only for personally owned devices with work profiles and Android versions 13 and above." |
| 5960 | + ], |
| 5961 | + "type": "string" |
| 5962 | + } |
| 5963 | + }, |
| 5964 | + "type": "object" |
| 5965 | + }, |
| 5966 | + "RequestDeviceInfoStatus": { |
| 5967 | + "description": "Status of the REQUEST_DEVICE_INFO command.", |
| 5968 | + "id": "RequestDeviceInfoStatus", |
| 5969 | + "properties": { |
| 5970 | + "eidInfo": { |
| 5971 | + "$ref": "EidInfo", |
| 5972 | + "description": "Information related to the EIDs of the device." |
| 5973 | + }, |
| 5974 | + "status": { |
| 5975 | + "description": "Output only. Status of a REQUEST_DEVICE_INFO command.", |
| 5976 | + "enum": [ |
| 5977 | + "STATUS_UNSPECIFIED", |
| 5978 | + "SUCCEEDED", |
| 5979 | + "PENDING_USER_ACTION", |
| 5980 | + "USER_DECLINED", |
| 5981 | + "UNSUPPORTED" |
| 5982 | + ], |
| 5983 | + "enumDescriptions": [ |
| 5984 | + "Unspecified. This value is not used.", |
| 5985 | + "Device information has been successfully delivered.", |
| 5986 | + "The user has not completed the actions required to share device information.", |
| 5987 | + "The user declined sharing device information.", |
| 5988 | + "The requested device info is not supported on this device, e.g. eSIM is not supported on the device." |
| 5989 | + ], |
| 5990 | + "readOnly": true, |
| 5991 | + "type": "string" |
| 5992 | + } |
| 5993 | + }, |
| 5994 | + "type": "object" |
| 5995 | + }, |
5891 | 5996 | "ScreenBrightnessSettings": {
|
5892 | 5997 | "description": "Controls for the screen brightness settings.",
|
5893 | 5998 | "id": "ScreenBrightnessSettings",
|
|
0 commit comments