discoveredCloudAppDetail リソースの種類
名前空間: microsoft.graph.security
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
検出されたクラウド アプリの詳細を表します。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Get | microsoft.graph.security.discoveredCloudAppDetail | 検出されたクラウド アプリの使用状況の概要を確認します。 |
検出されたクラウド アプリ情報を取得する | microsoft.graph.security.discoveredCloudAppInfo | 検出されたクラウド アプリのセキュリティ、法律、コンプライアンスのリスク属性の 詳細 を取得します。 |
IP アドレスを一覧表示する | microsoft.graph.security.discoveredCloudAppIPAddress コレクション | 検出されたクラウド アプリに関連付けられている IP アドレス の一覧を取得します。 |
List users | microsoft.graph.security.discoveredCloudAppUser コレクション | 検出されたクラウド アプリにアクセスした ユーザー の一覧を取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
category | microsoft.graph.security.appCategory | 検出されたアプリのカテゴリ。 使用可能な値は次のとおりです: security 、 collaboration 、hostingServices 、onlineMeetings 、newsAndEntertainment 、eCommerce 、education 、cloudStorage 、marketing 、operationsManagement health 、advertising 、productivity 、accountingAndFinance 、contentManagement 、contentSharing 、businessManagement 、communications 、dataAnalytics 、businessIntelligence 、webemail 、codeHosting webAnalytics 、、 socialNetwork 、crm 、forums 、humanResourceManagement 、transportationAndTravel 、productDesign 、sales 、cloudComputingPlatform 、projectManagement 、personalInstantMessaging 、developmentTools 、itServices 、supplyChainAndLogistics 、propertyManagement 、、 customerSupport 、internetOfThings 、vendorManagementSystems 、、、、。 |
displayName | String | アプリ名。 |
ドメイン | String collection | ドメイン。 |
downloadNetworkTrafficInBytes | Int64 | ダウンロード トラフィックのサイズ。 |
id | String | アプリの SaaSDB ID。 エンティティから継承 されます。 |
ipAddressCount | Int64 | IP アドレス。 |
lastSeenDateTime | DateTimeOffset | 検出されたアプリの最後に表示された日付。 タイムスタンプは、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC で表されます。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
riskScore | Int64 | アプリのリスク スコア。 |
tags | String collection | アプリに適用されたタグ。 使用可能な値には、 Unsanctioned 、 Sanctioned 、 Monitored 、またはカスタム値が含まれます。 |
transactionCount | Int64 | アプリ トランザクション数。 |
uploadNetworkTrafficInBytes | Int64 | アプリのアップロード トラフィック サイズ (バイト単位)。 |
userCount | Int64 | アプリを使用するユーザーの数。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
appInfo | microsoft.graph.security.discoveredCloudAppInfo | アプリケーション情報。 |
ipAddresses | microsoft.graph.security.discoveredCloudAppIPAddress コレクション | アプリによってアクセスされる IP アドレスの一覧。 |
users | microsoft.graph.security.discoveredCloudAppUser コレクション | アプリにアクセスするユーザーの一覧。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.discoveredCloudAppDetail",
"category": "String",
"displayName": "String",
"domains": ["String"],
"downloadNetworkTrafficInBytes": "Int64",
"id": "String (identifier)",
"ipAddressCount": "Int64",
"lastSeenDateTime": "String (timestamp)",
"riskScore": "Int64",
"tags": ["String"],
"transactionCount": "Int64",
"uploadNetworkTrafficInBytes": "Int64",
"userCount": "Int64"
}