Skip to content

Commit

Permalink
Merge pull request #2 from venky999/linting
Browse files Browse the repository at this point in the history
Fix linting errors
  • Loading branch information
venky999 authored Jan 2, 2025
2 parents 3d490f9 + caa67ee commit 18fe9ca
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions internal/wiz/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,26 +635,26 @@ type OutpostAWSConfig struct {

// ConnectorConfigGCP struct -- updates
type ConnectorConfigGCP struct {
AuthProviderX509CertURL string `json:"auth_provider_x509_cert_url"`
AuthURI string `json:"auth_uri"`
AuditLogMonitorEnabled bool `json:"auditLogMonitorEnabled"`
AuditLogsConfig ConnectorConfigGCPAuditLogs `json:"auditLogsConfig"`
ClientEmail string `json:"client_email"`
ClientID string `json:"client_id"`
ClientX509CertURL string `json:"client_x509_cert_url"`
DelegateUser string `json:"delegateUser"`
ExcludedFolders []string `json:"excludedFolders"`
ExcludedProjects []string `json:"excludedProjects"`
FolderID string `json:"folder_id"`
IncludedFolders []string `json:"includedFolders"`
IsManagedIdentity bool `json:"isManagedIdentity"`
OrganizationID string `json:"organization_id"`
PrivateKey string `json:"private_key"`
PrivateKeyID string `json:"private_key_id"`
ProjectID string `json:"project_id"`
Projects []string `json:"projects"`
TokenURI string `json:"token_uri"`
Type string `json:"type"`
AuthProviderX509CertURL string `json:"auth_provider_x509_cert_url"`
AuthURI string `json:"auth_uri"`
AuditLogMonitorEnabled bool `json:"auditLogMonitorEnabled"`
AuditLogsConfig ConnectorConfigGCPAuditLogs `json:"auditLogsConfig"`
ClientEmail string `json:"client_email"`
ClientID string `json:"client_id"`
ClientX509CertURL string `json:"client_x509_cert_url"`
DelegateUser string `json:"delegateUser"`
ExcludedFolders []string `json:"excludedFolders"`
ExcludedProjects []string `json:"excludedProjects"`
FolderID string `json:"folder_id"`
IncludedFolders []string `json:"includedFolders"`
IsManagedIdentity bool `json:"isManagedIdentity"`
OrganizationID string `json:"organization_id"`
PrivateKey string `json:"private_key"`
PrivateKeyID string `json:"private_key_id"`
ProjectID string `json:"project_id"`
Projects []string `json:"projects"`
TokenURI string `json:"token_uri"`
Type string `json:"type"`
}

// ConnectorConfigGCPAuditLogs struct -- updates
Expand Down

0 comments on commit 18fe9ca

Please sign in to comment.