@@ -1545,7 +1545,7 @@ type CreateUserRequest struct {
1545
1545
// Tags: tags associated with the user.
1546
1546
Tags []string `json:"tags"`
1547
1547
1548
- // Member: details of IAM member. Private Beta feature.
1548
+ // Member: details of IAM member.
1549
1549
// Precisely one of Email, Member must be set.
1550
1550
Member * CreateUserRequestMember `json:"member,omitempty"`
1551
1551
}
@@ -2800,7 +2800,7 @@ func (s *API) CreateUser(req *CreateUserRequest, opts ...scw.RequestOption) (*Us
2800
2800
return & resp , nil
2801
2801
}
2802
2802
2803
- // UpdateUserUsername: Update an user's username. Private Beta feature.
2803
+ // UpdateUserUsername: Update an user's username.
2804
2804
func (s * API ) UpdateUserUsername (req * UpdateUserUsernameRequest , opts ... scw.RequestOption ) (* User , error ) {
2805
2805
var err error
2806
2806
@@ -2827,7 +2827,7 @@ func (s *API) UpdateUserUsername(req *UpdateUserUsernameRequest, opts ...scw.Req
2827
2827
return & resp , nil
2828
2828
}
2829
2829
2830
- // UpdateUserPassword: Update an user's password. Private Beta feature.
2830
+ // UpdateUserPassword: Update an user's password.
2831
2831
func (s * API ) UpdateUserPassword (req * UpdateUserPasswordRequest , opts ... scw.RequestOption ) (* User , error ) {
2832
2832
var err error
2833
2833
@@ -2854,7 +2854,7 @@ func (s *API) UpdateUserPassword(req *UpdateUserPasswordRequest, opts ...scw.Req
2854
2854
return & resp , nil
2855
2855
}
2856
2856
2857
- // CreateUserMFAOTP: Create a MFA OTP. Private Beta feature.
2857
+ // CreateUserMFAOTP: Create a MFA OTP.
2858
2858
func (s * API ) CreateUserMFAOTP (req * CreateUserMFAOTPRequest , opts ... scw.RequestOption ) (* MFAOTP , error ) {
2859
2859
var err error
2860
2860
@@ -2881,7 +2881,7 @@ func (s *API) CreateUserMFAOTP(req *CreateUserMFAOTPRequest, opts ...scw.Request
2881
2881
return & resp , nil
2882
2882
}
2883
2883
2884
- // ValidateUserMFAOTP: Validate a MFA OTP. Private Beta feature.
2884
+ // ValidateUserMFAOTP: Validate a MFA OTP.
2885
2885
func (s * API ) ValidateUserMFAOTP (req * ValidateUserMFAOTPRequest , opts ... scw.RequestOption ) (* ValidateUserMFAOTPResponse , error ) {
2886
2886
var err error
2887
2887
@@ -2908,7 +2908,7 @@ func (s *API) ValidateUserMFAOTP(req *ValidateUserMFAOTPRequest, opts ...scw.Req
2908
2908
return & resp , nil
2909
2909
}
2910
2910
2911
- // DeleteUserMFAOTP: Delete a MFA OTP. Private Beta feature.
2911
+ // DeleteUserMFAOTP: Delete a MFA OTP.
2912
2912
func (s * API ) DeleteUserMFAOTP (req * DeleteUserMFAOTPRequest , opts ... scw.RequestOption ) error {
2913
2913
var err error
2914
2914
@@ -2933,7 +2933,7 @@ func (s *API) DeleteUserMFAOTP(req *DeleteUserMFAOTPRequest, opts ...scw.Request
2933
2933
return nil
2934
2934
}
2935
2935
2936
- // LockUser: Lock a member. A locked member cannot log in or use API keys until the locked status is removed. Private Beta feature.
2936
+ // LockUser: Lock a member. A locked member cannot log in or use API keys until the locked status is removed.
2937
2937
func (s * API ) LockUser (req * LockUserRequest , opts ... scw.RequestOption ) (* User , error ) {
2938
2938
var err error
2939
2939
@@ -2960,7 +2960,7 @@ func (s *API) LockUser(req *LockUserRequest, opts ...scw.RequestOption) (*User,
2960
2960
return & resp , nil
2961
2961
}
2962
2962
2963
- // UnlockUser: Unlock a member. Private Beta feature.
2963
+ // UnlockUser: Unlock a member.
2964
2964
func (s * API ) UnlockUser (req * UnlockUserRequest , opts ... scw.RequestOption ) (* User , error ) {
2965
2965
var err error
2966
2966
@@ -2987,7 +2987,7 @@ func (s *API) UnlockUser(req *UnlockUserRequest, opts ...scw.RequestOption) (*Us
2987
2987
return & resp , nil
2988
2988
}
2989
2989
2990
- // ListGracePeriods: List the grace periods of a member. Private Beta feature.
2990
+ // ListGracePeriods: List the grace periods of a member.
2991
2991
func (s * API ) ListGracePeriods (req * ListGracePeriodsRequest , opts ... scw.RequestOption ) (* ListGracePeriodsResponse , error ) {
2992
2992
var err error
2993
2993
0 commit comments