privacyProfile 资源类型

命名空间:microsoft.graph

表示 公司的 隐私配置文件,其中包括隐私声明 URL 和有关隐私声明的问题联系人。

属性

属性 类型 说明
contactEmail String 隐私声明联系人的有效 smtp 电子邮件地址。 可选。
statementUrl String 以 http:// 或 https:// 开头的有效 URL 格式。 最大长度为 255 个字符。 定向到公司隐私声明的 URL。 可选。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

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