Module api

Module api 

Source

Structs§

Access
Represents an access event.
AccessReview
Conveys information about a Kubernetes access review (such as one returned by a kubectl auth can-i command) that was involved in a finding.
AdaptiveProtection
Information about Google Cloud Armor Adaptive Protection.
AffectedResources
Details about resources affected by this finding.
AiModel
Contains information about the AI model associated with the finding.
Allowed
Allowed IP rule.
Application
Represents an application associated with a finding.
Asset
Security Command Center representation of a Google Cloud resource. The Asset is a Security Command Center resource that captures information about a single Google Cloud resource. All modifications to an Asset are only within the context of Security Command Center and don’t affect the referenced Google Cloud resource.
AssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Attack
Information about DDoS attack volume and classification.
AttackExposure
An attack exposure contains the results of an attack path simulation run.
AttackPath
A path that an attacker could take to reach an exposed resource.
AttackPathEdge
Represents a connection between a source node and a destination node in this attack path.
AttackPathNode
Represents one point that an attacker passes through in this attack path.
AttackStepNode
Detailed steps the attack can take between path nodes.
AuditConfig
Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both allServices and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { “audit_configs”: [ { “service”: “allServices”, “audit_log_configs”: [ { “log_type”: “DATA_READ”, “exempted_members”: [ “user:jose@example.com” ] }, { “log_type”: “DATA_WRITE” }, { “log_type”: “ADMIN_READ” } ] }, { “service”: “sampleservice.googleapis.com”, “audit_log_configs”: [ { “log_type”: “DATA_READ” }, { “log_type”: “DATA_WRITE”, “exempted_members”: [ “user:aliya@example.com” ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
AuditLogConfig
Provides the configuration for logging a type of permissions. Example: { “audit_log_configs”: [ { “log_type”: “DATA_READ”, “exempted_members”: [ “user:jose@example.com” ] }, { “log_type”: “DATA_WRITE” } ] } This enables ‘DATA_READ’ and ‘DATA_WRITE’ logging, while exempting jose@example.com from DATA_READ logging.
AwsAccount
An AWS account that is a member of an organization.
AwsMetadata
AWS metadata associated with the resource, only applicable if the finding’s cloud provider is Amazon Web Services.
AwsOrganization
An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies.
AwsOrganizationalUnit
An Organizational Unit (OU) is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.
AzureManagementGroup
Represents an Azure management group.
AzureMetadata
Azure metadata associated with the resource, only applicable if the finding’s cloud provider is Microsoft Azure.
AzureResourceGroup
Represents an Azure resource group.
AzureSubscription
Represents an Azure subscription.
AzureTenant
Represents a Microsoft Entra tenant.
BackupDisasterRecovery
Information related to Google Cloud Backup and DR Service findings.
BatchCreateResourceValueConfigsRequest
Request message to create multiple resource value configs
BatchCreateResourceValueConfigsResponse
Response message for BatchCreateResourceValueConfigs
Binding
Associates members, or principals, with a role.
BulkMuteFindingsRequest
Request message for bulk findings update. Note: 1. If multiple bulk update requests match the same resource, the order in which they get executed is not defined. 2. Once a bulk operation is started, there is no way to stop it.
Chokepoint
Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on [attack path simulations] (https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_path_simulations).
CloudArmor
Fields related to Google Cloud Armor findings.
CloudControl
CloudControl associated with the finding.
CloudDlpDataProfile
The data profile associated with the finding.
CloudDlpInspection
Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.
CloudLoggingEntry
Metadata taken from a Cloud Logging LogEntry
Compliance
Contains compliance information about a security standard indicating unmet recommendations.
ComplianceDetails
Compliance Details associated with the finding.
Connection
Contains information about the IP connection associated with the finding.
Contact
The email address of a contact.
ContactDetails
Details about specific contacts
Container
Container associated with the finding.
Control
Compliance control associated with the finding.
CreateResourceValueConfigRequest
Request message to create single resource value config
CustomModuleValidationError
An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
CustomModuleValidationErrors
A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
Cve
CVE stands for Common Vulnerabilities and Exposures. Information from the CVE record that describes this vulnerability.
Cvssv3
Common Vulnerability Scoring System version 3.
Cwe
CWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.
DataAccessEvent
Details about a data access attempt made by a principal not authorized under applicable data security policy.
DataFlowEvent
Details about a data flow event, in which either the data is moved to or is accessed from a non-compliant geo-location, as defined in the applicable data security policy.
DataRetentionDeletionEvent
Details about data retention deletion violations, in which the data is non-compliant based on their retention or deletion time, as defined in the applicable data security policy. The Data Retention Deletion (DRD) control is a control of the DSPM (Data Security Posture Management) suite that enables organizations to manage data retention and deletion policies in compliance with regulations, such as GDPR and CRPA. DRD supports two primary policy types: maximum storage length (max TTL) and minimum storage length (min TTL). Both are aimed at helping organizations meet regulatory and data management commitments.
Database
Represents database access information, such as queries. A database may be a sub-resource of an instance (as in the case of Cloud SQL instances or Cloud Spanner instances), or the database instance itself. Some database resources might not have the full resource name populated because these resource types, such as Cloud SQL databases, are not yet supported by Cloud Asset Inventory. In these cases only the display name is provided.
Dataset
Vertex AI dataset associated with the finding.
Denied
Denied IP rule.
Detection
Memory hash detection contributing to the binary family match.
Disk
Contains information about the disk associated with the finding.
DiskPath
Path of the file in terms of underlying disk/partition identifiers.
DynamicMuteRecord
The record of a dynamic mute rule that matches the finding.
EffectiveEventThreatDetectionCustomModule
An EffectiveEventThreatDetectionCustomModule is the representation of an Event Threat Detection custom module at a specified level of the resource hierarchy: organization, folder, or project. If a custom module is inherited from a parent organization or folder, the value of the enablement_state property in EffectiveEventThreatDetectionCustomModule is set to the value that is effective in the parent, instead of INHERITED. For example, if the module is enabled in a parent organization or folder, the effective enablement_state for the module in all child folders or projects is also enabled. EffectiveEventThreatDetectionCustomModule is read-only.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
EnvironmentVariable
A name-value pair representing an environment variable used in an operating system process.
EventThreatDetectionCustomModule
Represents an instance of an Event Threat Detection custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by child folders and projects.
ExfilResource
Resource where data was exfiltrated from or exfiltrated to.
Exfiltration
Exfiltration represents a data exfiltration attempt from one or more sources to one or more targets. The sources attribute lists the sources of the exfiltrated data. The targets attribute lists the destinations the data was copied to.
Expr
Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: “Summary size limit” description: “Determines if a summary is less than 100 chars” expression: “document.summary.size() < 100” Example (Equality): title: “Requestor is owner” description: “Determines if requestor is the document owner” expression: “document.owner == request.auth.claims.email” Example (Logic): title: “Public documents” description: “Determine whether the document should be publicly visible” expression: “document.type != ‘private’ && document.type != ‘internal’” Example (Data Manipulation): title: “Notification string” description: “Create a notification string with a timestamp.” expression: “’New message received at ’ + string(document.create_time)” The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.
File
File information about the related binary/library used by an executable, or the script used by a script interpreter
FileOperation
Operation(s) performed on a file.
Finding
Security Command Center finding. A finding is a record of assessment data like security, risk, health, or privacy, that is ingested into Security Command Center for presentation, notification, analysis, policy testing, and enforcement. For example, a cross-site scripting (XSS) vulnerability in an App Engine application is a finding.
Folder
Message that contains the resource name and display name of a folder resource.
FolderAssetGroupCall
Filters an organization’s assets and groups them by their specified properties.
FolderAssetListCall
Lists an organization’s assets.
FolderAssetUpdateSecurityMarkCall
Updates security marks.
FolderBigQueryExportCreateCall
Creates a BigQuery export.
FolderBigQueryExportDeleteCall
Deletes an existing BigQuery export.
FolderBigQueryExportGetCall
Gets a BigQuery export.
FolderBigQueryExportListCall
Lists BigQuery exports. Note that when requesting BigQuery exports at a given level all exports under that level are also returned e.g. if requesting BigQuery exports under a folder, then all BigQuery exports immediately under the folder plus the ones created under the projects within the folder are returned.
FolderBigQueryExportPatchCall
Updates a BigQuery export.
FolderEventThreatDetectionSettingCustomModuleCreateCall
Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
FolderEventThreatDetectionSettingCustomModuleDeleteCall
Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. This method is only supported for resident custom modules.
FolderEventThreatDetectionSettingCustomModuleGetCall
Gets an Event Threat Detection custom module.
FolderEventThreatDetectionSettingCustomModuleListCall
Lists all Event Threat Detection custom modules for the given Resource Manager parent. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.
FolderEventThreatDetectionSettingCustomModuleListDescendantCall
Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants.
FolderEventThreatDetectionSettingCustomModulePatchCall
Updates the Event Threat Detection custom module with the given name based on the given update mask. Updating the enablement state is supported for both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name or configuration of a module is supported for resident modules only. The type of a module cannot be changed.
FolderEventThreatDetectionSettingEffectiveCustomModuleGetCall
Gets an effective Event Threat Detection custom module at the given level.
FolderEventThreatDetectionSettingEffectiveCustomModuleListCall
Lists all effective Event Threat Detection custom modules for the given parent. This includes resident modules defined at the scope of the parent along with modules inherited from its ancestors.
FolderEventThreatDetectionSettingValidateCustomModuleCall
Validates the given Event Threat Detection custom module.
FolderFindingBulkMuteCall
Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done.
FolderLocationMuteConfigDeleteCall
Deletes an existing mute config.
FolderLocationMuteConfigGetCall
Gets a mute config.
FolderLocationMuteConfigPatchCall
Updates a mute config.
FolderMethods
A builder providing access to all methods supported on folder resources. It is not used directly, but through the SecurityCommandCenter hub.
FolderMuteConfigCreateCall
Creates a mute config.
FolderMuteConfigDeleteCall
Deletes an existing mute config.
FolderMuteConfigGetCall
Gets a mute config.
FolderMuteConfigListCall
Lists mute configs.
FolderMuteConfigPatchCall
Updates a mute config.
FolderNotificationConfigCreateCall
Creates a notification config.
FolderNotificationConfigDeleteCall
Deletes a notification config.
FolderNotificationConfigGetCall
Gets a notification config.
FolderNotificationConfigListCall
Lists notification configs.
FolderNotificationConfigPatchCall
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
FolderSecurityHealthAnalyticsSettingCustomModuleCreateCall
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default.
FolderSecurityHealthAnalyticsSettingCustomModuleDeleteCall
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the CRM hierarchy. This method is only supported for resident custom modules.
FolderSecurityHealthAnalyticsSettingCustomModuleGetCall
Retrieves a SecurityHealthAnalyticsCustomModule.
FolderSecurityHealthAnalyticsSettingCustomModuleListCall
Returns a list of all SecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
FolderSecurityHealthAnalyticsSettingCustomModuleListDescendantCall
Returns a list of all resident SecurityHealthAnalyticsCustomModules under the given CRM parent and all of the parent’s CRM descendants.
FolderSecurityHealthAnalyticsSettingCustomModulePatchCall
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name and custom config of a module is supported on resident modules only.
FolderSecurityHealthAnalyticsSettingCustomModuleSimulateCall
Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
FolderSecurityHealthAnalyticsSettingEffectiveCustomModuleGetCall
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
FolderSecurityHealthAnalyticsSettingEffectiveCustomModuleListCall
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
FolderSourceFindingExternalSystemPatchCall
Updates external system. This is for a given finding.
FolderSourceFindingGroupCall
Filters an organization or source’s findings and groups them by their specified properties. To group across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings
FolderSourceFindingListCall
Lists an organization or source’s findings. To list across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings
FolderSourceFindingPatchCall
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
FolderSourceFindingSetMuteCall
Updates the mute state of a finding.
FolderSourceFindingSetStateCall
Updates the state of a finding.
FolderSourceFindingUpdateSecurityMarkCall
Updates security marks.
FolderSourceListCall
Lists all sources belonging to an organization.
Framework
Compliance framework associated with the finding.
Geolocation
Represents a geographical location for a given access.
GetIamPolicyRequest
Request message for GetIamPolicy method.
GetPolicyOptions
Encapsulates settings provided to GetIamPolicy.
GoogleCloudSecuritycenterV1BigQueryExport
Configures how to deliver Findings to BigQuery Instance.
GoogleCloudSecuritycenterV1Binding
Represents a Kubernetes RoleBinding or ClusterRoleBinding.
GoogleCloudSecuritycenterV1CustomConfig
Defines the properties in a custom module configuration for Security Health Analytics. Use the custom module configuration to create custom detectors that generate custom findings for resources that you specify.
GoogleCloudSecuritycenterV1CustomOutputSpec
A set of optional name-value pairs that define custom source properties to return with each finding that is generated by the custom module. The custom source properties that are defined here are included in the finding JSON under sourceProperties.
GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
An EffectiveSecurityHealthAnalyticsCustomModule is the representation of a Security Health Analytics custom module at a specified level of the resource hierarchy: organization, folder, or project. If a custom module is inherited from a parent organization or folder, the value of the enablementState property in EffectiveSecurityHealthAnalyticsCustomModule is set to the value that is effective in the parent, instead of INHERITED. For example, if the module is enabled in a parent organization or folder, the effective enablement_state for the module in all child folders or projects is also enabled. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
GoogleCloudSecuritycenterV1ExternalSystem
Representation of third party SIEM/SOAR fields within SCC.
GoogleCloudSecuritycenterV1MuteConfig
A mute config is a Cloud SCC resource that contains the configuration to mute create/update events of findings.
GoogleCloudSecuritycenterV1Property
An individual name-value pair that defines a custom source property.
GoogleCloudSecuritycenterV1ResourceApplication
The App Hub Application associated with the finding’s resource.
GoogleCloudSecuritycenterV1ResourceApplicationAttributes
Consumer provided attributes for the application
GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo
Contact information of stakeholders.
GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
Criticality of the Application, Service, or Workload
GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment
Environment of the Application, Service, or Workload
GoogleCloudSecuritycenterV1ResourceSelector
Resource for selecting resource type.
GoogleCloudSecuritycenterV1ResourceValueConfig
A resource value configuration (RVC) is a mapping configuration of user’s resources to resource values. Used in Attack path simulations.
GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule
Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Resource value mapping for Sensitive Data Protection findings. If any of these mappings have a resource value that is not unspecified, the resource_value field will be ignored when reading this configuration.
GroupAssetsRequest
Request message for grouping by assets.
GroupAssetsResponse
Response message for grouping by assets.
GroupFindingsRequest
Request message for grouping by findings.
GroupFindingsResponse
Response message for group by findings.
GroupMembership
Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.
GroupResult
Result containing the properties and count of a groupBy request.
IamBinding
Represents a particular IAM binding, which captures a member’s role addition, removal, or state.
IamPolicy
Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.
Indicator
Represents what’s commonly known as an indicator of compromise (IoC) in computer forensics. This is an artifact observed on a network or in an operating system that, with high confidence, indicates a computer intrusion. For more information, see Indicator of compromise.
InfoType
Type of information detected by the API.
IpRule
IP rule information.
IpRules
IP rules associated with the finding.
Job
Describes a job
KernelRootkit
Kernel mode rootkit signatures.
Kubernetes
Kubernetes-related attributes.
Label
Represents a generic name-value label. A label has separate name and value fields to support filtering with the contains() function. For more information, see Filtering on array-type fields.
ListAssetsResponse
Response message for listing assets.
ListAssetsResult
Result containing the Asset and its State.
ListAttackPathsResponse
Response message for listing the attack paths for a given simulation or valued resource.
ListBigQueryExportsResponse
Response message for listing BigQuery exports.
ListDescendantEventThreatDetectionCustomModulesResponse
Response for listing current and descendant resident Event Threat Detection custom modules.
ListDescendantSecurityHealthAnalyticsCustomModulesResponse
Response message for listing descendant Security Health Analytics custom modules.
ListEffectiveEventThreatDetectionCustomModulesResponse
Response for listing EffectiveEventThreatDetectionCustomModules.
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Response message for listing effective Security Health Analytics custom modules.
ListEventThreatDetectionCustomModulesResponse
Response for listing Event Threat Detection custom modules.
ListFindingsResponse
Response message for listing findings.
ListFindingsResult
Result containing the Finding and its StateChange.
ListMuteConfigsResponse
Response message for listing mute configs.
ListNotificationConfigsResponse
Response message for listing notification configs.
ListOperationsResponse
The response message for Operations.ListOperations.
ListResourceValueConfigsResponse
Response message to list resource value configs
ListSecurityHealthAnalyticsCustomModulesResponse
Response message for listing Security Health Analytics custom modules.
ListSourcesResponse
Response message for listing sources.
ListValuedResourcesResponse
Response message for listing the valued resources for a given simulation.
LoadBalancer
Contains information related to the load balancer associated with the finding.
LogEntry
An individual entry in a log.
MemoryHashSignature
A signature corresponding to memory page hashes.
MitreAttack
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org
MuteInfo
Mute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.
Network
Contains information about a VPC network associated with the finding.
Node
Kubernetes nodes associated with the finding.
NodePool
Provides GKE node pool information.
Notebook
Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.
NotificationConfig
Cloud Security Command Center (Cloud SCC) notification configs. A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc.
Object
Kubernetes object related to the finding, uniquely identified by GKNN. Used if the object Kind is not one of Pod, Node, NodePool, Binding, or AccessReview.
Operation
This resource represents a long-running operation that is the result of a network API call.
OrgPolicy
Contains information about the org policies associated with the finding.
OrganizationAssetGroupCall
Filters an organization’s assets and groups them by their specified properties.
OrganizationAssetListCall
Lists an organization’s assets.
OrganizationAssetRunDiscoveryCall
Runs asset discovery. The discovery is tracked with a long-running operation. This API can only be called with limited frequency for an organization. If it is called too frequently the caller will receive a TOO_MANY_REQUESTS error.
OrganizationAssetUpdateSecurityMarkCall
Updates security marks.
OrganizationAttackPathListCall
Lists the attack paths for a set of simulation results or valued resources and filter.
OrganizationBigQueryExportCreateCall
Creates a BigQuery export.
OrganizationBigQueryExportDeleteCall
Deletes an existing BigQuery export.
OrganizationBigQueryExportGetCall
Gets a BigQuery export.
OrganizationBigQueryExportListCall
Lists BigQuery exports. Note that when requesting BigQuery exports at a given level all exports under that level are also returned e.g. if requesting BigQuery exports under a folder, then all BigQuery exports immediately under the folder plus the ones created under the projects within the folder are returned.
OrganizationBigQueryExportPatchCall
Updates a BigQuery export.
OrganizationEventThreatDetectionSettingCustomModuleCreateCall
Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
OrganizationEventThreatDetectionSettingCustomModuleDeleteCall
Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. This method is only supported for resident custom modules.
OrganizationEventThreatDetectionSettingCustomModuleGetCall
Gets an Event Threat Detection custom module.
OrganizationEventThreatDetectionSettingCustomModuleListCall
Lists all Event Threat Detection custom modules for the given Resource Manager parent. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.
OrganizationEventThreatDetectionSettingCustomModuleListDescendantCall
Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants.
OrganizationEventThreatDetectionSettingCustomModulePatchCall
Updates the Event Threat Detection custom module with the given name based on the given update mask. Updating the enablement state is supported for both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name or configuration of a module is supported for resident modules only. The type of a module cannot be changed.
OrganizationEventThreatDetectionSettingEffectiveCustomModuleGetCall
Gets an effective Event Threat Detection custom module at the given level.
OrganizationEventThreatDetectionSettingEffectiveCustomModuleListCall
Lists all effective Event Threat Detection custom modules for the given parent. This includes resident modules defined at the scope of the parent along with modules inherited from its ancestors.
OrganizationEventThreatDetectionSettingValidateCustomModuleCall
Validates the given Event Threat Detection custom module.
OrganizationFindingBulkMuteCall
Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done.
OrganizationGetOrganizationSettingCall
Gets the settings for an organization.
OrganizationLocationMuteConfigDeleteCall
Deletes an existing mute config.
OrganizationLocationMuteConfigGetCall
Gets a mute config.
OrganizationLocationMuteConfigPatchCall
Updates a mute config.
OrganizationMethods
A builder providing access to all methods supported on organization resources. It is not used directly, but through the SecurityCommandCenter hub.
OrganizationMuteConfigCreateCall
Creates a mute config.
OrganizationMuteConfigDeleteCall
Deletes an existing mute config.
OrganizationMuteConfigGetCall
Gets a mute config.
OrganizationMuteConfigListCall
Lists mute configs.
OrganizationMuteConfigPatchCall
Updates a mute config.
OrganizationNotificationConfigCreateCall
Creates a notification config.
OrganizationNotificationConfigDeleteCall
Deletes a notification config.
OrganizationNotificationConfigGetCall
Gets a notification config.
OrganizationNotificationConfigListCall
Lists notification configs.
OrganizationNotificationConfigPatchCall
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
OrganizationOperationCancelCall
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
OrganizationOperationDeleteCall
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.
OrganizationOperationGetCall
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
OrganizationOperationListCall
Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.
OrganizationResourceValueConfigBatchCreateCall
Creates a ResourceValueConfig for an organization. Maps user’s tags to difference resource values for use by the attack path simulation.
OrganizationResourceValueConfigDeleteCall
Deletes a ResourceValueConfig.
OrganizationResourceValueConfigGetCall
Gets a ResourceValueConfig.
OrganizationResourceValueConfigListCall
Lists all ResourceValueConfigs.
OrganizationResourceValueConfigPatchCall
Updates an existing ResourceValueConfigs with new rules.
OrganizationSecurityHealthAnalyticsSettingCustomModuleCreateCall
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default.
OrganizationSecurityHealthAnalyticsSettingCustomModuleDeleteCall
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the CRM hierarchy. This method is only supported for resident custom modules.
OrganizationSecurityHealthAnalyticsSettingCustomModuleGetCall
Retrieves a SecurityHealthAnalyticsCustomModule.
OrganizationSecurityHealthAnalyticsSettingCustomModuleListCall
Returns a list of all SecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
OrganizationSecurityHealthAnalyticsSettingCustomModuleListDescendantCall
Returns a list of all resident SecurityHealthAnalyticsCustomModules under the given CRM parent and all of the parent’s CRM descendants.
OrganizationSecurityHealthAnalyticsSettingCustomModulePatchCall
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name and custom config of a module is supported on resident modules only.
OrganizationSecurityHealthAnalyticsSettingCustomModuleSimulateCall
Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
OrganizationSecurityHealthAnalyticsSettingEffectiveCustomModuleGetCall
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
OrganizationSecurityHealthAnalyticsSettingEffectiveCustomModuleListCall
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
OrganizationSettings
User specified settings that are attached to the Security Command Center organization.
OrganizationSimulationAttackExposureResultAttackPathListCall
Lists the attack paths for a set of simulation results or valued resources and filter.
OrganizationSimulationAttackExposureResultValuedResourceListCall
Lists the valued resources for a set of simulation results and filter.
OrganizationSimulationAttackPathListCall
Lists the attack paths for a set of simulation results or valued resources and filter.
OrganizationSimulationGetCall
Get the simulation by name or the latest simulation for the given organization.
OrganizationSimulationValuedResourceAttackPathListCall
Lists the attack paths for a set of simulation results or valued resources and filter.
OrganizationSimulationValuedResourceGetCall
Get the valued resource by name
OrganizationSimulationValuedResourceListCall
Lists the valued resources for a set of simulation results and filter.
OrganizationSourceCreateCall
Creates a source.
OrganizationSourceFindingCreateCall
Creates a finding. The corresponding source must exist for finding creation to succeed.
OrganizationSourceFindingExternalSystemPatchCall
Updates external system. This is for a given finding.
OrganizationSourceFindingGroupCall
Filters an organization or source’s findings and groups them by their specified properties. To group across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings
OrganizationSourceFindingListCall
Lists an organization or source’s findings. To list across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings
OrganizationSourceFindingPatchCall
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
OrganizationSourceFindingSetMuteCall
Updates the mute state of a finding.
OrganizationSourceFindingSetStateCall
Updates the state of a finding.
OrganizationSourceFindingUpdateSecurityMarkCall
Updates security marks.
OrganizationSourceGetCall
Gets a source.
OrganizationSourceGetIamPolicyCall
Gets the access control policy on the specified Source.
OrganizationSourceListCall
Lists all sources belonging to an organization.
OrganizationSourcePatchCall
Updates a source.
OrganizationSourceSetIamPolicyCall
Sets the access control policy on the specified Source.
OrganizationSourceTestIamPermissionCall
Returns the permissions that a caller has on the specified source.
OrganizationUpdateOrganizationSettingCall
Updates an organization’s settings.
OrganizationValuedResourceListCall
Lists the valued resources for a set of simulation results and filter.
Package
Package is a generic definition of a package.
PathNodeAssociatedFinding
A finding that is associated with this node in the attack path.
Pipeline
Vertex AI training pipeline associated with the finding.
Pod
A Kubernetes Pod.
Policy
An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation. JSON example: { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation.
PolicyDriftDetails
The policy field that violates the deployed posture and its expected and detected values.
PortRange
A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.
Position
A position in the uploaded text version of a module.
Process
Represents an operating system process.
ProcessSignature
Indicates what signature matched this process.
ProjectAssetGroupCall
Filters an organization’s assets and groups them by their specified properties.
ProjectAssetListCall
Lists an organization’s assets.
ProjectAssetUpdateSecurityMarkCall
Updates security marks.
ProjectBigQueryExportCreateCall
Creates a BigQuery export.
ProjectBigQueryExportDeleteCall
Deletes an existing BigQuery export.
ProjectBigQueryExportGetCall
Gets a BigQuery export.
ProjectBigQueryExportListCall
Lists BigQuery exports. Note that when requesting BigQuery exports at a given level all exports under that level are also returned e.g. if requesting BigQuery exports under a folder, then all BigQuery exports immediately under the folder plus the ones created under the projects within the folder are returned.
ProjectBigQueryExportPatchCall
Updates a BigQuery export.
ProjectEventThreatDetectionSettingCustomModuleCreateCall
Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
ProjectEventThreatDetectionSettingCustomModuleDeleteCall
Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. This method is only supported for resident custom modules.
ProjectEventThreatDetectionSettingCustomModuleGetCall
Gets an Event Threat Detection custom module.
ProjectEventThreatDetectionSettingCustomModuleListCall
Lists all Event Threat Detection custom modules for the given Resource Manager parent. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.
ProjectEventThreatDetectionSettingCustomModuleListDescendantCall
Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants.
ProjectEventThreatDetectionSettingCustomModulePatchCall
Updates the Event Threat Detection custom module with the given name based on the given update mask. Updating the enablement state is supported for both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name or configuration of a module is supported for resident modules only. The type of a module cannot be changed.
ProjectEventThreatDetectionSettingEffectiveCustomModuleGetCall
Gets an effective Event Threat Detection custom module at the given level.
ProjectEventThreatDetectionSettingEffectiveCustomModuleListCall
Lists all effective Event Threat Detection custom modules for the given parent. This includes resident modules defined at the scope of the parent along with modules inherited from its ancestors.
ProjectEventThreatDetectionSettingValidateCustomModuleCall
Validates the given Event Threat Detection custom module.
ProjectFindingBulkMuteCall
Kicks off an LRO to bulk mute findings for a parent based on a filter. The parent can be either an organization, folder or project. The findings matched by the filter will be muted after the LRO is done.
ProjectLocationMuteConfigDeleteCall
Deletes an existing mute config.
ProjectLocationMuteConfigGetCall
Gets a mute config.
ProjectLocationMuteConfigPatchCall
Updates a mute config.
ProjectMethods
A builder providing access to all methods supported on project resources. It is not used directly, but through the SecurityCommandCenter hub.
ProjectMuteConfigCreateCall
Creates a mute config.
ProjectMuteConfigDeleteCall
Deletes an existing mute config.
ProjectMuteConfigGetCall
Gets a mute config.
ProjectMuteConfigListCall
Lists mute configs.
ProjectMuteConfigPatchCall
Updates a mute config.
ProjectNotificationConfigCreateCall
Creates a notification config.
ProjectNotificationConfigDeleteCall
Deletes a notification config.
ProjectNotificationConfigGetCall
Gets a notification config.
ProjectNotificationConfigListCall
Lists notification configs.
ProjectNotificationConfigPatchCall
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter
ProjectSecurityHealthAnalyticsSettingCustomModuleCreateCall
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default.
ProjectSecurityHealthAnalyticsSettingCustomModuleDeleteCall
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the CRM hierarchy. This method is only supported for resident custom modules.
ProjectSecurityHealthAnalyticsSettingCustomModuleGetCall
Retrieves a SecurityHealthAnalyticsCustomModule.
ProjectSecurityHealthAnalyticsSettingCustomModuleListCall
Returns a list of all SecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
ProjectSecurityHealthAnalyticsSettingCustomModuleListDescendantCall
Returns a list of all resident SecurityHealthAnalyticsCustomModules under the given CRM parent and all of the parent’s CRM descendants.
ProjectSecurityHealthAnalyticsSettingCustomModulePatchCall
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of “inherited”). Updating the display name and custom config of a module is supported on resident modules only.
ProjectSecurityHealthAnalyticsSettingCustomModuleSimulateCall
Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
ProjectSecurityHealthAnalyticsSettingEffectiveCustomModuleGetCall
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
ProjectSecurityHealthAnalyticsSettingEffectiveCustomModuleListCall
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors.
ProjectSourceFindingExternalSystemPatchCall
Updates external system. This is for a given finding.
ProjectSourceFindingGroupCall
Filters an organization or source’s findings and groups them by their specified properties. To group across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings, /v1/folders/{folder_id}/sources/-/findings, /v1/projects/{project_id}/sources/-/findings
ProjectSourceFindingListCall
Lists an organization or source’s findings. To list across all sources provide a - as the source id. Example: /v1/organizations/{organization_id}/sources/-/findings
ProjectSourceFindingPatchCall
Creates or updates a finding. The corresponding source must exist for a finding creation to succeed.
ProjectSourceFindingSetMuteCall
Updates the mute state of a finding.
ProjectSourceFindingSetStateCall
Updates the state of a finding.
ProjectSourceFindingUpdateSecurityMarkCall
Updates security marks.
ProjectSourceListCall
Lists all sources belonging to an organization.
Reference
Additional Links
Requests
Information about the requests relevant to the finding.
Resource
Information related to the Google Cloud resource that is associated with this finding.
ResourcePath
Represents the path of resources leading up to the resource this finding is about.
ResourcePathNode
A node within the resource path. Each node represents a resource within the resource hierarchy.
ResourceValueConfigMetadata
Metadata about a ResourceValueConfig. For example, id and name.
Role
Kubernetes Role or ClusterRole.
RunAssetDiscoveryRequest
Request message for running asset discovery for an organization.
SecurityBulletin
SecurityBulletin are notifications of vulnerabilities of Google products.
SecurityCenterProperties
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
SecurityCommandCenter
Central instance to access all SecurityCommandCenter related resource activities
SecurityMarks
User specified security marks that are attached to the parent Security Command Center resource. Security marks are scoped within a Security Command Center organization – they can be modified and viewed by all users who have proper permissions on the organization.
SecurityPolicy
Information about the Google Cloud Armor security policy relevant to the finding.
SecurityPosture
Represents a posture that is deployed on Google Cloud by the Security Command Center Posture Management service. A posture contains one or more policy sets. A policy set is a group of policies that enforce a set of security rules on Google Cloud.
SensitivityScore
Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.
ServiceAccountDelegationInfo
Identity delegation history of an authenticated service account.
SetFindingStateRequest
Request message for updating a finding’s state.
SetIamPolicyRequest
Request message for SetIamPolicy method.
SetMuteRequest
Request message for updating a finding’s mute status.
SimulateSecurityHealthAnalyticsCustomModuleRequest
Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.
SimulateSecurityHealthAnalyticsCustomModuleResponse
Response message for simulating a SecurityHealthAnalyticsCustomModule against a given resource.
SimulatedResource
Manually constructed resource name. If the custom module evaluates against only the resource data, you can omit the iam_policy_data field. If it evaluates only the iam_policy_data field, you can omit the resource data.
SimulatedResult
Possible test result.
Simulation
Attack path simulation
Source
Security Command Center 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, and other tools.
StaticMute
Information about the static mute state. A static mute state overrides any dynamic mute rules that apply to this finding. The static mute state can be set by a static mute rule or by muting the finding directly.
Status
The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.
StreamingConfig
The config for streaming-based notifications, which send each event as soon as it is detected.
Subject
Represents a Kubernetes subject.
TestIamPermissionsRequest
Request message for TestIamPermissions method.
TestIamPermissionsResponse
Response message for TestIamPermissions method.
TicketInfo
Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
ToxicCombination
Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination.
ValidateEventThreatDetectionCustomModuleRequest
Request to validate an Event Threat Detection custom module.
ValidateEventThreatDetectionCustomModuleResponse
Response to validating an Event Threat Detection custom module.
ValuedResource
A resource that is determined to have value to a user’s system
VertexAi
Vertex AI-related information associated with the finding.
Vulnerability
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
YaraRuleSignature
A signature corresponding to a YARA rule.

Enums§

Scope
Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.