Skip to content

Commit

Permalink
[CLOUDTRUST-5540] Add onboarding status attribute in realm admin conf…
Browse files Browse the repository at this point in the history
…iguration (#140)
  • Loading branch information
Xelowak authored Oct 31, 2024
1 parent 27a9e6a commit 89ebdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type RealmAdminConfiguration struct {
AutoIdentificationVoucherEnabled *bool `json:"auto_identification_voucher_enabled"`
AutoIdentificationAccountingEnabled *bool `json:"auto_identification_accounting_enabled"`
AutoIdentificationPrepaymentRequired *bool `json:"auto_identification_prepayment_required"`
OnboardingStatusEnabled *bool `json:"onboarding_status_enabled"`
}

// Authorization struct
Expand Down

0 comments on commit 89ebdec

Please sign in to comment.