google_api_android_device_provisioning v0.7.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.Company View Source

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

Attributes

  • adminEmails (list(String.t)): Input only. Optional. Email address of customer's users in the admin role. Each email address must be associated with a Google Account. Defaults to nil.

  • companyId (String.t): Output only. The ID of the company. Assigned by the server. Defaults to nil.

  • companyName (String.t): Required. The name of the company. For example XYZ Corp. Displayed to the company's employees in the zero-touch enrollment portal. Defaults to nil.

  • name (String.t): 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. Defaults to nil.

  • ownerEmails (list(String.t)): Input only. Email address of customer's users in the owner role. At least one owner_email is required. Each email address must be associated with a Google Account. Owners share the same access as admins but can also add, delete, and edit your organization's portal users. Defaults to nil.
  • termsStatus (String.t): Output only. Whether any user from the company has accepted the latest Terms of Service (ToS). See TermsStatus. 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() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.Company{
  adminEmails: [String.t()],
  companyId: String.t(),
  companyName: String.t(),
  name: String.t(),
  ownerEmails: [String.t()],
  termsStatus: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.