Table of Contents

Class TrustedAppId

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

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

public class TrustedAppId : IDirectResponseSchema
Inheritance
TrustedAppId
Implements
IDirectResponseSchema
Inherited Members

Constructors

TrustedAppId()

public TrustedAppId()

Properties

AndroidPackageName

Android package name.

public virtual string AndroidPackageName { get; set; }

Property Value

string

CertificateHashSHA1

SHA1 signature of the app certificate.

public virtual string CertificateHashSHA1 { get; set; }

Property Value

string

CertificateHashSHA256

SHA256 signature of the app certificate.

public virtual string CertificateHashSHA256 { get; set; }

Property Value

string

ETag

public virtual string ETag { get; set; }

Property Value

string

Kind

Identifies the resource as a trusted AppId.

public virtual string Kind { get; set; }

Property Value

string