Table of Contents

SecurityIdentitiesSensors.Read.All

Allows the app to read all the identity security sensors of signed user

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the SecurityIdentitiesSensors.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 5f0ffea2-f474-4cf2-9834-61cda2bcea5c 2c221239-7c5c-4b30-9355-d84663bfcd96
DisplayText Read all identity security sensors Read identity security sensors
Description Allows the app to read all the identity security sensors without a signed-in user. Allows the app to read all the identity security sensors of signed user
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: sensor

Property Type Description
createdDateTime DateTimeOffset The date and time when the sensor was generated. The Timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
deploymentStatus microsoft.graph.security.deploymentStatus The deployment status of the sensor. The possible values are: upToDate, outdated, updating, updateFailed, notConfigured, unreachable, disconnected, startFailure, syncing, unknownFutureValue.
displayName String The display name of the sensor.
domainName String The fully qualified domain name of the sensor.
healthStatus microsoft.graph.security.sensorHealthStatus The health status of the sensor. The possible values are: healthy, notHealthyLow, notHealthyMedium, notHealthyHigh, unknownFutureValue.
id String Unique identifier to represent the sensor. Inherited from entity.
openHealthIssuesCount Int64 This field displays the count of health issues related to this sensor.
sensorType microsoft.graph.security.sensorType The type of the sensor. The possible values are: adConnectIntegrated, adcsIntegrated, adfsIntegrated, domainControllerIntegrated, domainControllerStandalone, unknownFutureValue.
settings microsoft.graph.security.sensorSettings Sensor settings information.
version String The version of the sensor.