命名空间:microsoft.graph
表示用户对由 Microsoft Entra ID 治理 提供支持的公司可自定义使用条款协议的响应的当前状态。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出用户的协议接受情况 | agreementAcceptance | 检索用户的 agreementAcceptance 对象。 |
| 列出接受 | agreementAcceptance | 检索对协议的接受。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| agreementFileId | String | 用户接受的协议文件的标识符。 |
| agreementId | String | 协议的标识符。 |
| deviceDisplayName | String | 用于接受协议的设备显示名称。 |
| deviceId | String | 用于接受协议的设备的唯一标识符。 支持 $filter (eq) 和 eq 值 null 。 |
| deviceOSType | String | 用于接受协议的作系统。 |
| deviceOSVersion | String | 用于接受协议的设备作系统版本。 |
| expirationDateTime | DateTimeOffset | 接受的到期日期时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 支持 $filter (eq、 ge、 le) 和 eq 值 null 。 |
| id | String | 协议接受的标识符。 只读。 支持 $filter(eq)。 |
| recordedDateTime | DateTimeOffset | 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 |
| state | string | 协议接受状态。 可能的值为: accepted、 declined。 支持 $filter(eq)。 |
| userDisplayName | String | 记录接受时用户的显示名称。 |
| userEmail | String | 记录接受时用户的Email。 |
| userId | String | 接受协议的用户的标识符。 支持 $filter(eq)。 |
| 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",
}