identitySecurityDefaultsEnforcementPolicy resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the Microsoft Entra ID security defaults policy. Security defaults contain preconfigured security settings that protect against common attacks.
Inherits from policyBase.
Methods
Method | Return Type | Description |
---|---|---|
Get | identitySecurityDefaultsEnforcementPolicy | Read the properties of an identitySecurityDefaultsEnforcementPolicy object. |
Update | identitySecurityDefaultsEnforcementPolicy | Update an identitySecurityDefaultsEnforcementPolicy object. |
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isEnabled": true
}