Struct google_androidenterprise1::ManagedConfigurationsSettings[][src]

pub struct ManagedConfigurationsSettings {
    pub kind: Option<String>,
    pub managed_property: Option<Vec<ManagedProperty>>,
    pub name: Option<String>,
    pub last_updated_timestamp_millis: Option<String>,
    pub mcm_id: Option<String>,
}

A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.

This type is not used in any activity, and only used as part of another schema.

Fields

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

The set of managed properties for this configuration.

The name of the managed configurations settings.

The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.

The ID of the managed configurations settings.

Trait Implementations

impl Default for ManagedConfigurationsSettings
[src]

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

impl Clone for ManagedConfigurationsSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedConfigurationsSettings
[src]

Formats the value using the given formatter. Read more

impl Part for ManagedConfigurationsSettings
[src]

Auto Trait Implementations