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 0e28290 commit eadb80aCopy full SHA for eadb80a
api/webhosting/v1alpha1/webhosting_sdk.go
@@ -503,6 +503,9 @@ type Hosting struct {
503
// Protected: whether the hosting is protected or not.
504
Protected bool `json:"protected"`
505
506
+ // OneTimePassword: one-time-password used for the first login or reset password, empty after first use.
507
+ OneTimePassword string `json:"one_time_password"`
508
+
509
// Region: region where the Web Hosting plan is hosted.
510
Region scw.Region `json:"region"`
511
}
0 commit comments