Get Page Shield Scripts List Invoke Result
data class GetPageShieldScriptsListInvokeResult(val direction: String? = null, val excludeCdnCgi: Boolean, val excludeDuplicates: Boolean, val excludeUrls: String? = null, val export: String? = null, val hosts: String? = null, val id: String, val maxItems: Int? = null, val orderBy: String? = null, val page: String? = null, val pageUrl: String? = null, val perPage: Double? = null, val prioritizeMalicious: Boolean? = null, val results: List<GetPageShieldScriptsListResult>, val status: String? = null, val urls: String? = null, val zoneId: String)
A collection of values returned by getPageShieldScriptsList.
Constructors
Link copied to clipboard
constructor(direction: String? = null, excludeCdnCgi: Boolean, excludeDuplicates: Boolean, excludeUrls: String? = null, export: String? = null, hosts: String? = null, id: String, maxItems: Int? = null, orderBy: String? = null, page: String? = null, pageUrl: String? = null, perPage: Double? = null, prioritizeMalicious: Boolean? = null, results: List<GetPageShieldScriptsListResult>, status: String? = null, urls: String? = null, zoneId: String)
Properties
Link copied to clipboard
When true, excludes scripts seen in a /cdn-cgi
path from the returned scripts. The default value is true.
Link copied to clipboard
When true, excludes duplicate scripts. We consider a script duplicate of another if their javascript content matches and they share the same url host and zone hostname. In such case, we return the most recent script for the URL host and zone hostname combination.
Link copied to clipboard
Excludes scripts whose URL contains one of the URL-encoded URLs separated by commas.
Link copied to clipboard
Link copied to clipboard