Skip to content

Commit 6c1039b

Browse files
Adding client template fields
1 parent fec0d9e commit 6c1039b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

models.go

+4
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ type Client struct {
463463
BearerOnly *bool `json:"bearerOnly,omitempty"`
464464
ClientAuthenticatorType *string `json:"clientAuthenticatorType,omitempty"`
465465
ClientID *string `json:"clientId,omitempty"`
466+
ClientTemplate *string `json:"clientTemplate,omitempty"`
466467
ConsentRequired *bool `json:"consentRequired,omitempty"`
467468
DefaultClientScopes *[]string `json:"defaultClientScopes,omitempty"`
468469
DefaultRoles *[]string `json:"defaultRoles,omitempty"`
@@ -489,6 +490,9 @@ type Client struct {
489490
ServiceAccountsEnabled *bool `json:"serviceAccountsEnabled,omitempty"`
490491
StandardFlowEnabled *bool `json:"standardFlowEnabled,omitempty"`
491492
SurrogateAuthRequired *bool `json:"surrogateAuthRequired,omitempty"`
493+
UseTemplateConfig *bool `json:"useTemplateConfig,omitempty"`
494+
UseTemplateMappers *bool `json:"useTemplateMappers,omitempty"`
495+
UseTemplateScope *bool `json:"useTemplateScope,omitempty"`
492496
WebOrigins *[]string `json:"webOrigins,omitempty"`
493497
}
494498

0 commit comments

Comments
 (0)