Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.29 KB

File metadata and controls

47 lines (34 loc) · 1.29 KB
title privacyProfile resource type
description Represents a company's privacy profile, which includes a privacy statement URL and a contact person for questions regarding the privacy statement.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author suawat
ms.date 04/25/2024

privacyProfile resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "contactEmail": "string",
  "statementUrl": "string"
}