Get Rules Result
data class GetRulesResult(val category: Int? = null, val contentCategory: String? = null, val customType: Int? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val productId: String? = null, val riskLevelId: String? = null, val ruleType: Int? = null, val rules: List<GetRulesRule>, val status: String? = null, val warnLevel: Int? = null)
A collection of values returned by getRules.
Constructors
Link copied to clipboard
constructor(category: Int? = null, contentCategory: String? = null, customType: Int? = null, enableDetails: Boolean? = null, id: String, ids: List<String>, name: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, productId: String? = null, riskLevelId: String? = null, ruleType: Int? = null, rules: List<GetRulesRule>, status: String? = null, warnLevel: Int? = null)
Properties
Link copied to clipboard
The Content Classification.
Link copied to clipboard
Sensitive Data Identification Rules of Type. 0: the Built-in 1: The User-Defined.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sensitive Data Identification Rules of Risk Level ID. Valid values:1:S1, Weak Risk Level. 2:S2, Medium Risk Level. 3:S3 High Risk Level. 4:S4, the Highest Risk Level.
Link copied to clipboard
A list of Sddp Rules. Each element contains the following attributes: