package google.cloud.securitycenter.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service SecurityCenter

securitycenter_service.proto:40

V1 Beta APIs for Security Center service.

message Asset

asset.proto:35

Cloud Security Command Center's (Cloud SCC) representation of a Google Cloud Platform (GCP) resource. The Asset is a Cloud SCC resource that captures information about a single GCP resource. All modifications to an Asset are only within the context of Cloud SCC and don't affect the referenced GCP resource.

Used in: ListAssetsResponse.ListAssetsResult

message Asset.SecurityCenterProperties

asset.proto:38

Cloud SCC managed properties. These properties are managed by Cloud SCC and cannot be modified by the user.

Used in: Asset

message Finding

finding.proto:35

Cloud Security Command Center (Cloud SCC) finding. A finding is a record of assessment data (security, risk, health or privacy) ingested into Cloud SCC for presentation, notification, analysis, policy testing, and enforcement. For example, an XSS vulnerability in an App Engine application is a finding.

Used as response type in: SecurityCenter.CreateFinding, SecurityCenter.SetFindingState, SecurityCenter.UpdateFinding

Used as field type in: CreateFindingRequest, ListFindingsResponse, UpdateFindingRequest

enum Finding.State

finding.proto:37

The state of the finding.

Used in: Finding, SetFindingStateRequest

message GroupResult

securitycenter_service.proto:432

Result containing the properties and count of a groupBy request.

Used in: GroupAssetsResponse, GroupFindingsResponse

message ListAssetsResponse.ListAssetsResult

securitycenter_service.proto:562

Result containing the Asset and its State.

Used in: ListAssetsResponse

enum ListAssetsResponse.ListAssetsResult.State

securitycenter_service.proto:569

State of the asset. When querying across two points in time this describes the change between the two points: ADDED, REMOVED, or ACTIVE. If there was no compare_duration supplied in the request the state should be: UNUSED

Used in: ListAssetsResult

message OrganizationSettings

organization_settings.proto:28

User specified settings that are attached to the Cloud Security Command Center (Cloud SCC) organization.

Used as response type in: SecurityCenter.GetOrganizationSettings, SecurityCenter.UpdateOrganizationSettings

Used as field type in: UpdateOrganizationSettingsRequest

message OrganizationSettings.AssetDiscoveryConfig

organization_settings.proto:30

The configuration used for Asset Discovery runs.

Used in: OrganizationSettings

enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode

organization_settings.proto:39

The mode of inclusion when running Asset Discovery. Asset discovery can be limited by explicitly identifying projects to be included or excluded. If INCLUDE_ONLY is set, then only those projects within the organization and their children are discovered during asset discovery. If EXCLUDE is set, then projects that don't match those projects are discovered during asset discovery. If neither are set, then all projects within the organization are discovered during asset discovery.

Used in: AssetDiscoveryConfig

message SecurityMarks

security_marks.proto:30

User specified security marks that are attached to the parent Cloud Security Command Center (Cloud SCC) resource. Security marks are scoped within a Cloud SCC organization -- they can be modified and viewed by all users who have proper permissions on the organization.

Used as response type in: SecurityCenter.UpdateSecurityMarks

Used as field type in: Asset, Finding, UpdateSecurityMarksRequest

message Source

source.proto:29

Cloud Security Command Center's (Cloud SCC) finding source. A finding source is an entity or a mechanism that can produce a finding. A source is like a container of findings that come from the same scanner, logger, monitor, etc.

Used as response type in: SecurityCenter.CreateSource, SecurityCenter.GetSource, SecurityCenter.UpdateSource

Used as field type in: CreateSourceRequest, ListSourcesResponse, UpdateSourceRequest