From 0b9bd829732f08098b87300509d5d8cbe5b48a93 Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Tue, 5 Nov 2024 10:10:16 +0100 Subject: [PATCH] Update SDK --- castai/sdk/api.gen.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/castai/sdk/api.gen.go b/castai/sdk/api.gen.go index a407cd7e..f44bedc8 100644 --- a/castai/sdk/api.gen.go +++ b/castai/sdk/api.gen.go @@ -360,6 +360,10 @@ type CastaiAuthtokenV1beta1AuthToken struct { // created_by is used to link this token to a user who created it. CreatedBy *string `json:"createdBy"` + // (read only) Time when the token will expire (unix timestamp in nanoseconds). + // A null value means that the key will never expire. + ExpiresAt *time.Time `json:"expiresAt,omitempty"` + // (read only) ID of the token. Id *string `json:"id,omitempty"`