Struct google_androidenterprise1::NewPermissionsEvent [] [src]

pub struct NewPermissionsEvent {
    pub approved_permissions: Option<Vec<String>>,
    pub requested_permissions: Option<Vec<String>>,
    pub product_id: Option<String>,
}

An event generated when new permissions are added to an app.

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

Fields

The set of permissions that the enterprise admin has already approved for this application. Use Permissions.Get on the EMM API to retrieve details about these permissions.

The set of permissions that the app is currently requesting. Use Permissions.Get on the EMM API to retrieve details about these permissions.

The id of the product (e.g. "app:com.google.android.gm") for which new permissions were added. This field will always be present.

Trait Implementations

impl Default for NewPermissionsEvent
[src]

[src]

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

impl Clone for NewPermissionsEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NewPermissionsEvent
[src]

[src]

Formats the value using the given formatter.

impl Part for NewPermissionsEvent
[src]