google_api_android_enterprise v0.7.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 (list(GoogleApi.AndroidEnterprise.V1.Model.Administrator.t)): Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow. Defaults to
nil
. - id (String.t): The unique ID for the enterprise. Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise". Defaults to
androidenterprise#enterprise
. - name (String.t): The name of the enterprise, for example, "Example, Inc". Defaults to
nil
. - primaryDomain (String.t): The enterprise's primary domain, such as "example.com". Defaults to
nil
.
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()
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()
}
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
Unwrap a decoded JSON object into its complex fields.