GetLogDataProtectionPolicyDocumentStatementOperationDeidentify constructor

const GetLogDataProtectionPolicyDocumentStatementOperationDeidentify({
  1. required Input<Map<String, dynamic>> maskConfig,
})

Creates a new GetLogDataProtectionPolicyDocumentStatementOperationDeidentify. maskConfig An empty object that configures masking.

Implementation

const GetLogDataProtectionPolicyDocumentStatementOperationDeidentify({
  required this.maskConfig,
});