View Source GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpec (google_api_android_enterprise v0.26.0)

Specification for a token used to generate iframes. The token specifies what data the admin is allowed to modify and the URI the iframe is allowed to communiate with.

Attributes

  • managedConfigurations (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecManagedConfigurations.t, default: nil) - Options for displaying the Managed Configuration page.
  • parent (type: String.t, default: nil) - The URI of the parent frame hosting the iframe. To prevent XSS, the iframe may not be hosted at other URIs. This URI must be https. Use whitespaces to separate multiple parent URIs.
  • permission (type: list(String.t), default: nil) - Deprecated. Use PlaySearch.approveApps.
  • playSearch (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPlaySearch.t, default: nil) - Options for displaying the managed Play Search apps page.
  • privateApps (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPrivateApps.t, default: nil) - Options for displaying the Private Apps page.
  • storeBuilder (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecStoreBuilder.t, default: nil) - Options for displaying the Organize apps page.
  • webApps (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecWebApps.t, default: nil) - Options for displaying the Web Apps page.
  • zeroTouch (type: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecZeroTouch.t, default: nil) - Options for displaying the Zero Touch page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.