GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier constructor
const
GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier({})
Creates a new GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier.
name Name of the custom data idenfitier
regex Regular expression to match sensitive data
Implementation
const GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier({
required this.name,
required this.regex,
});