Show / Hide Table of Contents

Class Enterprise

The configuration applied to an enterprise.

Inheritance
object
Enterprise
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class Enterprise : IDirectResponseSchema

Properties

AppAutoApprovalEnabled

Deprecated and unused.

Declaration
[JsonProperty("appAutoApprovalEnabled")]
public virtual bool? AppAutoApprovalEnabled { get; set; }
Property Value
Type Description
bool?

ContactInfo

The enterprise contact info of an EMM-managed enterprise.

Declaration
[JsonProperty("contactInfo")]
public virtual ContactInfo ContactInfo { get; set; }
Property Value
Type Description
ContactInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnabledNotificationTypes

The types of Google Pub/Sub notifications enabled for the enterprise.

Declaration
[JsonProperty("enabledNotificationTypes")]
public virtual IList<string> EnabledNotificationTypes { get; set; }
Property Value
Type Description
IList<string>

EnterpriseDisplayName

The name of the enterprise displayed to users. This field has a maximum length of 100 characters.

Declaration
[JsonProperty("enterpriseDisplayName")]
public virtual string EnterpriseDisplayName { get; set; }
Property Value
Type Description
string

EnterpriseType

Output only. The type of the enterprise.

Declaration
[JsonProperty("enterpriseType")]
public virtual string EnterpriseType { get; set; }
Property Value
Type Description
string

GoogleAuthenticationSettings

Settings for Google-provided user authentication.

Declaration
[JsonProperty("googleAuthenticationSettings")]
public virtual GoogleAuthenticationSettings GoogleAuthenticationSettings { get; set; }
Property Value
Type Description
GoogleAuthenticationSettings

Logo

An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.

Declaration
[JsonProperty("logo")]
public virtual ExternalData Logo { get; set; }
Property Value
Type Description
ExternalData

ManagedGoogleDomainType

Output only. The type of managed Google domain.

Declaration
[JsonProperty("managedGoogleDomainType")]
public virtual string ManagedGoogleDomainType { get; set; }
Property Value
Type Description
string

ManagedGooglePlayAccountsEnterpriseType

Output only. The type of a managed Google Play Accounts enterprise.

Declaration
[JsonProperty("managedGooglePlayAccountsEnterpriseType")]
public virtual string ManagedGooglePlayAccountsEnterpriseType { get; set; }
Property Value
Type Description
string

Name

The name of the enterprise which is generated by the server during creation, in the form enterprises/{enterpriseId}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PrimaryColor

A color in RGB format that indicates the predominant color to display in the device management app UI. The color components are stored as follows: (red &lt;&lt; 16) | (green &lt;&lt; 8) | blue, where the value of each component is between 0 and 255, inclusive.

Declaration
[JsonProperty("primaryColor")]
public virtual int? PrimaryColor { get; set; }
Property Value
Type Description
int?

PubsubTopic

The topic which Pub/Sub notifications are published to, in the form projects/{project}/topics/{topic}. This field is only required if Pub/Sub notifications are enabled.

Declaration
[JsonProperty("pubsubTopic")]
public virtual string PubsubTopic { get; set; }
Property Value
Type Description
string

SigninDetails

Sign-in details of the enterprise.

Declaration
[JsonProperty("signinDetails")]
public virtual IList<SigninDetail> SigninDetails { get; set; }
Property Value
Type Description
IList<SigninDetail>

TermsAndConditions

Terms and conditions that must be accepted when provisioning a device for this enterprise. A page of terms is generated for each value in this list.

Declaration
[JsonProperty("termsAndConditions")]
public virtual IList<TermsAndConditions> TermsAndConditions { get; set; }
Property Value
Type Description
IList<TermsAndConditions>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX