Skip to content

Commit

Permalink
Merge pull request #146 from dome9/AL-2889-add_support_to_awp_sse_sca…
Browse files Browse the repository at this point in the history
…n_in_azure_org

AL-2889 - Add SSE CMK scan support to Azure org
  • Loading branch information
chkp-dolevh authored Sep 29, 2024
2 parents 6474c20 + d7980dc commit 4181c4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions services/cloudaccounts/azure_org/azure_org.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ type BladeConfiguration struct {

type AwpConfiguration struct {
BladeConfiguration
OnboardingMode AwpOnboardingMode `json:"onboardingMode"`
CentralizedSubscriptionId string `json:"centralizedSubscriptionId,omitempty"`
WithFunctionAppsScan bool `json:"withFunctionAppsScan"`
OnboardingMode AwpOnboardingMode `json:"onboardingMode"`
CentralizedSubscriptionId string `json:"centralizedSubscriptionId,omitempty"`
WithFunctionAppsScan bool `json:"withFunctionAppsScan"`
WithSseCmkEncryptedDisksScan bool `json:"withSseCmkEncryptedDisksScan"`
}

type ServerlessConfiguration struct {
Expand Down

0 comments on commit 4181c4f

Please sign in to comment.