名前空間: microsoft.graph
監査イベント エンティティを表します。
メソッド
プロパティ
| プロパティ |
種類 |
説明 |
| アクティビティ |
String |
監査アクティビティのフレンドリ名。 |
| activityDateTime |
DateTimeOffset |
アクティビティが実行された日時 (UTC)。 読み取り専用。 |
| activityOperationType |
cloudPcAuditActivityOperationType |
アクティビティの HTTP 操作の種類。 指定できる値には、、、patchおよび がunknownFutureValue含まれますcreate。 delete 読み取り専用です。 |
| activityResult |
cloudPcAuditActivityResult |
アクティビティの結果。 指定できる値には、、、、timeoutおよび がunknownFutureValue含まれますsuccess。 failureclientError 読み取り専用。 |
| activityType |
String |
実行されたアクティビティの種類。 読み取り専用です。 |
| actor |
cloudPcAuditActor |
監査イベントに関連付けられているユーザーとアプリケーションをMicrosoft Entra IDします。 読み取り専用です。 |
| category |
cloudPcAuditCategory |
監査イベントのカテゴリ。 使用可能な値は、cloudPC、unknownFutureValue です。 読み取り専用。 |
| componentName |
String |
監査イベントのコンポーネント名。 読み取り専用です。 |
| correlationId |
String |
システム内のアクティビティを関連付けるために使用されるクライアント要求 ID。 読み取り専用。 |
| displayName |
String |
監査イベントの表示名。 読み取り専用。 |
| id |
String |
監査イベントの一意識別子。 読み取り専用。 |
| リソース |
cloudPcAuditResource コレクション |
cloudPcAuditResource オブジェクトの一覧。 読み取り専用です。 |
cloudPcAuditActivityOperationType 値
| メンバー |
説明 |
| create |
ターゲット リソースの作成に使用される操作を示します。 |
| delete |
ターゲット リソースの削除に使用する操作を示します。 |
| パッチ |
ターゲット リソースの更新に使用される操作を示します。 |
| unknownFutureValue |
進化可能な列挙センチネル値。 使用しないでください。 |
cloudPcAuditActivityResult 値
| メンバー |
説明 |
| success |
操作が成功したことを示します。 |
| clientError |
クライアント エラーで操作が失敗したことを示します。 |
| 失敗 |
操作が失敗したことを示します。 |
| timeout |
タイムアウトで操作が失敗したことを示します。 |
| unknownFutureValue |
進化可能な列挙センチネル値。 使用しないでください。 |
cloudPcAuditCategory 値
| メンバー |
説明 |
| cloudPC |
監査イベントのカテゴリが Cloud PC であることを示します。 |
| unknownFutureValue |
進化可能な列挙センチネル値。 使用しないでください。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.cloudPcAuditEvent",
"id": "String (identifier)",
"displayName": "String",
"componentName": "String",
"actor": {
"@odata.type": "microsoft.graph.cloudPcAuditActor",
"type": "String",
"userPermissions": [
"String"
],
"applicationId": "String",
"applicationDisplayName": "String",
"userPrincipalName": "String",
"servicePrincipalName": "String",
"ipAddress": "String",
"userId": "String",
"userRoleScopeTags": [
{
"@odata.type": "microsoft.graph.cloudPcUserRoleScopeTagInfo",
"displayName": "String",
"roleScopeTagId": "String"
}
],
"remoteTenantId": "String",
"remoteUserId": "String"
},
"activity": "String",
"activityDateTime": "String (timestamp)",
"activityType": "String",
"activityOperationType": "String",
"activityResult": "String",
"correlationId": "String",
"resources": [
{
"@odata.type": "microsoft.graph.cloudPcAuditResource",
"displayName": "String",
"modifiedProperties": [
{
"@odata.type": "microsoft.graph.cloudPcAuditProperty",
"displayName": "String",
"oldValue": "String",
"newValue": "String"
}
],
"resourceId": "String"
}
],
"category": "String"
}