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.
UserStatus
1 parent 42f2e1a commit a6600c8Copy full SHA for a6600c8
api/iam/v1alpha1/iam_sdk.go
@@ -1478,9 +1478,9 @@ type User struct {
1478
// Deprecated: TwoFactorEnabled: deprecated, use "mfa" instead.
1479
TwoFactorEnabled *bool `json:"two_factor_enabled,omitempty"`
1480
1481
- // Status: status of user invitation.
+ // Deprecated: Status: status of user invitation.
1482
// Default value: unknown_status
1483
- Status UserStatus `json:"status"`
+ Status *UserStatus `json:"status,omitempty"`
1484
1485
// Mfa: defines whether MFA is enabled.
1486
Mfa bool `json:"mfa"`
0 commit comments