Skip to content

Commit 94ac9e0

Browse files
feat(androidmanagement): update the api
#### androidmanagement:v1 The following keys were added: - schemas.ProvisioningInfo.properties.authenticatedUserEmail.type (Total Keys: 1)
1 parent 411cad8 commit 94ac9e0

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

docs/dyn/androidmanagement_v1.enterprises.enrollmentTokens.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Deletes an enrollment token. This operation invalidates the token, preventing its future use.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">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.</p>
88+
<p class="firstline">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.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">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.</p>
91+
<p class="firstline">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.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
@@ -166,7 +166,7 @@ <h3>Method Details</h3>
166166

167167
<div class="method">
168168
<code class="details" id="get">get(name, x__xgafv=None)</code>
169-
<pre>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&#x27;s recommended to delete active enrollment tokens as soon as they&#x27;re not intended to be used anymore.
169+
<pre>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&#x27;s recommended to delete active enrollment tokens as soon as they&#x27;re not intended to be used anymore.
170170

171171
Args:
172172
name: string, Required. The name of the enrollment token in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}. (required)
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196196

197197
<div class="method">
198198
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
199-
<pre>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&#x27;s recommended to delete active enrollment tokens as soon as they&#x27;re not intended to be used anymore.
199+
<pre>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&#x27;s recommended to delete active enrollment tokens as soon as they&#x27;re not intended to be used anymore.
200200

201201
Args:
202202
parent: string, Required. The name of the enterprise in the form enterprises/{enterpriseId}. (required)

docs/dyn/androidmanagement_v1.provisioningInfo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ <h3>Method Details</h3>
102102

103103
{ # Information about a device that is available during setup.
104104
&quot;apiLevel&quot;: 42, # The API level of the Android platform version running on the device.
105+
&quot;authenticatedUserEmail&quot;: &quot;A String&quot;, # The email address of the authenticated user (only present for Google Account provisioning method).
105106
&quot;brand&quot;: &quot;A String&quot;, # The brand of the device. For example, Google.
106107
&quot;enterprise&quot;: &quot;A String&quot;, # The name of the enterprise in the form enterprises/{enterprise}.
107108
&quot;imei&quot;: &quot;A String&quot;, # For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212.

googleapiclient/discovery_cache/documents/androidmanagement.v1.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
]
639639
},
640640
"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.",
642642
"flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens/{enrollmentTokensId}",
643643
"httpMethod": "GET",
644644
"id": "androidmanagement.enterprises.enrollmentTokens.get",
@@ -663,7 +663,7 @@
663663
]
664664
},
665665
"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.",
667667
"flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens",
668668
"httpMethod": "GET",
669669
"id": "androidmanagement.enterprises.enrollmentTokens.list",
@@ -1168,7 +1168,7 @@
11681168
}
11691169
}
11701170
},
1171-
"revision": "20240531",
1171+
"revision": "20240610",
11721172
"rootUrl": "https://androidmanagement.googleapis.com/",
11731173
"schemas": {
11741174
"AdbShellCommandEvent": {
@@ -1659,7 +1659,7 @@
16591659
"Unspecified. Defaults to AUTO_UPDATE_DEFAULT.",
16601660
"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.",
16611661
"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."
16631663
],
16641664
"type": "string"
16651665
},
@@ -5498,6 +5498,10 @@ false
54985498
"format": "int32",
54995499
"type": "integer"
55005500
},
5501+
"authenticatedUserEmail": {
5502+
"description": "The email address of the authenticated user (only present for Google Account provisioning method).",
5503+
"type": "string"
5504+
},
55015505
"brand": {
55025506
"description": "The brand of the device. For example, Google.",
55035507
"type": "string"

0 commit comments

Comments
 (0)