Skip to content

Commit 26f9e48

Browse files
authored
fix: Update enforce_mfa field to enforce_mfa_state (#601)
Signed-off-by: daeyeonko <kkdy21@naver.com>
1 parent 877a192 commit 26f9e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/spaceone/api/identity/v2/user.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ message CreateUserRequest {
161161
// If reset_password is true, send email
162162
bool reset_password = 9;
163163
// +optional
164-
optional bool enforce_mfa = 10;
164+
string enforce_mfa_state = 10;
165165
// +optional
166166
string enforce_mfa_type = 11;
167167

@@ -194,7 +194,7 @@ message UpdateUserRequest {
194194
// +optional
195195
bool reset_password = 8;
196196
// +optional
197-
optional bool enforce_mfa = 9;
197+
string enforce_mfa_state = 9;
198198
// +optional
199199
string enforce_mfa_type = 10;
200200
}

0 commit comments

Comments
 (0)