GetUrlNormalizationSettingsResult

data class GetUrlNormalizationSettingsResult(val id: String, val scope: String, val type: String, val zoneId: String)

A collection of values returned by getUrlNormalizationSettings.

Constructors

Link copied to clipboard
constructor(id: String, scope: String, type: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The scope of the URL normalization. Available values: "incoming", "both".

Link copied to clipboard

The type of URL normalization performed by Cloudflare. Available values: "cloudflare", "rfc3986".

Link copied to clipboard

The unique ID of the zone.