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
Name | Description |
---|---|
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
Name | Description |
---|---|
String! | The type of the component.This is always PrivacyConsent . |
The identifier for the ApplicationQuestionnaireComponent . | |
WebUrl! | The URL of the privacy policy to show to the candidate. |
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?'. |
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 name | Parent type | Description |
---|---|---|
Object | component field |