GetSecurityPolicyResult

data class GetSecurityPolicyResult(val adaptiveProtectionConfigs: List<GetSecurityPolicyAdaptiveProtectionConfig>, val advancedOptionsConfigs: List<GetSecurityPolicyAdvancedOptionsConfig>, val description: String, val fingerprint: String, val id: String, val name: String? = null, val project: String? = null, val recaptchaOptionsConfigs: List<GetSecurityPolicyRecaptchaOptionsConfig>, val rules: List<GetSecurityPolicyRule>, val selfLink: String? = null, val type: String)

A collection of values returned by getSecurityPolicy.

Constructors

Link copied to clipboard
constructor(adaptiveProtectionConfigs: List<GetSecurityPolicyAdaptiveProtectionConfig>, advancedOptionsConfigs: List<GetSecurityPolicyAdvancedOptionsConfig>, description: String, fingerprint: String, id: String, name: String? = null, project: String? = null, recaptchaOptionsConfigs: List<GetSecurityPolicyRecaptchaOptionsConfig>, rules: List<GetSecurityPolicyRule>, selfLink: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
val selfLink: String? = null
Link copied to clipboard