securityBaselineCategoryStateSummary resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The security baseline per category compliance state summary for the security baseline of the account.
Inherits from securityBaselineStateSummary
Methods
Method | Return Type | Description |
---|---|---|
List securityBaselineCategoryStateSummaries | securityBaselineCategoryStateSummary collection | List properties and relationships of the securityBaselineCategoryStateSummary objects. |
Get securityBaselineCategoryStateSummary | securityBaselineCategoryStateSummary | Read properties and relationships of the securityBaselineCategoryStateSummary object. |
Create securityBaselineCategoryStateSummary | securityBaselineCategoryStateSummary | Create a new securityBaselineCategoryStateSummary object. |
Delete securityBaselineCategoryStateSummary | None | Deletes a securityBaselineCategoryStateSummary. |
Update securityBaselineCategoryStateSummary | securityBaselineCategoryStateSummary | Update the properties of a securityBaselineCategoryStateSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the entity. Inherited from securityBaselineStateSummary |
secureCount | Int32 | Number of secure devices Inherited from securityBaselineStateSummary |
notSecureCount | Int32 | Number of not secure devices Inherited from securityBaselineStateSummary |
unknownCount | Int32 | Number of unknown devices Inherited from securityBaselineStateSummary |
errorCount | Int32 | Number of error devices Inherited from securityBaselineStateSummary |
conflictCount | Int32 | Number of conflict devices Inherited from securityBaselineStateSummary |
notApplicableCount | Int32 | Number of not applicable devices Inherited from securityBaselineStateSummary |
displayName | String | The category name |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.securityBaselineCategoryStateSummary",
"id": "String (identifier)",
"secureCount": 1024,
"notSecureCount": 1024,
"unknownCount": 1024,
"errorCount": 1024,
"conflictCount": 1024,
"notApplicableCount": 1024,
"displayName": "String"
}