File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ type Client struct {
463
463
BearerOnly * bool `json:"bearerOnly,omitempty"`
464
464
ClientAuthenticatorType * string `json:"clientAuthenticatorType,omitempty"`
465
465
ClientID * string `json:"clientId,omitempty"`
466
+ ClientTemplate * string `json:"clientTemplate,omitempty"`
466
467
ConsentRequired * bool `json:"consentRequired,omitempty"`
467
468
DefaultClientScopes * []string `json:"defaultClientScopes,omitempty"`
468
469
DefaultRoles * []string `json:"defaultRoles,omitempty"`
@@ -489,6 +490,9 @@ type Client struct {
489
490
ServiceAccountsEnabled * bool `json:"serviceAccountsEnabled,omitempty"`
490
491
StandardFlowEnabled * bool `json:"standardFlowEnabled,omitempty"`
491
492
SurrogateAuthRequired * bool `json:"surrogateAuthRequired,omitempty"`
493
+ UseTemplateConfig * bool `json:"useTemplateConfig,omitempty"`
494
+ UseTemplateMappers * bool `json:"useTemplateMappers,omitempty"`
495
+ UseTemplateScope * bool `json:"useTemplateScope,omitempty"`
492
496
WebOrigins * []string `json:"webOrigins,omitempty"`
493
497
}
494
498
You can’t perform that action at this time.
0 commit comments