Show / Hide Table of Contents

Class Company

A reseller, vendor, or customer in the zero-touch reseller and customer APIs.

Inheritance
object
Company
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.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class Company : IDirectResponseSchema

Properties

AdminEmails

Optional. Email address of customer's users in the admin role. Each email address must be associated with a Google Account.

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

CompanyId

Output only. The ID of the company. Assigned by the server.

Declaration
[JsonProperty("companyId")]
public virtual long? CompanyId { get; set; }
Property Value
Type Description
long?

CompanyName

Required. The name of the company. For example XYZ Corp. Displayed to the company's employees in the zero-touch enrollment portal.

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

ETag

The ETag of the item.

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

GoogleWorkspaceAccount

Output only. The Google Workspace account associated with this customer. Only used for customer Companies.

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

LanguageCode

Input only. The preferred locale of the customer represented as a BCP47 language code. This field is validated on input and requests containing unsupported language codes will be rejected. Supported language codes: Arabic (ar) Chinese (Hong Kong) (zh-HK) Chinese (Simplified) (zh-CN) Chinese (Traditional) (zh-TW) Czech (cs) Danish (da) Dutch (nl) English (UK) (en-GB) English (US) (en-US) Filipino (fil) Finnish (fi) French (fr) German (de) Hebrew (iw) Hindi (hi) Hungarian (hu) Indonesian (id) Italian (it) Japanese (ja) Korean (ko) Norwegian (Bokmal) (no) Polish (pl) Portuguese (Brazil) (pt-BR) Portuguese (Portugal) (pt-PT) Russian (ru) Spanish (es) Spanish (Latin America) (es-419) Swedish (sv) Thai (th) Turkish (tr) Ukrainian (uk) Vietnamese (vi)

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

Name

Output only. The API resource name of the company. The resource name is one of the following formats: * partners/[PARTNER_ID]/customers/[CUSTOMER_ID] * partners/[PARTNER_ID]/vendors/[VENDOR_ID] * partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID] Assigned by the server.

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

OwnerEmails

Required. Input only. Email address of customer's users in the owner role. At least one owner_email is required. Owners share the same access as admins but can also add, delete, and edit your organization's portal users.

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

SkipWelcomeEmail

Input only. If set to true, welcome email will not be sent to the customer. It is recommended to skip the welcome email if devices will be claimed with additional DEVICE_PROTECTION service, as the customer will receive separate emails at device claim time. This field is ignored if this is not a Zero-touch customer.

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

TermsStatus

Output only. Whether any user from the company has accepted the latest Terms of Service (ToS). See TermsStatus.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX