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 fa16f05 commit 171f76aCopy full SHA for 171f76a
api/iam/v1alpha1/iam_sdk.go
@@ -2685,6 +2685,9 @@ type UpdateAPIKeyRequest struct {
2685
2686
// Description: new description to update.
2687
Description *string `json:"description,omitempty"`
2688
+
2689
+ // ExpiresAt: new expiration date of the API key.
2690
+ ExpiresAt *time.Time `json:"expires_at,omitempty"`
2691
}
2692
2693
// UpdateApplicationRequest: update application request.
0 commit comments