ApplicationPrivacyConsent
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 presents the candidate with a 'Yes' or 'No' choice.

Implements

NameDescription
ApplicationQuestionnaireComponent
A component of an application questionnaire.This only contains identifying metadata; the componentTypeCode can be used to determine the concrete type of the component.

Fields

NameDescription
componentTypeCode* 
String!
The type of the component.This is always PrivacyConsent.
The identifier for the ApplicationQuestionnaireComponent.
privacyPolicyUrl* 
WebUrl!
The URL of the privacy policy to show to the candidate.
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 question.This can be used to correlate the question back to its corresponding representation in your software.

Seen in

Parent nameParent typeDescription
ApplicationPrivacyConsentResponseObjectcomponent field