google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.ExternalData View Source

Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash.

Attributes

  • sha256Hash (String.t): The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn't match this hash, Android Device Policy won't use the data. Defaults to: null.
  • url (String.t): The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.ExternalData{
  sha256Hash: any(),
  url: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.