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

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.
  • googleAuthenticationSettings (type: GoogleApi.AndroidEnterprise.V1.Model.GoogleAuthenticationSettings.t, default: nil) - Output only. Settings for Google-provided user authentication.
  • id (type: String.t, default: nil) - The unique ID for the 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".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.Enterprise{
  administrator: [GoogleApi.AndroidEnterprise.V1.Model.Administrator.t()] | nil,
  googleAuthenticationSettings:
    GoogleApi.AndroidEnterprise.V1.Model.GoogleAuthenticationSettings.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  primaryDomain: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.