google_api_android_management v0.6.0 GoogleApi.AndroidManagement.V1.Model.WebToken View Source

A web token used to access the managed Google Play iframe.

Attributes

  • name (String.t): The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId}. Defaults to: null.
  • parentFrameUrl (String.t): The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme. Defaults to: null.
  • permissions ([String.t]): Permissions available to an admin in the embedded UI. An admin must have all of these permissions in order to view the UI. Defaults to: null.

    • Enum - one of
  • value (String.t): The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server. 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.WebToken{
  name: any(),
  parentFrameUrl: any(),
  permissions: [any()],
  value: 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.