From 40b0348d282435d229e5980ceffaf572b7df7707 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Mon, 18 Sep 2023 13:29:14 +0000 Subject: [PATCH] feat(gmail): update the api #### gmail:v1 The following keys were added: - schemas.CsePrivateKeyMetadata.properties.pivKeyMetadata.$ref (Total Keys: 1) - schemas.PivKeyMetadata (Total Keys: 2) --- .../gmail_v1.users.settings.cse.keypairs.html | 18 ++++++++++++++++++ .../discovery_cache/documents/gmail.v1.json | 17 ++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/dyn/gmail_v1.users.settings.cse.keypairs.html b/docs/dyn/gmail_v1.users.settings.cse.keypairs.html index b985a208d61..056bf73e99a 100644 --- a/docs/dyn/gmail_v1.users.settings.cse.keypairs.html +++ b/docs/dyn/gmail_v1.users.settings.cse.keypairs.html @@ -125,6 +125,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], @@ -153,6 +156,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], @@ -195,6 +201,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], @@ -237,6 +246,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], @@ -273,6 +285,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], @@ -312,6 +327,9 @@

Method Details

"kaclsData": "A String", # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB. "kaclsUri": "A String", # The URI of the key access control list service that manages the private key. }, + "pivKeyMetadata": { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate. + "description": "A String", # Description about the PIV key. + }, "privateKeyMetadataId": "A String", # Output only. The immutable ID for the private key metadata instance. }, ], diff --git a/googleapiclient/discovery_cache/documents/gmail.v1.json b/googleapiclient/discovery_cache/documents/gmail.v1.json index 9bd70e60a89..38d2dddfd7f 100644 --- a/googleapiclient/discovery_cache/documents/gmail.v1.json +++ b/googleapiclient/discovery_cache/documents/gmail.v1.json @@ -3077,7 +3077,7 @@ } } }, - "revision": "20230904", + "revision": "20230911", "rootUrl": "https://gmail.googleapis.com/", "schemas": { "AutoForwarding": { @@ -3233,6 +3233,10 @@ "$ref": "KaclsKeyMetadata", "description": "Metadata for a private key instance managed by an external key access control list service." }, + "pivKeyMetadata": { + "$ref": "PivKeyMetadata", + "description": "Metadata for PIV card certificate." + }, "privateKeyMetadataId": { "description": "Output only. The immutable ID for the private key metadata instance.", "readOnly": true, @@ -4078,6 +4082,17 @@ "properties": {}, "type": "object" }, + "PivKeyMetadata": { + "description": "Metadata for a personal identity verification (PIV) private key that requires a card reader for access.", + "id": "PivKeyMetadata", + "properties": { + "description": { + "description": "Description about the PIV key.", + "type": "string" + } + }, + "type": "object" + }, "PopSettings": { "description": "POP settings for an account.", "id": "PopSettings",