Skip to content

Commit

Permalink
feat(androidmanagement): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent 25c546e commit 653a59f
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 10 deletions.
16 changes: 16 additions & 0 deletions docs/dyn/androidmanagement_v1.enterprises.devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ <h3>Method Details</h3>
&quot;width&quot;: 42, # Display width in pixels.
},
],
&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).
&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.
&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.
},
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
&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.
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
Expand Down Expand Up @@ -589,6 +593,10 @@ <h3>Method Details</h3>
&quot;width&quot;: 42, # Display width in pixels.
},
],
&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).
&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.
&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.
},
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
&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.
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
Expand Down Expand Up @@ -861,6 +869,10 @@ <h3>Method Details</h3>
&quot;width&quot;: 42, # Display width in pixels.
},
],
&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).
&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.
&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.
},
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
&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.
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
Expand Down Expand Up @@ -1115,6 +1127,10 @@ <h3>Method Details</h3>
&quot;width&quot;: 42, # Display width in pixels.
},
],
&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).
&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.
&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.
},
&quot;enrollmentTime&quot;: &quot;A String&quot;, # The time of device enrollment.
&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.
&quot;enrollmentTokenName&quot;: &quot;A String&quot;, # If the device was enrolled with an enrollment token, this field contains the name of the token.
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/androidmanagement_v1.enterprises.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the enrollmentTokens Resource.</p>

<p class="toc_element">
<code><a href="androidmanagement_v1.enterprises.migrationTokens.html">migrationTokens()</a></code>
</p>
<p class="firstline">Returns the migrationTokens Resource.</p>

<p class="toc_element">
<code><a href="androidmanagement_v1.enterprises.policies.html">policies()</a></code>
</p>
Expand Down

0 comments on commit 653a59f

Please sign in to comment.