Struct google_admin1_directory::TrustedAppId[][src]

pub struct TrustedAppId {
    pub android_package_name: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub certificate_hash_sha1: Option<String>,
    pub certificate_hash_sha256: Option<String>,
}

JSON template for Trusted App Ids Resource object in Directory API.

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

Fields

Android package name.

Identifies the resource as a trusted AppId.

no description provided

SHA1 signature of the app certificate.

SHA256 signature of the app certificate.

Trait Implementations

impl Default for TrustedAppId
[src]

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

impl Clone for TrustedAppId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrustedAppId
[src]

Formats the value using the given formatter. Read more

impl Part for TrustedAppId
[src]

Auto Trait Implementations