GetPageShieldCookiesListInvokeResult

data class GetPageShieldCookiesListInvokeResult(val direction: String? = null, val domain: String? = null, val export: String? = null, val hosts: String? = null, val httpOnly: Boolean? = null, val id: String, val maxItems: Int? = null, val name: String? = null, val orderBy: String? = null, val page: String? = null, val pageUrl: String? = null, val path: String? = null, val perPage: Double? = null, val results: List<GetPageShieldCookiesListResult>, val sameSite: String? = null, val secure: Boolean? = null, val type: String? = null, val zoneId: String)

A collection of values returned by getPageShieldCookiesList.

Constructors

Link copied to clipboard
constructor(direction: String? = null, domain: String? = null, export: String? = null, hosts: String? = null, httpOnly: Boolean? = null, id: String, maxItems: Int? = null, name: String? = null, orderBy: String? = null, page: String? = null, pageUrl: String? = null, path: String? = null, perPage: Double? = null, results: List<GetPageShieldCookiesListResult>, sameSite: String? = null, secure: Boolean? = null, type: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

The direction used to sort returned cookies.' Available values: "asc", "desc".

Link copied to clipboard
val domain: String? = null

Filters the returned cookies that match the specified domain attribute

Link copied to clipboard
val export: String? = null

Export the list of cookies as a file. Available values: "csv".

Link copied to clipboard
val hosts: String? = null

Includes cookies that match one or more URL-encoded hostnames separated by commas.

Link copied to clipboard
val httpOnly: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val orderBy: String? = null
Link copied to clipboard
val page: String? = null
Link copied to clipboard
val pageUrl: String? = null
Link copied to clipboard
val path: String? = null
Link copied to clipboard
val perPage: Double? = null
Link copied to clipboard
Link copied to clipboard
val sameSite: String? = null
Link copied to clipboard
val secure: Boolean? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard

Identifier