identitySecurityDefaultsEnforcementPolicy resource type
Namespace: microsoft.graph
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
}