Modifica

Condividi tramite


cloudApplicationMetadata resource type

Namespace: microsoft.graph.networkaccess

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 data related to a SaaS application in Global Secure Access network traffic.

Properties

Property Type Description
activity microsoft.graph.networkaccess.applicationActivity The high-level application activity associated with this cloud application event. The possible values are: none, prompt, mcp, unknownFutureValue.
categories String collection The list of categories for the application. Supported values are: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
cloudApplicationCatalogId String The ID of the application in the SaaS application catalog.
complianceScore Int32 The compliance score of the application.
generalScore Int32 The general score of the application.
legalScore Int32 The legal score of the application.
loginUser String The username that was used to log into the application.
name String The name of the application, for example, ChatGPT, Salesforce, or Bing.
riskScore Int32 The risk score of the application.
securityScore Int32 The security score of the application.
subactivity String A finer-grained activity classification, for example, chat-interaction or tools/call.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.cloudApplicationMetadata",
  "activity": "String",
  "categories": [ "String" ],
  "cloudApplicationCatalogId": "String",
  "complianceScore": "Integer",
  "generalScore": "Integer",
  "legalScore": "Integer",
  "loginUser": "String",
  "name": "String",
  "riskScore": "Integer",
  "securityScore": "Integer",
  "subactivity": "String"
}