Get Security Policy Result
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)