securityScoreHistory resource type

Namespace: microsoft.graph.partner.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 a single history entry for the security score where the score or the requirements changed.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
List microsoft.graph.partner.security.securityScoreHistory collection Get a list of securityScoreHistory objects and their properties.
Get microsoft.graph.partner.security.securityScoreHistory Read the properties and relationships of a securityScoreHistory object.

Properties

Property Type Description
compliantRequirementsCount Int64 The number of compliant security requirements at the time.
createdDateTime DateTimeOffset The date the history entry was created.
id String The unique identifier for the history entry.
score Double The score recorded at the time.
totalRequirementsCount Int64 The total number of requirements at the time.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.partner.security.securityScoreHistory",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "score": "Double",
  "compliantRequirementsCount": "Integer",
  "totalRequirementsCount": "Integer"
}