Class Enterprise
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.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class Enterprise : IDirectResponseSchema
Properties
Administrator
Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow.
Declaration
[JsonProperty("administrator")]
public virtual IList<Administrator> Administrator { get; set; }
Property Value
Type | Description |
---|---|
IList<Administrator> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAuthenticationSettings
Output only. Settings for Google-provided user authentication.
Declaration
[JsonProperty("googleAuthenticationSettings")]
public virtual GoogleAuthenticationSettings GoogleAuthenticationSettings { get; set; }
Property Value
Type | Description |
---|---|
GoogleAuthenticationSettings |
Id
The unique ID for the enterprise.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the enterprise, for example, "Example, Inc".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryDomain
The enterprise's primary domain, such as "example.com".
Declaration
[JsonProperty("primaryDomain")]
public virtual string PrimaryDomain { get; set; }
Property Value
Type | Description |
---|---|
string |