Policy.ReadWrite.SecurityDefaults
Allows the app to read and write your organization's security defaults policy on behalf of the signed-in 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
Policy.ReadWrite.SecurityDefaults
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 | 1c6e93a6-28e2-4cbb-9f64-1a46a821124d | 0b2a744c-2abf-4f1e-ad7e-17a087e2be99 |
DisplayText | Read and write your organization's security defaults policy | Read and write your organization's security defaults policy |
Description | Allows the app to read and write your organization's security defaults policy, without a signed-in user. | Allows the app to read and write your organization's security defaults policy on behalf of the signed-in 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: identitySecurityDefaultsEnforcementPolicy
Property | Type | Description |
---|---|---|
description | String | Description for this policy. Read-only. |
displayName | String | Display name for this policy. Read-only. |
id | String | Identifier for this policy. Read-only. |
isEnabled | Boolean | If set to true , Microsoft Entra security defaults are enabled for the tenant. |