auditResource リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
監査のリソースのプロパティが含まれるクラス。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
displayName | 文字列型 (String) | 表示名。 |
modifiedProperties | auditProperty コレクション | 変更されたプロパティの一覧。 |
type | 文字列型 (String) | 監査のリソースの種類。 |
auditResourceType | String | 監査のリソースの種類。 |
resourceId | 文字列型 (String) | 監査のリソースの ID。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.auditResource",
"displayName": "String",
"modifiedProperties": [
{
"@odata.type": "microsoft.graph.auditProperty",
"displayName": "String",
"oldValue": "String",
"newValue": "String"
}
],
"type": "String",
"auditResourceType": "String",
"resourceId": "String"
}