ApplicationPrivacyConsentInput
Input object

A privacy policy consent component of an ApplicationQuestionnaire.This consists of a URL for candidates to view the privacy policy and text to prompt the candidate as to whether or not they agree.The privacy policy consent component always defaults the available response choices for the candidate to 'Yes' and 'No'.

Fields

Name
Description
componentTypeCode* 
String!
The type of the component.This is always PrivacyConsent.
privacyPolicyUrl* 
WebUrlInput!
The URL of the privacy policy to show to the candidate.The url field has a maximum length of 1,000 characters.
descriptionHtml 
String
The HTML snippet to prompt the candidate for consent.Unsupported tags will be silently stripped when creating a questionnaire.This is optional and will default to 'Do you agree to the privacy policy?'.
value 
String
A partner-provided unique ID for the consent component.This can be used to correlate the consent component back to its corresponding representation in your software. This must be unique across all components in the questionnaire.

Seen in

Parent name
Parent type
Description
Input Object
privacyConsent field