Show / Hide Table of Contents

Class UserEmail.PublicKeyEncryptionCertificatesData

Public Key Encryption Certificates. Current limit: 1 per email address, and 5 per user.

Inheritance
object
UserEmail.PublicKeyEncryptionCertificatesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UserEmail.PublicKeyEncryptionCertificatesData

Properties

Certificate

X.509 encryption certificate in PEM format. Must only be an end-entity (leaf) certificate.

Declaration
[JsonProperty("certificate")]
public virtual string Certificate { get; set; }
Property Value
Type Description
string

IsDefault

Whether this is the default certificate for the given email address.

Declaration
[JsonProperty("is_default")]
public virtual bool? IsDefault { get; set; }
Property Value
Type Description
bool?

State

Denotes the certificate's state in its lifecycle. Possible values are not_yet_validated, valid, invalid, expired, and revoked.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX