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

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

Attributes

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

  • companyId (type: String.t, default: nil) - Output only. The ID of the company. Assigned by the server.

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

  • name (type: String.t, default: nil) - 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.

  • ownerEmails (type: list(String.t), default: nil) - 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.

  • termsStatus (type: String.t, default: nil) - Output only. Whether any user from the company has accepted the latest Terms of Service (ToS). See TermsStatus.

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.