GetLogDataProtectionPolicyDocumentStatementOperation constructor
const
GetLogDataProtectionPolicyDocumentStatementOperation({
- Input<
GetLogDataProtectionPolicyDocumentStatementOperationAudit?> ? audit, - 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,
});