Module: Google::Cloud::Talent::V4beta1::HtmlSanitization

Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

Option for HTML content sanitization on user input fields, for example, job description. By setting this option, user can determine whether and how sanitization is performed on these fields.

Constant Summary collapse

HTML_SANITIZATION_UNSPECIFIED =

Default value.

0
HTML_SANITIZATION_DISABLED =

Disables sanitization on HTML input.

1
SIMPLE_FORMATTING_ONLY =

Sanitizes HTML input, only accepts bold, italic, ordered list, and unordered list markup tags.

2