[][src]Struct google_androidenterprise1::AdministratorWebTokenSpec

pub struct AdministratorWebTokenSpec {
    pub store_builder: Option<AdministratorWebTokenSpecStoreBuilder>,
    pub kind: Option<String>,
    pub play_search: Option<AdministratorWebTokenSpecPlaySearch>,
    pub parent: Option<String>,
    pub private_apps: Option<AdministratorWebTokenSpecPrivateApps>,
    pub permission: Option<Vec<String>>,
    pub web_apps: Option<AdministratorWebTokenSpecWebApps>,
    pub managed_configurations: Option<AdministratorWebTokenSpecManagedConfigurations>,
}

Specification for a token used to generate iframes. The token specifies what data the admin is allowed to modify and the URI the iframe is allowed to communiate with.

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

store_builder: Option<AdministratorWebTokenSpecStoreBuilder>

Options for displaying the Organize apps page.

kind: Option<String>

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

play_search: Option<AdministratorWebTokenSpecPlaySearch>

Options for displaying the managed Play Search apps page.

parent: Option<String>

The URI of the parent frame hosting the iframe. To prevent XSS, the iframe may not be hosted at other URIs. This URI must be https.

private_apps: Option<AdministratorWebTokenSpecPrivateApps>

Options for displaying the Private Apps page.

permission: Option<Vec<String>>

Deprecated. Use PlaySearch.approveApps.

web_apps: Option<AdministratorWebTokenSpecWebApps>

Options for displaying the Web Apps page.

managed_configurations: Option<AdministratorWebTokenSpecManagedConfigurations>

Options for displaying the Managed Configuration page.

Trait Implementations

impl RequestValue for AdministratorWebTokenSpec[src]

impl Clone for AdministratorWebTokenSpec[src]

impl Default for AdministratorWebTokenSpec[src]

impl Debug for AdministratorWebTokenSpec[src]

impl Serialize for AdministratorWebTokenSpec[src]

impl<'de> Deserialize<'de> for AdministratorWebTokenSpec[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]