google_api_android_enterprise v0.2.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 ([Administrator]): Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow. Defaults to: null.
  • id (String.t): The unique ID for the enterprise. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise". Defaults to: null.
  • name (String.t): The name of the enterprise, for example, "Example, Inc". Defaults to: null.
  • primaryDomain (String.t): The enterprise's primary domain, such as "example.com". 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.AndroidEnterprise.V1.Model.Enterprise{
  administrator: [GoogleApi.AndroidEnterprise.V1.Model.Administrator.t()],
  id: any(),
  kind: any(),
  name: any(),
  primaryDomain: 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.