SecurityAlertPolicyState type

Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.

type SecurityAlertPolicyState = "New" | "Enabled" | "Disabled"