terraform-provider-azuread icon indicating copy to clipboard operation
terraform-provider-azuread copied to clipboard

Feature: Add support for configuring security defaults

Open ashtmMSFT opened this issue 1 year ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add support for configuring security defaults in Microsoft Entra ID. Without a proper resource to support this, users must instead configure security defaults manually or through a REST call to the appropriate Graph API.

New or Affected Resource(s)

  • azuread_security_defaults

Potential Terraform Configuration

resource "azuread_security_defaults" "security_defaults" {
    enabled = true
}

References

  • https://learn.microsoft.com/en-us/entra/fundamentals/security-defaults
  • https://learn.microsoft.com/en-us/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0&tabs=http

ashtmMSFT avatar Jul 10 '24 19:07 ashtmMSFT