google_api_android_device_provisioning v0.5.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.Company View Source
A reseller, vendor, or customer in the zero-touch reseller and customer APIs.
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. Displayed to the company's employees in the zero-touch enrollment portal. Defaults to:
null
. - 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:
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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.