Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
)
from google.cloud.securitycenter_v1.types.application import Application
from google.cloud.securitycenter_v1.types.asset import Asset
from google.cloud.securitycenter_v1.types.attack_exposure import AttackExposure
from google.cloud.securitycenter_v1.types.attack_path import AttackPath
from google.cloud.securitycenter_v1.types.backup_disaster_recovery import (
BackupDisasterRecovery,
)
Expand All @@ -51,9 +53,20 @@
from google.cloud.securitycenter_v1.types.contact_details import Contact, ContactDetails
from google.cloud.securitycenter_v1.types.container import Container
from google.cloud.securitycenter_v1.types.database import Database
from google.cloud.securitycenter_v1.types.effective_event_threat_detection_custom_module import (
EffectiveEventThreatDetectionCustomModule,
)
from google.cloud.securitycenter_v1.types.effective_security_health_analytics_custom_module import (
EffectiveSecurityHealthAnalyticsCustomModule,
)
from google.cloud.securitycenter_v1.types.event_threat_detection_custom_module import (
EventThreatDetectionCustomModule,
)
from google.cloud.securitycenter_v1.types.event_threat_detection_custom_module_validation_errors import (
CustomModuleValidationError,
CustomModuleValidationErrors,
Position,
)
from google.cloud.securitycenter_v1.types.exfiltration import (
ExfilResource,
Exfiltration,
Expand Down Expand Up @@ -82,7 +95,17 @@
OrganizationSettings,
)
from google.cloud.securitycenter_v1.types.process import EnvironmentVariable, Process
from google.cloud.securitycenter_v1.types.resource import Resource
from google.cloud.securitycenter_v1.types.resource import (
AwsMetadata,
AzureMetadata,
CloudProvider,
Resource,
ResourcePath,
)
from google.cloud.securitycenter_v1.types.resource_value_config import (
ResourceValue,
ResourceValueConfig,
)
from google.cloud.securitycenter_v1.types.run_asset_discovery_response import (
RunAssetDiscoveryResponse,
)
Expand All @@ -95,65 +118,97 @@
from google.cloud.securitycenter_v1.types.security_marks import SecurityMarks
from google.cloud.securitycenter_v1.types.security_posture import SecurityPosture
from google.cloud.securitycenter_v1.types.securitycenter_service import (
BatchCreateResourceValueConfigsRequest,
BatchCreateResourceValueConfigsResponse,
BulkMuteFindingsRequest,
BulkMuteFindingsResponse,
CreateBigQueryExportRequest,
CreateEventThreatDetectionCustomModuleRequest,
CreateFindingRequest,
CreateMuteConfigRequest,
CreateNotificationConfigRequest,
CreateResourceValueConfigRequest,
CreateSecurityHealthAnalyticsCustomModuleRequest,
CreateSourceRequest,
DeleteBigQueryExportRequest,
DeleteEventThreatDetectionCustomModuleRequest,
DeleteMuteConfigRequest,
DeleteNotificationConfigRequest,
DeleteResourceValueConfigRequest,
DeleteSecurityHealthAnalyticsCustomModuleRequest,
GetBigQueryExportRequest,
GetEffectiveEventThreatDetectionCustomModuleRequest,
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,
GetEventThreatDetectionCustomModuleRequest,
GetMuteConfigRequest,
GetNotificationConfigRequest,
GetOrganizationSettingsRequest,
GetResourceValueConfigRequest,
GetSecurityHealthAnalyticsCustomModuleRequest,
GetSimulationRequest,
GetSourceRequest,
GetValuedResourceRequest,
GroupAssetsRequest,
GroupAssetsResponse,
GroupFindingsRequest,
GroupFindingsResponse,
GroupResult,
ListAssetsRequest,
ListAssetsResponse,
ListAttackPathsRequest,
ListAttackPathsResponse,
ListBigQueryExportsRequest,
ListBigQueryExportsResponse,
ListDescendantEventThreatDetectionCustomModulesRequest,
ListDescendantEventThreatDetectionCustomModulesResponse,
ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
ListEffectiveEventThreatDetectionCustomModulesRequest,
ListEffectiveEventThreatDetectionCustomModulesResponse,
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
ListEventThreatDetectionCustomModulesRequest,
ListEventThreatDetectionCustomModulesResponse,
ListFindingsRequest,
ListFindingsResponse,
ListMuteConfigsRequest,
ListMuteConfigsResponse,
ListNotificationConfigsRequest,
ListNotificationConfigsResponse,
ListResourceValueConfigsRequest,
ListResourceValueConfigsResponse,
ListSecurityHealthAnalyticsCustomModulesRequest,
ListSecurityHealthAnalyticsCustomModulesResponse,
ListSourcesRequest,
ListSourcesResponse,
ListValuedResourcesRequest,
ListValuedResourcesResponse,
RunAssetDiscoveryRequest,
SetFindingStateRequest,
SetMuteRequest,
SimulateSecurityHealthAnalyticsCustomModuleRequest,
SimulateSecurityHealthAnalyticsCustomModuleResponse,
UpdateBigQueryExportRequest,
UpdateEventThreatDetectionCustomModuleRequest,
UpdateExternalSystemRequest,
UpdateFindingRequest,
UpdateMuteConfigRequest,
UpdateNotificationConfigRequest,
UpdateOrganizationSettingsRequest,
UpdateResourceValueConfigRequest,
UpdateSecurityHealthAnalyticsCustomModuleRequest,
UpdateSecurityMarksRequest,
UpdateSourceRequest,
ValidateEventThreatDetectionCustomModuleRequest,
ValidateEventThreatDetectionCustomModuleResponse,
)
from google.cloud.securitycenter_v1.types.simulation import Simulation
from google.cloud.securitycenter_v1.types.source import Source
from google.cloud.securitycenter_v1.types.toxic_combination import ToxicCombination
from google.cloud.securitycenter_v1.types.valued_resource import (
ResourceValueConfigMetadata,
ValuedResource,
)
from google.cloud.securitycenter_v1.types.vulnerability import (
Cve,
Cvssv3,
Expand All @@ -171,6 +226,8 @@
"ServiceAccountDelegationInfo",
"Application",
"Asset",
"AttackExposure",
"AttackPath",
"BackupDisasterRecovery",
"BigQueryExport",
"AdaptiveProtection",
Expand All @@ -186,7 +243,12 @@
"ContactDetails",
"Container",
"Database",
"EffectiveEventThreatDetectionCustomModule",
"EffectiveSecurityHealthAnalyticsCustomModule",
"EventThreatDetectionCustomModule",
"CustomModuleValidationError",
"CustomModuleValidationErrors",
"Position",
"ExfilResource",
"Exfiltration",
"ExternalSystem",
Expand All @@ -211,70 +273,106 @@
"OrganizationSettings",
"EnvironmentVariable",
"Process",
"AwsMetadata",
"AzureMetadata",
"Resource",
"ResourcePath",
"CloudProvider",
"ResourceValueConfig",
"ResourceValue",
"RunAssetDiscoveryResponse",
"CustomConfig",
"SecurityHealthAnalyticsCustomModule",
"SecurityMarks",
"SecurityPosture",
"BatchCreateResourceValueConfigsRequest",
"BatchCreateResourceValueConfigsResponse",
"BulkMuteFindingsRequest",
"BulkMuteFindingsResponse",
"CreateBigQueryExportRequest",
"CreateEventThreatDetectionCustomModuleRequest",
"CreateFindingRequest",
"CreateMuteConfigRequest",
"CreateNotificationConfigRequest",
"CreateResourceValueConfigRequest",
"CreateSecurityHealthAnalyticsCustomModuleRequest",
"CreateSourceRequest",
"DeleteBigQueryExportRequest",
"DeleteEventThreatDetectionCustomModuleRequest",
"DeleteMuteConfigRequest",
"DeleteNotificationConfigRequest",
"DeleteResourceValueConfigRequest",
"DeleteSecurityHealthAnalyticsCustomModuleRequest",
"GetBigQueryExportRequest",
"GetEffectiveEventThreatDetectionCustomModuleRequest",
"GetEffectiveSecurityHealthAnalyticsCustomModuleRequest",
"GetEventThreatDetectionCustomModuleRequest",
"GetMuteConfigRequest",
"GetNotificationConfigRequest",
"GetOrganizationSettingsRequest",
"GetResourceValueConfigRequest",
"GetSecurityHealthAnalyticsCustomModuleRequest",
"GetSimulationRequest",
"GetSourceRequest",
"GetValuedResourceRequest",
"GroupAssetsRequest",
"GroupAssetsResponse",
"GroupFindingsRequest",
"GroupFindingsResponse",
"GroupResult",
"ListAssetsRequest",
"ListAssetsResponse",
"ListAttackPathsRequest",
"ListAttackPathsResponse",
"ListBigQueryExportsRequest",
"ListBigQueryExportsResponse",
"ListDescendantEventThreatDetectionCustomModulesRequest",
"ListDescendantEventThreatDetectionCustomModulesResponse",
"ListDescendantSecurityHealthAnalyticsCustomModulesRequest",
"ListDescendantSecurityHealthAnalyticsCustomModulesResponse",
"ListEffectiveEventThreatDetectionCustomModulesRequest",
"ListEffectiveEventThreatDetectionCustomModulesResponse",
"ListEffectiveSecurityHealthAnalyticsCustomModulesRequest",
"ListEffectiveSecurityHealthAnalyticsCustomModulesResponse",
"ListEventThreatDetectionCustomModulesRequest",
"ListEventThreatDetectionCustomModulesResponse",
"ListFindingsRequest",
"ListFindingsResponse",
"ListMuteConfigsRequest",
"ListMuteConfigsResponse",
"ListNotificationConfigsRequest",
"ListNotificationConfigsResponse",
"ListResourceValueConfigsRequest",
"ListResourceValueConfigsResponse",
"ListSecurityHealthAnalyticsCustomModulesRequest",
"ListSecurityHealthAnalyticsCustomModulesResponse",
"ListSourcesRequest",
"ListSourcesResponse",
"ListValuedResourcesRequest",
"ListValuedResourcesResponse",
"RunAssetDiscoveryRequest",
"SetFindingStateRequest",
"SetMuteRequest",
"SimulateSecurityHealthAnalyticsCustomModuleRequest",
"SimulateSecurityHealthAnalyticsCustomModuleResponse",
"UpdateBigQueryExportRequest",
"UpdateEventThreatDetectionCustomModuleRequest",
"UpdateExternalSystemRequest",
"UpdateFindingRequest",
"UpdateMuteConfigRequest",
"UpdateNotificationConfigRequest",
"UpdateOrganizationSettingsRequest",
"UpdateResourceValueConfigRequest",
"UpdateSecurityHealthAnalyticsCustomModuleRequest",
"UpdateSecurityMarksRequest",
"UpdateSourceRequest",
"ValidateEventThreatDetectionCustomModuleRequest",
"ValidateEventThreatDetectionCustomModuleResponse",
"Simulation",
"Source",
"ToxicCombination",
"ResourceValueConfigMetadata",
"ValuedResource",
"Cve",
"Cvssv3",
"Package",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.32.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading