Struct google_androidenterprise1::ManagedConfiguration[][src]

pub struct ManagedConfiguration {
    pub kind: Option<String>,
    pub configuration_variables: Option<ConfigurationVariables>,
    pub managed_property: Option<Vec<ManagedProperty>>,
    pub product_id: Option<String>,
}

A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.

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

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

Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.

The set of managed properties for this configuration.

The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".

Trait Implementations

impl Default for ManagedConfiguration
[src]

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

impl Clone for ManagedConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedConfiguration
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ManagedConfiguration
[src]

impl ResponseResult for ManagedConfiguration
[src]

Auto Trait Implementations