privacyProfile resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a company's privacy profile, which includes a privacy statement URL and a contact person for questions regarding the privacy statement.
Properties
Property | Type | Description |
---|---|---|
contactEmail | String | A valid smtp email address for the privacy statement contact. Not required. |
statementUrl | String | A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required. |
JSON representation
The following JSON representation shows the resource type.
{
"contactEmail": "string",
"statementUrl": "string"
}