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 877a192 commit 26f9e48Copy full SHA for 26f9e48
proto/spaceone/api/identity/v2/user.proto
@@ -161,7 +161,7 @@ message CreateUserRequest {
161
// If reset_password is true, send email
162
bool reset_password = 9;
163
// +optional
164
- optional bool enforce_mfa = 10;
+ string enforce_mfa_state = 10;
165
166
string enforce_mfa_type = 11;
167
@@ -194,7 +194,7 @@ message UpdateUserRequest {
194
195
bool reset_password = 8;
196
197
- optional bool enforce_mfa = 9;
+ string enforce_mfa_state = 9;
198
199
string enforce_mfa_type = 10;
200
}
0 commit comments