Skip to content

Commit

Permalink
updated gen files
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Nov 13, 2024
1 parent 5387e0c commit ddfd407
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
24 changes: 24 additions & 0 deletions management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions management/management.gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion management/self_service_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type SelfServiceProfileTicket struct {
// connection will be enabled for.
EnabledOrganizations []*SelfServiceProfileTicketEnabledOrganizations `json:"enabled_organizations,omitempty"`

TTLSec int `json:"ttl_sec"`
TTLSec int `json:"ttl_sec,omitempty"`

// The ticket that is generated.
Ticket *string `json:"ticket,omitempty"`
Expand Down

0 comments on commit ddfd407

Please sign in to comment.