Skip to content

Commit

Permalink
regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 21, 2023
1 parent 6ba894a commit e89c2c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,21 @@ type IdentityClaimsEmbedded struct {
AccountID string `json:"accountID,omitempty"`

// GivenName contains the value of the 'given_name' claim
// +optional
GivenName string `json:"givenName,omitempty"`

// FamilyName contains the value of the 'family_name' claim
// +optional
FamilyName string `json:"familyName,omitempty"`

// Company contains the value of the 'company' claim
// +optional
Company string `json:"company,omitempty"`

// OriginalSub is an optional property temporarily introduced for the purpose of migrating the users to
// a new IdP provider client, and contains the user's "original-sub" claim
// +optional
OriginalSub string `json:"originalSub,omitempty"`
}

// UserSignupStatus defines the observed state of UserSignup
Expand Down
7 changes: 7 additions & 0 deletions api/v1alpha1/zz_generated.openapi.go

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

0 comments on commit e89c2c1

Please sign in to comment.