GetLogDataProtectionPolicyDocumentStatement

data class GetLogDataProtectionPolicyDocumentStatement(val dataIdentifiers: List<String>, val operation: GetLogDataProtectionPolicyDocumentStatementOperation, val sid: String? = null) : ConvertibleToJava<GetLogDataProtectionPolicyDocumentStatement>

Constructors

constructor(dataIdentifiers: List<String>, operation: GetLogDataProtectionPolicyDocumentStatementOperation, sid: String? = null)

Properties

Link copied to clipboard

Set of at least 1 sensitive data identifiers that you want to mask. Read more in Types of data that you can protect.

Link copied to clipboard

Configures the data protection operation applied by this statement.

Link copied to clipboard
val sid: String? = null

Name of this statement.

Functions

Link copied to clipboard
open override fun toJava(): GetLogDataProtectionPolicyDocumentStatement