Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions packages/clients/src/api/iam/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ export class API extends ParentAPI {
)

/**
* Update an user's username. Private Beta feature.. Update an user's
* username. Private Beta feature.
* Update an user's username.. Update an user's username.
*
* @param request - The request {@link UpdateUserUsernameRequest}
* @returns A Promise of User
Expand All @@ -390,8 +389,7 @@ export class API extends ParentAPI {
)

/**
* Update an user's password. Private Beta feature.. Update an user's
* password. Private Beta feature.
* Update an user's password.. Update an user's password.
*
* @param request - The request {@link UpdateUserPasswordRequest}
* @returns A Promise of User
Expand All @@ -410,8 +408,7 @@ export class API extends ParentAPI {
)

/**
* Create a MFA OTP. Private Beta feature.. Create a MFA OTP. Private Beta
* feature.
* Create a MFA OTP.. Create a MFA OTP.
*
* @param request - The request {@link CreateUserMFAOTPRequest}
* @returns A Promise of MFAOTP
Expand All @@ -428,8 +425,7 @@ export class API extends ParentAPI {
)

/**
* Validate a MFA OTP. Private Beta feature.. Validate a MFA OTP. Private Beta
* feature.
* Validate a MFA OTP.. Validate a MFA OTP.
*
* @param request - The request {@link ValidateUserMFAOTPRequest}
* @returns A Promise of ValidateUserMFAOTPResponse
Expand All @@ -448,8 +444,7 @@ export class API extends ParentAPI {
)

/**
* Delete a MFA OTP. Private Beta feature.. Delete a MFA OTP. Private Beta
* feature.
* Delete a MFA OTP.. Delete a MFA OTP.
*
* @param request - The request {@link DeleteUserMFAOTPRequest}
*/
Expand All @@ -463,7 +458,7 @@ export class API extends ParentAPI {

/**
* Lock a member. Lock a member. A locked member cannot log in or use API keys
* until the locked status is removed. Private Beta feature.
* until the locked status is removed.
*
* @param request - The request {@link LockUserRequest}
* @returns A Promise of User
Expand All @@ -480,7 +475,7 @@ export class API extends ParentAPI {
)

/**
* Unlock a member. Unlock a member. Private Beta feature.
* Unlock a member.
*
* @param request - The request {@link UnlockUserRequest}
* @returns A Promise of User
Expand All @@ -497,8 +492,7 @@ export class API extends ParentAPI {
)

/**
* List grace periods of a member. List the grace periods of a member. Private
* Beta feature.
* List grace periods of a member. List the grace periods of a member.
*
* @param request - The request {@link ListGracePeriodsRequest}
* @returns A Promise of ListGracePeriodsResponse
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/iam/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export type CreateUserRequest = {
/** Tags associated with the user. */
tags?: string[]
/**
* Details of IAM member. Private Beta feature.
* Details of IAM member.
*
* One-of ('type'): at most one of 'email', 'member' could be set.
*/
Expand Down
Loading