agreementAcceptance 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示用户对由 Microsoft Entra ID Governance 提供支持的公司可自定义使用条款协议的响应的当前状态。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出用户的协议接受情况 | agreementAcceptance | 检索用户的 agreementAcceptance 对象。 |
列出接受 | agreementAcceptance | 检索对协议的接受。 |
属性
属性 | 类型 | 说明 |
---|---|---|
agreementFileId | String | 用户接受的协议文件的 ID。 |
agreementId | String | 协议的 ID。 |
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 。 支持 $filter (eq ) 和 eq 值 null 。 |
state | string | 可取值为:accepted 、declined 。 支持 $filter (eq )。 |
userDisplayName | String | 记录接受时用户的显示名称。 |
userEmail | String | 记录接受时用户的电子邮件。 |
userId | String | 接受协议的用户的 ID。 支持 $filter (eq )。 |
userPrincipalName | String | 记录接受时用户的 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"
}