@@ -196,6 +196,24 @@ type URLAdvancedPolicySettings struct {
196196 // A Boolean value indicating if the use of generative AI prompts with Perplexity by users should be categorized and logged
197197 EnablePerPlexityPrompt bool `json:"enablePerPlexityPrompt,omitempty"`
198198
199+ // A Boolean value indicating if the use of generative AI prompts with DeepSeek by users should be categorized and logged
200+ EnableDeepSeekPrompt bool `json:"enableDeepSeekPrompt,omitempty"`
201+
202+ // A Boolean value indicating if the use of generative AI prompts with Writer by users should be categorized and logged
203+ EnableWriterPrompt bool `json:"enableWriterPrompt,omitempty"`
204+
205+ // A Boolean value indicating if the use of generative AI prompts with Grok by users should be categorized and logged
206+ EnableGrokPrompt bool `json:"enableGrokPrompt,omitempty"`
207+
208+ // A Boolean value indicating if the use of generative AI prompts with Mistral AI by users should be categorized and logged
209+ EnableMistralAIPrompt bool `json:"enableMistralAIPrompt,omitempty"`
210+
211+ // A Boolean value indicating if the use of generative AI prompts with Claude by users should be categorized and logged
212+ EnableClaudePrompt bool `json:"enableClaudePrompt,omitempty"`
213+
214+ // A Boolean value indicating if the use of generative AI prompts with Grammarly by users should be categorized and logged
215+ EnableGrammarlyPrompt bool `json:"enableGrammarlyPrompt,omitempty"`
216+
199217 // A Boolean value indicating whether access to Skype is blocked or not.
200218 BlockSkype bool `json:"blockSkype,omitempty"`
201219
@@ -211,6 +229,12 @@ type URLAdvancedPolicySettings struct {
211229 // list of applications for which the SafeSearch enforcement applies. You cannot modify this field when the enforceSafeSearch field is disabled.
212230 // Supported Values: "ANY", "DAILYMOTION", "BING", "GOOGLE", "YAHOO", "AOL", "FLICKR", "YOUTUBE","DUCKDUCKGO"
213231 SafeSearchApps []string `json:"safeSearchApps,omitempty"`
232+
233+ // A Boolean value indicating if Zvelo database lookup is disabled.
234+ ZveloDbLookupDisabled bool `json:"zveloDbLookupDisabled,omitempty"`
235+
236+ // A Boolean value indicating if Creative Commons search results are enabled.
237+ EnableCreativeCommonsSearchResults bool `json:"enableCreativeCommonsSearchResults,omitempty"`
214238}
215239
216240func Get (ctx context.Context , service * zscaler.Service , ruleID int ) (* URLFilteringRule , error ) {
0 commit comments