Struct google_androidenterprise1::Enterprise [] [src]

pub struct Enterprise {
    pub administrator: Option<Vec<Administrator>>,
    pub primary_domain: Option<String>,
    pub id: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
}

An Enterprises resource represents the binding between an EMM and a specific organization. That binding can be instantiated in one of two different ways using this API as follows: - For Google managed domain customers, the process involves using Enterprises.enroll and Enterprises.setAccount (in conjunction with artifacts obtained from the Admin console and the Google API Console) and submitted to the EMM through a more-or-less manual process. - For managed Google Play Accounts customers, the process involves using Enterprises.generateSignupUrl and Enterprises.completeSignup in conjunction with the managed Google Play sign-up UI (Google-provided mechanism) to create the binding without manual steps. As an EMM, you can support either or both approaches in your EMM console. See Create an Enterprise for details.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow.

The enterprise's primary domain, such as "example.com".

The unique ID for the enterprise.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise".

The name of the enterprise, for example, "Example, Inc".

Trait Implementations

impl Default for Enterprise
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Enterprise
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Enterprise
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Enterprise
[src]

impl Resource for Enterprise
[src]

impl ResponseResult for Enterprise
[src]