chore: update docs/dyn (#1106)
diff --git a/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html b/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
index 2eba8f6..87a25c2 100644
--- a/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
+++ b/docs/dyn/gmail_v1.users.settings.sendAs.smimeInfo.html
@@ -130,13 +130,13 @@
An object of the form:
{ # An S/MIME email config.
- "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
"issuerCn": "A String", # The S/MIME certificate issuer's common name.
+ "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"id": "A String", # The immutable ID for the SmimeInfo.
- "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
- "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
"isDefault": True or False, # Whether this SmimeInfo is the default one for this user's send-as address.
+ "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
+ "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
}</pre>
</div>
@@ -151,13 +151,13 @@
The object takes the form of:
{ # An S/MIME email config.
- "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
"issuerCn": "A String", # The S/MIME certificate issuer's common name.
+ "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"id": "A String", # The immutable ID for the SmimeInfo.
- "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
- "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
"isDefault": True or False, # Whether this SmimeInfo is the default one for this user's send-as address.
+ "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
+ "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
}
x__xgafv: string, V1 error format.
@@ -169,13 +169,13 @@
An object of the form:
{ # An S/MIME email config.
- "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
"issuerCn": "A String", # The S/MIME certificate issuer's common name.
+ "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"id": "A String", # The immutable ID for the SmimeInfo.
- "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
- "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
"isDefault": True or False, # Whether this SmimeInfo is the default one for this user's send-as address.
+ "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
+ "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
}</pre>
</div>
@@ -197,13 +197,13 @@
{
"smimeInfo": [ # List of SmimeInfo.
{ # An S/MIME email config.
- "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"pkcs12": "A String", # PKCS#12 format containing a single private/public key pair and certificate chain. This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.
"issuerCn": "A String", # The S/MIME certificate issuer's common name.
+ "pem": "A String", # PEM formatted X509 concatenated certificate string (standard base64 encoding). Format used for returning key, which includes public key as well as certificate chain (not private key).
"id": "A String", # The immutable ID for the SmimeInfo.
- "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
- "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
"isDefault": True or False, # Whether this SmimeInfo is the default one for this user's send-as address.
+ "expiration": "A String", # When the certificate expires (in milliseconds since epoch).
+ "encryptedKeyPassword": "A String", # Encrypted key password, when key is encrypted.
},
],
}</pre>