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

A customer resource in the zero-touch enrollment API.

Attributes

  • adminEmails ([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: null.
  • companyId (String.t): Output only. The ID of the company. Assigned by the server. Defaults to: null.
  • companyName (String.t): Required. The name of the company. For example XYZ Corp. Characters allowed are: Latin letters, numerals, hyphens, and spaces. Displayed to the customer's employees in the zero-touch enrollment portal. Defaults to: null.
  • name (String.t): Output only. The API resource name of the company in the format `partners/[PARTNER_ID]/customers/[CUSTOMER_ID]`. Assigned by the server. Defaults to: null.
  • ownerEmails ([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: null.
  • termsStatus (String.t): Output only. Whether any user from the company has accepted the latest Terms of Service (ToS). See TermsStatus. Defaults to: null.

    • Enum - one of [TERMS_STATUS_UNSPECIFIED, TERMS_STATUS_NOT_ACCEPTED, TERMS_STATUS_ACCEPTED, TERMS_STATUS_STALE]

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: [any()],
  companyId: any(),
  companyName: any(),
  name: any(),
  ownerEmails: [any()],
  termsStatus: any()
}

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.