agreementAcceptance 资源类型
命名空间:microsoft.graph
表示用户对受公司支持的公司可自定义使用条款协议的响应的当前Azure Active Directory (Azure AD) 。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| agreementFileId | 字符串 | 用户接受的协议文件的标识符。 |
| agreementId | 字符串 | 协议的标识符。 |
| 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 | 字符串 | 接受该协议的用户的标识符。 |
| 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"
}
反馈
提交和查看相关反馈