We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38b190 commit 6b7d806Copy full SHA for 6b7d806
packages_generated/iam/src/v1alpha1/marshalling.gen.ts
@@ -981,6 +981,7 @@ export const marshalUpdateAPIKeyRequest = (
981
): Record<string, unknown> => ({
982
default_project_id: request.defaultProjectId,
983
description: request.description,
984
+ expires_at: request.expiresAt,
985
})
986
987
export const marshalUpdateApplicationRequest = (
packages_generated/iam/src/v1alpha1/types.gen.ts
@@ -1936,6 +1936,10 @@ export type UpdateAPIKeyRequest = {
1936
* New description to update.
1937
*/
1938
description?: string
1939
+ /**
1940
+ * New expiration date of the API key.
1941
+ */
1942
+ expiresAt?: Date
1943
}
1944
1945
export type UpdateApplicationRequest = {
0 commit comments