GetLogDataProtectionPolicyDocumentStatementOperation constructor

const GetLogDataProtectionPolicyDocumentStatementOperation({
  1. Input<GetLogDataProtectionPolicyDocumentStatementOperationAudit?>? audit,
  2. Input<GetLogDataProtectionPolicyDocumentStatementOperationDeidentify?>? deidentify,
})

Creates a new GetLogDataProtectionPolicyDocumentStatementOperation. audit Configures the detection of sensitive data. deidentify Configures the masking of sensitive data.

Implementation

const GetLogDataProtectionPolicyDocumentStatementOperation({
  this.audit,
  this.deidentify,
});