Skip to content

Commit

Permalink
adding client template fields (#487)
Browse files Browse the repository at this point in the history
* adding CLient template fields

* revert removing import
  • Loading branch information
michael-picpay authored Nov 5, 2024
1 parent f6f314e commit 8f8cdf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ type Client struct {
BearerOnly *bool `json:"bearerOnly,omitempty"`
ClientAuthenticatorType *string `json:"clientAuthenticatorType,omitempty"`
ClientID *string `json:"clientId,omitempty"`
ClientTemplate *string `json:"clientTemplate,omitempty"`
ConsentRequired *bool `json:"consentRequired,omitempty"`
DefaultClientScopes *[]string `json:"defaultClientScopes,omitempty"`
DefaultRoles *[]string `json:"defaultRoles,omitempty"`
Expand All @@ -490,6 +491,9 @@ type Client struct {
ServiceAccountsEnabled *bool `json:"serviceAccountsEnabled,omitempty"`
StandardFlowEnabled *bool `json:"standardFlowEnabled,omitempty"`
SurrogateAuthRequired *bool `json:"surrogateAuthRequired,omitempty"`
UseTemplateConfig *bool `json:"useTemplateConfig,omitempty"`
UseTemplateMappers *bool `json:"useTemplateMappers,omitempty"`
UseTemplateScope *bool `json:"useTemplateScope,omitempty"`
WebOrigins *[]string `json:"webOrigins,omitempty"`
}

Expand Down

0 comments on commit 8f8cdf1

Please sign in to comment.