Get Waf Policies Plain Args
data class GetWafPoliciesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val queryArgs: String? = null, val status: String? = null) : ConvertibleToJava<GetWafPoliciesPlainArgs>
A collection of arguments for invoking getWafPolicies.
Constructors
Functions
Properties
Link copied to clipboard
The query conditions. The value is a string in the JSON format. Format: {"PolicyIds":"The ID of the proteuleIds":"Thection policy","R range of protection rule IDs","PolicyNameLike":"The name of the protection policy","DomainNames":"The protected domain names","PolicyType":"default","DefenseScenes":"waf_group","PolicyStatus":"on","OrderBy":"GmtModified","Desc":"false"}
.