Skip to content
Merged
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
4 changes: 2 additions & 2 deletions proto/spaceone/api/identity/v2/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ message CreateUserRequest {
// If reset_password is true, send email
bool reset_password = 9;
// +optional
optional bool enforce_mfa = 10;
string enforce_mfa_state = 10;
// +optional
string enforce_mfa_type = 11;

Expand Down Expand Up @@ -194,7 +194,7 @@ message UpdateUserRequest {
// +optional
bool reset_password = 8;
// +optional
optional bool enforce_mfa = 9;
string enforce_mfa_state = 9;
// +optional
string enforce_mfa_type = 10;
}
Expand Down
Loading