cloudPcAuditResource resource type

Namespace: microsoft.graph

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 audit resource. This shows the target edited resource entity, with multiple edited properties.

Properties

Property Type Description
displayName String The resource entity display name.
modifiedProperties cloudPcAuditProperty collection A list of modified properties.
resourceId String The ID of the audit resource.
resourceType String The type of the audit resource.
type (deprecated) String The type of the audit resource. The type property is deprecated and will stop returning data on May 8, 2024. Going forward, use the resourceType property.

Relationships

None.

JSON Representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcAuditResource",
  "displayName": "String",
  "modifiedProperties": [{"@odata.type": "microsoft.graph.cloudPcAuditProperty"}],
  "resourceId": "String",
  "resourceType": "String",
  "type": "String"
}