Microsoft Graph · Schema

cloudAppSecurityState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
destinationServiceIp string Destination IP Address of the connection to the cloud application/service.
destinationServiceName string Cloud application/service name (for example 'Salesforce', 'DropBox', etc.).
riskScore string Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudappsecuritystate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudAppSecurityState",
  "title": "cloudAppSecurityState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "destinationServiceIp": {
      "type": "string",
      "description": "Destination IP Address of the connection to the cloud application/service.",
      "nullable": true
    },
    "destinationServiceName": {
      "type": "string",
      "description": "Cloud application/service name (for example 'Salesforce', 'DropBox', etc.).",
      "nullable": true
    },
    "riskScore": {
      "type": "string",
      "description": "Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}