Pricing type

Azure Security Center is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features.

type Pricing = Resource & {
  freeTrialRemainingTime?: string
  pricingTier?: PricingTier
  subPlan?: string
}