diff --git a/docs/dyn/gmail_v1.users.settings.cse.identities.html b/docs/dyn/gmail_v1.users.settings.cse.identities.html index fb7bc1515f..acd9554e1c 100644 --- a/docs/dyn/gmail_v1.users.settings.cse.identities.html +++ b/docs/dyn/gmail_v1.users.settings.cse.identities.html @@ -113,6 +113,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, } x__xgafv: string, V1 error format. @@ -126,6 +130,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, } @@ -161,6 +169,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, } @@ -185,6 +197,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, }, ], "nextPageToken": "A String", # Pagination token to be passed to a subsequent ListCseIdentities call in order to retrieve the next page of identities. If this value is not returned or is the empty string, then no further pages remain. @@ -218,6 +234,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, } x__xgafv: string, V1 error format. @@ -231,6 +251,10 @@

Method Details

{ # The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. "emailAddress": "A String", # The email address for the sending identity. The email address must be the primary email address of the authenticated user. "primaryKeyPairId": "A String", # If a key pair is associated, the ID of the key pair, CseKeyPair. + "signAndEncryptKeyPairs": { # The configuration of a CSE identity that uses different key pairs for signing and encryption. # The configuration of a CSE identity that uses different key pairs for signing and encryption. + "encryptionKeyPairId": "A String", # The ID of the CseKeyPair that encrypts signed outgoing mail. + "signingKeyPairId": "A String", # The ID of the CseKeyPair that signs outgoing mail. + }, } diff --git a/googleapiclient/discovery_cache/documents/gmail.v1.json b/googleapiclient/discovery_cache/documents/gmail.v1.json index 47285e49c6..215eb8120c 100644 --- a/googleapiclient/discovery_cache/documents/gmail.v1.json +++ b/googleapiclient/discovery_cache/documents/gmail.v1.json @@ -3077,7 +3077,7 @@ } } }, - "revision": "20230918", + "revision": "20230925", "rootUrl": "https://gmail.googleapis.com/", "schemas": { "AutoForwarding": { @@ -3164,6 +3164,10 @@ "primaryKeyPairId": { "description": "If a key pair is associated, the ID of the key pair, CseKeyPair.", "type": "string" + }, + "signAndEncryptKeyPairs": { + "$ref": "SignAndEncryptKeyPairs", + "description": "The configuration of a CSE identity that uses different key pairs for signing and encryption." } }, "type": "object" @@ -4213,6 +4217,21 @@ }, "type": "object" }, + "SignAndEncryptKeyPairs": { + "description": "The configuration of a CSE identity that uses different key pairs for signing and encryption.", + "id": "SignAndEncryptKeyPairs", + "properties": { + "encryptionKeyPairId": { + "description": "The ID of the CseKeyPair that encrypts signed outgoing mail.", + "type": "string" + }, + "signingKeyPairId": { + "description": "The ID of the CseKeyPair that signs outgoing mail.", + "type": "string" + } + }, + "type": "object" + }, "SmimeInfo": { "description": "An S/MIME email config.", "id": "SmimeInfo",