google_api_android_enterprise v0.10.0 GoogleApi.AndroidEnterprise.V1.Model.Enterprise View Source

An Enterprises resource represents the binding between an EMM and a specific organization. That binding can be instantiated in one of two different ways using this API as follows:

  • For Google managed domain customers, the process involves using Enterprises.enroll and Enterprises.setAccount (in conjunction with artifacts obtained from the Admin console and the Google API Console) and submitted to the EMM through a more-or-less manual process.
  • For managed Google Play Accounts customers, the process involves using Enterprises.generateSignupUrl and Enterprises.completeSignup in conjunction with the managed Google Play sign-up UI (Google-provided mechanism) to create the binding without manual steps. As an EMM, you can support either or both approaches in your EMM console. See Create an Enterprise for details.

Attributes

  • administrator (type: list(GoogleApi.AndroidEnterprise.V1.Model.Administrator.t), default: nil) - Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow.
  • id (type: String.t, default: nil) - The unique ID for the enterprise.
  • kind (type: String.t, default: androidenterprise#enterprise) - Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise".
  • name (type: String.t, default: nil) - The name of the enterprise, for example, "Example, Inc".
  • primaryDomain (type: String.t, default: nil) - The enterprise's primary domain, such as "example.com".

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.AndroidEnterprise.V1.Model.Enterprise{
  administrator: [GoogleApi.AndroidEnterprise.V1.Model.Administrator.t()],
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  primaryDomain: String.t()
}

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.