Class UserEmail.PublicKeyEncryptionCertificatesData
Public Key Encryption Certificates. Current limit: 1 per email address, and 5 per user.
Inherited Members
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 |