agreementAcceptance 资源类型

命名空间:microsoft.graph

表示用户对由 Microsoft Entra ID 治理 提供支持的公司可自定义使用条款协议的响应的当前状态。

方法

方法 返回类型 说明
列出用户的协议接受 agreementAcceptance 检索用户的 agreementAcceptance 对象。
列出接受 agreementAcceptance 检索对协议的接受。

属性

属性 类型 说明
agreementFileId String 用户接受的协议文件的标识符。
agreementId String 协议的标识符。
deviceDisplayName String 用于接受协议的设备显示名称。
deviceId String 用于接受协议的设备的唯一标识符。 支持 $filter (eq) 和 eqnull
deviceOSType String 用于接受协议的操作系统。
deviceOSVersion String 用于接受协议的设备操作系统版本。
expirationDateTime DateTimeOffset 接受的到期日期时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 支持 $filter (eqgele) 和 eqnull
id String 协议接受的标识符。 此为只读属性。 支持 $filtereq)。
recordedDateTime DateTimeOffset 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
state string 协议接受状态。 可取值为:accepteddeclined。 支持 $filtereq)。
userDisplayName String 记录接受时用户的显示名称。
userEmail String 记录接受时用户的Email。
userId String 接受协议的用户的标识符。 支持 $filtereq)。
userPrincipalName String 记录接受时用户的 UPN。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
      "@odata.type": "microsoft.graph.agreementAcceptance",
      "agreementFileId": "String",
      "agreementId": "String",
      "deviceDisplayName": "String",
      "deviceId": "String",
      "deviceOSType": "String",
      "deviceOSVersion": "String",
      "expirationDateTime": "String",
      "id": "String (identifier)",
      "recordedDateTime": "String (timestamp)",
      "state": "String",
      "userDisplayName": "String",
      "userEmail": "String",
      "userId": "String",
      "userPrincipalName": "String",
}