Skip to content

Commit

Permalink
feat(gmail): update the api
Browse files Browse the repository at this point in the history
#### gmail:v1

The following keys were added:
- schemas.CsePrivateKeyMetadata.properties.pivKeyMetadata.$ref (Total Keys: 1)
- schemas.PivKeyMetadata (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Sep 18, 2023
1 parent f5890d0 commit 40b0348
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/dyn/gmail_v1.users.settings.cse.keypairs.html
Expand Up @@ -125,6 +125,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down Expand Up @@ -153,6 +156,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down Expand Up @@ -195,6 +201,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down Expand Up @@ -237,6 +246,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down Expand Up @@ -273,6 +285,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down Expand Up @@ -312,6 +327,9 @@ <h3>Method Details</h3>
&quot;kaclsData&quot;: &quot;A String&quot;, # Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
&quot;kaclsUri&quot;: &quot;A String&quot;, # The URI of the key access control list service that manages the private key.
},
&quot;pivKeyMetadata&quot;: { # Metadata for a personal identity verification (PIV) private key that requires a card reader for access. # Metadata for PIV card certificate.
&quot;description&quot;: &quot;A String&quot;, # Description about the PIV key.
},
&quot;privateKeyMetadataId&quot;: &quot;A String&quot;, # Output only. The immutable ID for the private key metadata instance.
},
],
Expand Down
17 changes: 16 additions & 1 deletion googleapiclient/discovery_cache/documents/gmail.v1.json
Expand Up @@ -3077,7 +3077,7 @@
}
}
},
"revision": "20230904",
"revision": "20230911",
"rootUrl": "https://gmail.googleapis.com/",
"schemas": {
"AutoForwarding": {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 40b0348

Please sign in to comment.