cloudAppDiscoveryReport リソースの種類
名前空間: microsoft.graph.security
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
エンドポイントまたはストリームで検出されたクラウド アプリに関する情報を表します。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
アップロードされたストリームを一覧表示する | microsoft.graph.security.cloudAppDiscoveryReport コレクション | ファイアウォールとプロキシから手動でアップロードされたすべてのストリームを可視化します。 |
集計されたアプリの詳細を取得する | microsoft.graph.security.discoveredCloudAppDetail コレクション | 期間を指定して、検出されたアプリの 集計された詳細 を取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
anonymizeMachineData | ブール型 | コンピューター情報が匿名化されている場合は 1 を使用し、それ以外の場合は 0 を使用します。 |
anonymizeUserData | ブール型 | ユーザー情報が匿名化されている場合は 1 を使用します。それ以外の場合は 0 を使用します。 |
createdDateTime | DateTimeOffset | 指定した形式の日付。 タイムスタンプは、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC で表されます。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
説明 | String | レポートのコメントまたは説明。 |
displayName | String | 連続レポートの表示名。 |
id | String | サポートされているログの種類の ID。 エンティティから継承 されます。 |
isSnapshotReport | ブール型 | スナップショット レポートには1 を使用し、それ以外の場合は 0 を使用します。 |
lastDataReceivedDateTime | DateTimeOffset | データが最後に受信された日付。 タイムスタンプは、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC で表されます。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
lastModifiedDateTime | DateTimeOffset | 継続的レポートが最後に変更された日付。 タイムスタンプは、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC で表されます。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
logDataProvider | microsoft.graph.security.logDataProvider | 該当するログ データ プロバイダー。 Possible values are: barracuda , bluecoat , checkpoint , ciscoAsa , ciscoIronportProxy , fortigate , paloAlto , squid , zscaler , mcafeeSwg , ciscoScanSafe , juniperSrx , sophosSg , websenseV75 , websenseSiemCef , machineZoneMeraki , squidNative , ciscoFwsm , microsoftIsaW3C , sonicwall , sophosCyberoam , clavister , customParser , juniperSsg , zscalerQradar , juniperSrxSd , juniperSrxWelf , microsoftConditionalAppAccess , ciscoAsaFirepower , genericCef , genericLeef , genericW3C , iFilter , checkpointXml , checkpointSmartViewTracker , barracudaNextGenFw , barracudaNextGenFwWeblog , microsoftDefenderForEndpoint , zscalerCef , sophosXg , iboss , forcepoint , fortios , ciscoIronportWsaIi , paloAltoLeef , forcepointLeef , stormshield , contentkeeper , ciscoIronportWsaIii , checkpointCef , corrata , ciscoFirepowerV6 , menloSecurityCef , watchguardXtm , openSystemsSecureWebGateway , wandera , unknownFutureValue . |
logFileCount | Int32 | ログ ファイル履歴の数。 |
receiverProtocol | microsoft.graph.security.receiverProtocol | 該当する受信側プロトコル。 使用可能な値: ftp 、ftps 、syslogUdp 、syslogTcp 、syslogTls 、unknownFutureValue 。 |
supportedEntityTypes | microsoft.graph.security.entityType コレクション | サポートされているエンティティ型。 使用可能な値: userName 、ipAddress 、machineName 、other 、unknown 、unknownFutureValue 。 |
supportedTrafficTypes | microsoft.graph.security.trafficType コレクション | サポートされているトラフィックの種類。 使用可能な値: downloadedBytes 、uploadedBytes 、unknown 、unknownFutureValue 。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.cloudAppDiscoveryReport",
"anonymizeMachineData": "Boolean",
"anonymizeUserData": "Boolean",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isSnapshotReport": "Boolean",
"lastDataReceivedDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"logDataProvider": "String",
"logFileCount": "Int32",
"receiverProtocol": "String",
"supportedEntityTypes": ["String"],
"supportedTrafficTypes": ["String"]
}