cloudApplicationEvidence 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.
A cloud application that is reported in the alert.
Inherits from alertEvidence.
Properties
Property | Type | Description |
---|---|---|
appId | Int64 | Unique identifier of the application. |
displayName | String | Name of the application. |
instanceId | Int64 | Identifier of the instance of the Software as a Service (SaaS) application. |
instanceName | String | Name of the instance of the SaaS application. |
saasAppId | Int64 | The identifier of the SaaS application. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.cloudApplicationEvidence",
"createdDateTime": "String (timestamp)",
"verdict": "String",
"remediationStatus": "String",
"remediationStatusDetails": "String",
"roles": [
"String"
],
"tags": [
"String"
],
"appId": "Integer",
"displayName": "String",
"instanceId": "Integer",
"instanceName": "String",
"saasAppId": "Integer"
}