Skip to content

Commit

Permalink
fix: update information cspm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Sep 1, 2024
1 parent de91fe0 commit cf8555c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkg/api/shared-entities/information.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import "time"

// CspmUsageRequest is the request object for the call home feature data gathering
type CspmUsageRequest struct {
WorkspaceId string `json:"workspace_id"`
AwsOrganizationRootEmails []string `json:"aws_organization_root_emails"`
AwsAccountCount int `json:"aws_account_count"`
AzureAdPrimaryDomains []string `json:"azure_ad_primary_domains"`
AzureSubscriptionCount int `json:"azure_subscription_count"`
Users []string `json:"users"`
GatherTimestamp time.Time `json:"gather_timestamp"`
WorkspaceId string `json:"workspace_id"`
GatherTimestamp time.Time `json:"gather_timestamp"`

AwsAccountCount int `json:"aws_account_count"`
AzureSubscriptionCount int `json:"azure_subscription_count"`
ApproximateSpend int `json:"approximate_spend"`
}

0 comments on commit cf8555c

Please sign in to comment.