endpointDiscoveredCloudAppDetail resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the resources available for endpoints that access discovered apps.
Inherits from discoveredCloudAppDetail.
Methods
Method | Return type | Description |
---|---|---|
Get | microsoft.graph.security.endpointDiscoveredCloudAppDetail | Get the details of all the discovered apps for a specific stream or endpoint. |
List devices | microsoft.graph.security.discoveredCloudAppDevice collection | Get a list of devices that access a discovered cloud app. |
For more API operations about discovered cloud app details, see discoveredCloudAppDetail.
Properties
Property | Type | Description |
---|---|---|
category | microsoft.graph.security.appCategory | The list of category of discovered apps. The possible values are: 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 , websiteMonitoring , generativeAi , unknown , unknownFutureValue . Inherited from discoveredCloudAppDetail. |
deviceCount | Int64 | The number of devices that accessed the discovered app. |
displayName | String | The name of the discovered cloud app. Inherited from discoveredCloudAppDetail. |
domains | String collection | The list of domains identified as belonging to the discovered app. Inherited from discoveredCloudAppDetail. |
downloadNetworkTrafficInBytes | Int64 | The amount of download traffic from the app. Inherited from discoveredCloudAppDetail. |
id | String | The ID of the discovered app. Inherited from discoveredCloudAppDetail. |
ipAddressCount | Int64 | The count of IP addresses that accessed the discovered app. Inherited from discoveredCloudAppDetail. |
lastSeenDateTime | DateTimeOffset | The date and time when the app was last seen. The Timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from discoveredCloudAppDetail. |
riskScore | Int64 | The risk score of the discovered app. Inherited from discoveredCloudAppDetail. |
tags | String collection | A list of tags applied to a discovered app. Inherited from discoveredCloudAppDetail. |
transactionCount | Int64 | The total transanctions on the discovered app. Inherited from discoveredCloudAppDetail. |
uploadNetworkTrafficInBytes | Int64 | The upload traffic on the discovered app. Inherited from discoveredCloudAppDetail. |
userCount | Int64 | The count of users who access the discovered app. Inherited from discoveredCloudAppDetail. |
Relationships
Relationship | Type | Description |
---|---|---|
appInfo | microsoft.graph.security.discoveredCloudAppInfo | Represents the discovered app details. Inherited from discoveredCloudAppDetail. |
devices | microsoft.graph.security.discoveredCloudAppDevice collection | Represents the devices that access the discovered apps. |
ipAddresses | microsoft.graph.security.discoveredCloudAppIPAddress collection | Represents the IP addressses that access the discovered apps. Inherited from discoveredCloudAppDetail. |
users | microsoft.graph.security.discoveredCloudAppUser collection | Represents the users who access the discovered apps. Inherited from discoveredCloudAppDetail. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.endpointDiscoveredCloudAppDetail",
"category": "String",
"deviceCount": "Int64",
"displayName": "String",
"domains": ["String"],
"downloadNetworkTrafficInBytes": "Int64",
"id": "String (identifier)",
"ipAddressCount": "Int64",
"lastSeenDateTime": "String (timestamp)",
"riskScore": "Int64",
"tags": ["String"],
"transactionCount": "Int64",
"uploadNetworkTrafficInBytes": "Int64",
"userCount": "Int64"
}