Table of Contents

SecurityIdentitiesActions.ReadWrite.All

Allows the app to read and write identity security available actions on behalf of the signed-in identity.

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 SecurityIdentitiesActions.ReadWrite.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 af2bf46f-7bf1-4be3-8bad-e17e279e8462 818229ce-20e4-47bd-92f4-bc94dbb37a56
DisplayText Read and perform all identity security available actions Read and perform identity security available actions
Description Allows the app to read and write identity security available actions without a signed-in user. Allows the app to read and write identity security available actions on behalf of the signed-in identity.
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: identityAccounts

Property Type Description
accounts microsoft.graph.security.account collection Collection of accounts of the identity in different identity providers.
cloudSecurityIdentifier String The cloud security identifier of the identityAccount.
displayName String The Active Directory display name of the identityAccount.
domain String The Active Directory domain name of the identityAccount.
id String Unique identifier to represent the identity account. Inherited from microsoft.graph.entity. Inherits from entity
isEnabled Boolean Boolean indicating if the identityAccounts is enabled.
onPremisesSecurityIdentifier String The on-premises security identifier of the identityAccount.