GetRulesResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: Int? = null

Sensitive Data Identification Rules for the Type of.

Link copied to clipboard
val contentCategory: String? = null

The Content Classification.

Link copied to clipboard
val customType: Int? = null

Sensitive Data Identification Rules of Type. 0: the Built-in 1: The User-Defined.

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Rule names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val productId: String? = null

Product ID.

Link copied to clipboard
val riskLevelId: String? = null

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:

Link copied to clipboard
val ruleType: Int? = null
Link copied to clipboard
val status: String? = null

Sensitive Data Identification Rules Detection State of.

Link copied to clipboard
val warnLevel: Int? = null

The Level of Risk.