forwardWhenContentTypeIsUnknown property

bool forwardWhenContentTypeIsUnknown
final

The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

Implementation

final bool forwardWhenContentTypeIsUnknown;