new PrivacyPolicy(idopt, labelopt, urlopt, lastUpdatedopt)
Parameters:
Name |
Type |
Attributes |
Description |
id |
String
|
<optional>
|
A unique identifier for the privacy policy. |
label |
String
|
<optional>
|
A short, descriptive label that will be displayed to the user on the Usage consent screen. |
url |
String
|
<optional>
|
The URL that the full privacy policy is located at. |
lastUpdated |
String
|
<optional>
|
A String that indicates the last update of the privacy policy.
Note that this is not required to be a date as long as each revision uses a unique, but it is strongly recommended. |
Example
sap.Usage.PrivacyPolicy("mycompany", "My Company Privacy Policy", "http://mycompany.com/privacy", "2016-11-21T00:00");