Struct google_androidenterprise1::AdministratorWebTokenSpec [] [src]

pub struct AdministratorWebTokenSpec {
    pub kind: Option<String>,
    pub parent: Option<String>,
    pub permission: Option<Vec<String>>,
}

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

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

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.

The list of permissions the admin is granted within the iframe. The admin will only be allowed to view an iframe if they have all of the permissions associated with it. The only valid value is "approveApps" that will allow the admin to access the iframe in "approve" mode.

Trait Implementations

impl Default for AdministratorWebTokenSpec
[src]

[src]

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

impl Clone for AdministratorWebTokenSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdministratorWebTokenSpec
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for AdministratorWebTokenSpec
[src]