SecurityIdentitiesMigration.Read.All
Allows the app to read all the identity security sensor migration information 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
SecurityIdentitiesMigration.Read.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | b018cc1c-c680-4e91-bb6e-462ee243fdb5 | 63595162-fcc0-4127-8b1e-bfe90b23a10e |
| DisplayText | Read all identity security sensor migration | Read identity security sensor migration |
| Description | Allows the app to read all the identity security sensor migration information without a signed-in user. | Allows the app to read all the identity security sensor migration information of signed user |
| AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: sensorMigration
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time the sensor was created. |
| displayName | String | The display name of the sensor. |
| domainName | String | The fully qualified domain name (FQDN) of the domain controller where the sensor is installed. |
| healthStatus | microsoft.graph.security.sensorHealthStatus | The health status of the sensor. The possible values are: healthy, notHealthyLow, notHealthyMedium, notHealthyHigh, unknownFutureValue. |
| id | String | The unique identifier for the sensor. Inherited from microsoft.graph.entity. |
| migrationState | microsoft.graph.security.migrationState | The migration state of the sensor. The possible values are: readyForMigration, notReadyForMigration, upToDate, migrationFailed, migrating, unknownFutureValue. |
| sensorType | microsoft.graph.security.sensorType | The type of sensor. The possible values are: adConnectIntegrated, adcsIntegrated, adfsIntegrated, domainControllerIntegrated, domainControllerStandalone, unknownFutureValue. |
| serviceStatus | microsoft.graph.security.serviceStatus | The status of the sensor service. The possible values are: stopped, starting, running, disabled, onboarding, unknown, unknownFutureValue. |
| version | String | The version number of the sensor software. |