View Source GoogleApi.AndroidManagement.V1.Model.WipeAction (google_api_android_management v0.48.2)

An action to reset a company owned device or delete a work profile. Note: blockAction must also be specified.

Attributes

  • preserveFrp (type: boolean(), default: nil) - Whether the factory-reset protection data is preserved on the device. This setting doesn’t apply to work profiles.
  • wipeAfterDays (type: integer(), default: nil) - Number of days the policy is non-compliant before the device or work profile is wiped. wipeAfterDays must be greater than blockAfterDays.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.WipeAction{
  preserveFrp: boolean() | nil,
  wipeAfterDays: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.