Skip to content

Commit 653a59f

Browse files
feat(androidmanagement): update the api
#### androidmanagement:v1 The following keys were added: - resources.enterprises.resources.migrationTokens.methods.create (Total Keys: 12) - resources.enterprises.resources.migrationTokens.methods.get (Total Keys: 11) - resources.enterprises.resources.migrationTokens.methods.list (Total Keys: 16) - schemas.Device.properties.dpcMigrationInfo (Total Keys: 2) - schemas.DpcMigrationInfo (Total Keys: 6) - schemas.ListMigrationTokensResponse (Total Keys: 5) - schemas.MigrationToken (Total Keys: 20)
1 parent 25c546e commit 653a59f

File tree

4 files changed

+463
-10
lines changed

4 files changed

+463
-10
lines changed

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ <h3>Method Details</h3>
228228
&quot;width&quot;: 42, # Display width in pixels.
229229
},
230230
],
231+
&quot;dpcMigrationInfo&quot;: { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
232+
&quot;additionalData&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
233+
&quot;previousDpc&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
234+
},
231235
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
232236
&quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
233237
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -589,6 +593,10 @@ <h3>Method Details</h3>
589593
&quot;width&quot;: 42, # Display width in pixels.
590594
},
591595
],
596+
&quot;dpcMigrationInfo&quot;: { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
597+
&quot;additionalData&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
598+
&quot;previousDpc&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
599+
},
592600
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
593601
&quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
594602
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -861,6 +869,10 @@ <h3>Method Details</h3>
861869
&quot;width&quot;: 42, # Display width in pixels.
862870
},
863871
],
872+
&quot;dpcMigrationInfo&quot;: { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
873+
&quot;additionalData&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
874+
&quot;previousDpc&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
875+
},
864876
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
865877
&quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
866878
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
@@ -1115,6 +1127,10 @@ <h3>Method Details</h3>
11151127
&quot;width&quot;: 42, # Display width in pixels.
11161128
},
11171129
],
1130+
&quot;dpcMigrationInfo&quot;: { # Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC). # Output only. Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).
1131+
&quot;additionalData&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
1132+
&quot;previousDpc&quot;: &quot;A String&quot;, # Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.
1133+
},
11181134
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
11191135
&quot;enrollmentTokenData&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
11201136
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.

docs/dyn/androidmanagement_v1.enterprises.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ <h2>Instance Methods</h2>
8989
</p>
9090
<p class="firstline">Returns the enrollmentTokens Resource.</p>
9191

92+
<p class="toc_element">
93+
<code><a href="androidmanagement_v1.enterprises.migrationTokens.html">migrationTokens()</a></code>
94+
</p>
95+
<p class="firstline">Returns the migrationTokens Resource.</p>
96+
9297
<p class="toc_element">
9398
<code><a href="androidmanagement_v1.enterprises.policies.html">policies()</a></code>
9499
</p>

0 commit comments

Comments
 (0)