Skip to content

Commit 1dbe3b8

Browse files
feat(androidmanagement): update the api
#### androidmanagement:v1 The following keys were added: - schemas.Command.properties.wipeParams.$ref (Total Keys: 1) - schemas.CrossProfilePolicies.properties.crossProfileAppFunctions.type (Total Keys: 1) - schemas.Policy.properties.appFunctions.type (Total Keys: 1) - schemas.WipeParams (Total Keys: 5)
1 parent b27bb76 commit 1dbe3b8

File tree

3 files changed

+210
-123
lines changed

3 files changed

+210
-123
lines changed

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,17 @@ <h3>Method Details</h3>
502502
},
503503
&quot;type&quot;: &quot;A String&quot;, # The type of the command.
504504
&quot;userName&quot;: &quot;A String&quot;, # The resource name of the user that owns the device in the form enterprises/{enterpriseId}/users/{userId}. This is automatically generated by the server based on the device the command is sent to.
505+
&quot;wipeParams&quot;: { # Parameters associated with the WIPE command to wipe the device. # Optional. Parameters for the WIPE command to wipe the device. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to WIPE. It is also acceptable to explicitly set type to WIPE.
506+
&quot;wipeDataFlags&quot;: [ # Optional. Flags to determine what data to wipe.
507+
&quot;A String&quot;,
508+
],
509+
&quot;wipeReason&quot;: { # Provides a user-facing message with locale info. The maximum message length is 4096 characters. # Optional. A short message displayed to the user before wiping the work profile on personal devices. This has no effect on company owned devices. The maximum message length is 200 characters.
510+
&quot;defaultMessage&quot;: &quot;A String&quot;, # The default message displayed if no localized message is specified or the user&#x27;s locale doesn&#x27;t match with any of the localized messages. A default message must be provided if any localized messages are provided.
511+
&quot;localizedMessages&quot;: { # A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.
512+
&quot;a_key&quot;: &quot;A String&quot;,
513+
},
514+
},
515+
},
505516
}
506517

507518
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)