Class TrustedAppId
- 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
CertificateHashSHA1
SHA1 signature of the app certificate.
public virtual string CertificateHashSHA1 { get; set; }
Property Value
CertificateHashSHA256
SHA256 signature of the app certificate.
public virtual string CertificateHashSHA256 { get; set; }
Property Value
ETag
public virtual string ETag { get; set; }
Property Value
Kind
Identifies the resource as a trusted AppId.
public virtual string Kind { get; set; }