|
638 | 638 | ] |
639 | 639 | }, |
640 | 640 | "get": { |
641 | | - "description": "Gets an active, unexpired enrollment token. Only a partial view of EnrollmentToken is returned: all the fields but name and expiration_timestamp are empty. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.", |
| 641 | + "description": "Gets an active, unexpired enrollment token. A partial view of the enrollment token is returned. Only the following fields are populated: name, expirationTimestamp, allowPersonalUsage, value, qrCode. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.", |
642 | 642 | "flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens/{enrollmentTokensId}", |
643 | 643 | "httpMethod": "GET", |
644 | 644 | "id": "androidmanagement.enterprises.enrollmentTokens.get", |
|
663 | 663 | ] |
664 | 664 | }, |
665 | 665 | "list": { |
666 | | - "description": "Lists active, unexpired enrollment tokens for a given enterprise. The list items contain only a partial view of EnrollmentToken: all the fields but name and expiration_timestamp are empty. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.", |
| 666 | + "description": "Lists active, unexpired enrollment tokens for a given enterprise. The list items contain only a partial view of EnrollmentToken object. Only the following fields are populated: name, expirationTimestamp, allowPersonalUsage, value, qrCode. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.", |
667 | 667 | "flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens", |
668 | 668 | "httpMethod": "GET", |
669 | 669 | "id": "androidmanagement.enterprises.enrollmentTokens.list", |
|
1168 | 1168 | } |
1169 | 1169 | } |
1170 | 1170 | }, |
1171 | | - "revision": "20240516", |
| 1171 | + "revision": "20240603", |
1172 | 1172 | "rootUrl": "https://androidmanagement.googleapis.com/", |
1173 | 1173 | "schemas": { |
1174 | 1174 | "AdbShellCommandEvent": { |
|
1659 | 1659 | "Unspecified. Defaults to AUTO_UPDATE_DEFAULT.", |
1660 | 1660 | "The default update mode.The app is automatically updated with low priority to minimize the impact on the user.The app is updated when all of the following constraints are met: The device is not actively used. The device is connected to an unmetered network. The device is charging. The app to be updated is not running in the foreground.The device is notified about a new update within 24 hours after it is published by the developer, after which the app is updated the next time the constraints above are met.", |
1661 | 1661 | "The app is not automatically updated for a maximum of 90 days after the app becomes out of date.90 days after the app becomes out of date, the latest available version is installed automatically with low priority (see AUTO_UPDATE_DEFAULT). After the app is updated it is not automatically updated again until 90 days after it becomes out of date again.The user can still manually update the app from the Play Store at any time.", |
1662 | | - "The app is updated as soon as possible. No constraints are applied.The device is notified as soon as possible about a new update after it becomes available." |
| 1662 | + "The app is updated as soon as possible. No constraints are applied.The device is notified as soon as possible about a new update after it becomes available.*NOTE:* Updates to apps with larger deployments across Android's ecosystem can take up to 24h." |
1663 | 1663 | ], |
1664 | 1664 | "type": "string" |
1665 | 1665 | }, |
|
1811 | 1811 | }, |
1812 | 1812 | "type": "array" |
1813 | 1813 | }, |
| 1814 | + "userControlSettings": { |
| 1815 | + "description": "Optional. Specifies whether user control is permitted for the app. User control includes user actions like force-stopping and clearing app data. Supported on Android 11 and above.", |
| 1816 | + "enum": [ |
| 1817 | + "USER_CONTROL_SETTINGS_UNSPECIFIED", |
| 1818 | + "USER_CONTROL_ALLOWED", |
| 1819 | + "USER_CONTROL_DISALLOWED" |
| 1820 | + ], |
| 1821 | + "enumDescriptions": [ |
| 1822 | + "Uses the default behaviour of the app to determine if user control is allowed or disallowed. For most apps, user control is allowed by default, but for some critical apps such as companion apps (extensionConfig set to true), kiosk apps and other critical system apps, user control is disallowed.", |
| 1823 | + "User control is allowed for the app. Kiosk apps can use this to allow user control.", |
| 1824 | + "User control is disallowed for the app. API_LEVEL is reported if the Android version is less than 11." |
| 1825 | + ], |
| 1826 | + "type": "string" |
| 1827 | + }, |
1814 | 1828 | "workProfileWidgets": { |
1815 | 1829 | "description": "Specifies whether the app installed in the work profile is allowed to add widgets to the home screen.", |
1816 | 1830 | "enum": [ |
|
3012 | 3026 | "enum": [ |
3013 | 3027 | "ALLOW_PERSONAL_USAGE_UNSPECIFIED", |
3014 | 3028 | "PERSONAL_USAGE_ALLOWED", |
3015 | | - "PERSONAL_USAGE_DISALLOWED" |
| 3029 | + "PERSONAL_USAGE_DISALLOWED", |
| 3030 | + "PERSONAL_USAGE_DISALLOWED_USERLESS" |
3016 | 3031 | ], |
3017 | 3032 | "enumDescriptions": [ |
3018 | 3033 | "Personal usage restriction is not specified", |
3019 | 3034 | "Personal usage is allowed", |
3020 | | - "Personal usage is disallowed" |
| 3035 | + "Personal usage is disallowed", |
| 3036 | + "Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected." |
3021 | 3037 | ], |
3022 | 3038 | "type": "string" |
3023 | 3039 | }, |
|
3107 | 3123 | "description": "The name of the enterprise displayed to users. This field has a maximum length of 100 characters.", |
3108 | 3124 | "type": "string" |
3109 | 3125 | }, |
| 3126 | + "googleAuthenticationSettings": { |
| 3127 | + "$ref": "GoogleAuthenticationSettings", |
| 3128 | + "description": "Settings for Google-provided user authentication." |
| 3129 | + }, |
3110 | 3130 | "logo": { |
3111 | 3131 | "$ref": "ExternalData", |
3112 | 3132 | "description": "An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng." |
|
3211 | 3231 | }, |
3212 | 3232 | "type": "object" |
3213 | 3233 | }, |
| 3234 | + "GoogleAuthenticationSettings": { |
| 3235 | + "description": "Contains settings for Google-provided user authentication.", |
| 3236 | + "id": "GoogleAuthenticationSettings", |
| 3237 | + "properties": { |
| 3238 | + "googleAuthenticationRequired": { |
| 3239 | + "description": "Output only. Whether users need to be authenticated by Google during the enrollment process. IT admin can specify if Google authentication is enabled for the enterprise for knowledge worker devices. This value can be set only via the Google Admin Console. Google authentication can be used with signin_url In the case where Google authentication is required and a signin_url is specified, Google authentication will be launched before signin_url.", |
| 3240 | + "enum": [ |
| 3241 | + "GOOGLE_AUTHENTICATION_REQUIRED_UNSPECIFIED", |
| 3242 | + "NOT_REQUIRED", |
| 3243 | + "REQUIRED" |
| 3244 | + ], |
| 3245 | + "enumDescriptions": [ |
| 3246 | + "This value is not used.", |
| 3247 | + "Google authentication is not required.", |
| 3248 | + "User is required to be successfully authenticated by Google." |
| 3249 | + ], |
| 3250 | + "readOnly": true, |
| 3251 | + "type": "string" |
| 3252 | + } |
| 3253 | + }, |
| 3254 | + "type": "object" |
| 3255 | + }, |
3214 | 3256 | "HardwareInfo": { |
3215 | 3257 | "description": "Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device's policy.", |
3216 | 3258 | "id": "HardwareInfo", |
|
5621 | 5663 | "enum": [ |
5622 | 5664 | "ALLOW_PERSONAL_USAGE_UNSPECIFIED", |
5623 | 5665 | "PERSONAL_USAGE_ALLOWED", |
5624 | | - "PERSONAL_USAGE_DISALLOWED" |
| 5666 | + "PERSONAL_USAGE_DISALLOWED", |
| 5667 | + "PERSONAL_USAGE_DISALLOWED_USERLESS" |
5625 | 5668 | ], |
5626 | 5669 | "enumDescriptions": [ |
5627 | 5670 | "Personal usage restriction is not specified", |
5628 | 5671 | "Personal usage is allowed", |
5629 | | - "Personal usage is disallowed" |
| 5672 | + "Personal usage is disallowed", |
| 5673 | + "Device is not associated with a single user, and thus both personal usage and corporate identity authentication are not expected." |
5630 | 5674 | ], |
5631 | 5675 | "type": "string" |
5632 | 5676 | }, |
|
0 commit comments