auditEvent 资源类型
命名空间:microsoft.graph.managedTenants
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示Microsoft 365 Lighthouse中托管租户的审核事件。
方法
方法 | 返回类型 | Description |
---|---|---|
List | microsoft.graph.managedTenants.auditEvent 集合 | 获取 auditEvent 对象及其属性的列表。 |
Get | microsoft.graph.managedTenants.auditEvent | 读取 auditEvent 对象的属性和关系。 |
属性
属性 | 类型 | 说明 |
---|---|---|
活动 | String | 唯一表示所发生操作的字符串。 必填。 此为只读属性。 |
activityDateTime | DateTimeOffset | 活动发生的时间。 必填。 此为只读属性。 |
activityId | String | 发出审核事件的活动请求的标识符。 必填。 此为只读属性。 |
“类别” | String | 表示活动的逻辑分组的类别。 必填。 此为只读属性。 |
httpVerb | String | 发出 API 请求时使用的 HTTP 谓词。 必填。 只读。 |
id | String | 审核事件的唯一标识符。 必填。 此为只读属性。 |
initiatedByAppId | String | 用于发出请求的应用的标识符。 必填。 此为只读属性。 |
initiatedByUpn | String | 发起活动的用户的 UPN。 必填。 此为只读属性。 |
initiatedByUserId | String | 发起活动的用户的标识符。 必填。 此为只读属性。 |
ipAddress | String | 活动启动位置的 IP 地址。 这可能是 IPv4 或 IPv6 地址。 必填。 此为只读属性。 |
requestBody | String | 原始 HTTP 请求正文。 可能会删除某些敏感信息。 |
requestUrl | String | 原始 HTTP 请求 URL。 必填。 此为只读属性。 |
tenantIds | String | 受更改影响的托管租户的Microsoft Entra租户标识符的集合,其格式设置为逗号分隔值列表。 必填。 此为只读属性。 |
tenantNames | String | 受更改影响的租户名称集合,其格式设置为逗号分隔值列表。 必填。 只读。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.managedTenants.auditEvent",
"activity": "String",
"activityDateTime": "String (timestamp)",
"activityId": "String",
"category": "String",
"httpVerb": "String",
"id": "String (identifier)",
"initiatedByAppId": "String",
"initiatedByUpn": "String",
"initiatedByUserId": "String",
"ipAddress": "String",
"requestBody": "String",
"requestUrl": "String",
"tenantIds": "String",
"tenantNames": "String"
}