agreementAcceptance 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示用户对受公司支持的公司可自定义使用条款协议的响应的当前Azure Active Directory (Azure AD) 。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| agreementFileId | 字符串 | 用户接受的协议文件的 ID。 |
| agreementId | 字符串 | 协议的 ID。 |
| deviceDisplayName | String | 用于显示名称协议的设备的设备组。 |
| deviceId | String | 用于接受协议的设备的唯一标识符。 |
| deviceOSType | 字符串 | 用于接受协议的操作系统。 |
| deviceOSVersion | 字符串 | 用于接受协议的设备的操作系统版本。 |
| expirationDateTime | DateTimeOffset | 接受的到期日期时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z |
| id | 字符串 | 只读。 |
| recordedDateTime | DateTimeOffset | 时间戳类型表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。例如,2014 年 1 月 1 日午夜 UTC 类似于如下形式:2014-01-01T00:00:00Z |
| state | string | 可取值为:accepted、declined。 支持 $filter(eq)。 |
| userDisplayName | String | 记录接受时用户的显示名称。 |
| userEmail | String | 记录接受时用户的电子邮件。 |
| userId | 字符串 | 接受该协议的用户的 ID。 |
| userPrincipalName | 字符串 | 记录接受时用户的 UPN。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"id": "String (identifier)",
"agreementId": "String",
"userId": "String",
"deviceId": "String",
"deviceDisplayName": "String",
"deviceOSType": "String",
"deviceOSVersion": "String",
"agreementFileId": "String",
"userDisplayName": "String",
"userPrincipalName": "String",
"userEmail": "String",
"recordedDateTime": "String (timestamp)",
"expirationDateTime": "String",
"state": "String"
}
反馈
提交和查看相关反馈