Classes
AWSEC2HostsSettings
AWS EC2 Hosts Settings.
AWSEC2InstancesSettings
AWS EC2 Instances Settings.
AWSEC2VpcsSettings
AWS EC2 Vpcs Settings.
AWSIAMSettings
AWSIAMSettings contains details needed for creating an AWS IAM feed.
AWSIAMSettings.Types
Container for nested types declared in the AWSIAMSettings message type.
AddChartRequest
Request message to add chart in a dashboard.
AddChartResponse
Response message for adding chart in a dashboard.
AdditionalS3AccessKeySecretAuth
Additional S3 access key secret auth.
AdvancedFilterConfig
Advanced filter configuration for the filter widget.
AdvancedFilterConfig.Types
Container for nested types declared in the AdvancedFilterConfig message type.
AdvancedFilterConfig.Types.ManualOptions
Manual options provided by the user.
AdvancedFilterConfig.Types.QueryOptions
Query options to fetch the values from the query engine. This is used for the filter's population query.
AdvancedFilterConfig.Types.ValueSource
Source of the values for the filter.
AmazonKinesisFirehoseSettings
Settings required by Amazon Kinesis Firehose Feeds(HTTP-Push).
AmazonS3Settings
Amazon S3 settings.
AmazonS3V2Settings
AmazonS3V2Settings is the settings proto for Omniflow S3 feeds.
AmazonSQSSettings
Amazon SQS settings.
AmazonSQSV2Settings
AmazonSQSV2Settings is the settings proto for Omniflow SQS feeds.
AnomaliIocSettings
Anomali IOC settings.
AzureADAuditSettings
Azure AD Audit settings.
AzureADContextSettings
Azure AD Context settings.
AzureADSettings
Azure AD settings.
AzureAuth
Azure auth.
AzureAuthV2
A message containing fields used to authenticate with Azure Blob Storage.
AzureBlobStoreSettings
Azure Blob Storage settings.
AzureBlobStoreV2Settings
AzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds.
AzureEventHubSettings
Settings required by Azure Event Hub Feeds.
AzureMDMIntuneSettings
Azure MDM Intune settings.
AzureV2WorkloadIdentityFederation
Azure V2 Workload Identity Federation.
BatchGetDashboardChartsRequest
Request message to get dashboard charts in batch.
BatchGetDashboardChartsResponse
Response message for getting dashboard charts in batch.
BigQueryExport
This resource represents the BigQuery export configuration for a Chronicle instance which includes Google Cloud Platform resources like Cloud Storage buckets, BigQuery datasets etc and the export settings for each data source.
BigQueryExportName
Resource name for the BigQueryExport resource.
BigQueryExportService
Service for managing BigQuery export configurations for Chronicle instances.
BigQueryExportService.BigQueryExportServiceBase
Base class for server-side implementations of BigQueryExportService
BigQueryExportService.BigQueryExportServiceClient
Client for BigQueryExportService
BigQueryExportServiceClient
BigQueryExportService client wrapper, for convenient use.
BigQueryExportServiceClientBuilder
Builder class for BigQueryExportServiceClient to provide simple configuration of credentials, endpoint etc.
BigQueryExportServiceClientImpl
BigQueryExportService client wrapper implementation, for convenient use.
BigQueryExportServiceSettings
Settings for BigQueryExportServiceClient instances.
BulkCreateDataTableRowsRequest
Request to create data table rows in bulk.
BulkCreateDataTableRowsResponse
Response message with created data table rows.
BulkGetDataTableRowsRequest
Request to get data table rows in bulk.
BulkGetDataTableRowsResponse
Response message with data table rows.
BulkReplaceDataTableRowsRequest
Request to replace data table rows in bulk.
BulkReplaceDataTableRowsResponse
Response message with data table rows that replaced existing data table rows.
BulkUpdateDataTableRowsRequest
Request to update data table rows in bulk.
BulkUpdateDataTableRowsResponse
Response message with updated data table rows.
Button
Button config for a chart.
Button.Types
Container for nested types declared in the Button message type.
Button.Types.Properties
Claims
Claims identifying a specific customer.
CloudPassageSettings
CloudPassage settings.
ColumnMetadata
Metadata of the column.
CompilationDiagnostic
CompilationDiagnostic represents a compilation diagnostic generated during a rule's compilation, such as a compilation error or a compilation warning.
CompilationDiagnostic.Types
Container for nested types declared in the CompilationDiagnostic message type.
CompilationPosition
CompilationPosition represents the location of a compilation diagnostic in rule text.
ComputeAllFindingsRefinementActivitiesRequest
Request message for ComputeAllFindingsRefinementActivities method.
ComputeAllFindingsRefinementActivitiesResponse
Response message for ComputeAllFindingsRefinementActivities method.
ComputeFindingsRefinementActivityRequest
Request message for ComputeFindingsRefinementActivity method.
ComputeFindingsRefinementActivityResponse
Response message for ComputeFindingsRefinementActivity method.
ContentHubName
Resource name for the ContentHub resource.
CortexXDRSettings
PAN Cortex XDR settings.
CreateDataAccessLabelRequest
Request message for CreateDataAccessLabel.
CreateDataAccessScopeRequest
Request message for CreateDataAccessScope.
CreateDataTableRequest
A request to create DataTable.
CreateDataTableRowRequest
Request to create data table row.
CreateFeedRequest
Request message for CreateFeed.
CreateFindingsRefinementRequest
Request message for CreateFindingsRefinement method.
CreateNativeDashboardRequest
Request message to create a dashboard.
CreateReferenceListRequest
A request to create a reference list.
CreateRetrohuntRequest
Request message for CreateRetrohunt method.
CreateRuleRequest
Request message for CreateRule method.
CreateWatchlistRequest
Request message for creating watchlist.
CrowdStrikeAlertsSettings
CrowdStrike Alerts settings.
CrowdStrikeAlertsSettings.Types
Container for nested types declared in the CrowdStrikeAlertsSettings message type.
CrowdStrikeDetectsSettings
CrowdStrike Detects settings.
CrowdStrikeDetectsSettings.Types
Container for nested types declared in the CrowdStrikeDetectsSettings message type.
CuratedRuleName
Resource name for the CuratedRule resource.
CuratedRuleSetName
Resource name for the CuratedRuleSet resource.
CustomAPICheckpointConfig
Checkpoint configuration to enable sequential (cursor-based) polling.
CustomAPICheckpointConfig.Types
Container for nested types declared in the CustomAPICheckpointConfig message type.
CustomAPICheckpointConfig.Types.IteratorStrategy
Use progress tokens provided by the API.
CustomAPICheckpointConfig.Types.LatestRecordStrategy
Track the highest record ID to fetch only new records next.
CustomAPICheckpointConfig.Types.LatestTimestampStrategy
Track the timestamp of the newest record to fetch newer ones next.
CustomAPICheckpointConfig.Types.NoneStrategy
Fetch all available data in one go without tracking progress.
CustomAPIDependentRequestsConfig
Configuration for dependent requests (child chaining).
CustomAPIHeaderAuth
CustomAPIHeaderAuth lists HTTP headers for custom API auth.
CustomAPIHeaderKeyValue
CustomAPIHeaderKeyValue defines dynamic headers key-values for Custom API.
CustomAPINoAuth
Info for No-Authentication custom API feeds.
CustomAPIPagination
Pagination strategy for the request.
CustomAPIPagination.Types
Container for nested types declared in the CustomAPIPagination message type.
CustomAPIPagination.Types.LinkPagination
Follow links provided in the response to get more data.
CustomAPIPagination.Types.NonePagination
Fetch data in a single request without paging.
CustomAPIPagination.Types.OffsetPagination
Skip a set number of records to get the next set.
CustomAPIPagination.Types.PageNumberPagination
Go to the next page number (e.g., page 2).
CustomAPIPagination.Types.TokenPagination
Use tokens (custom keys) to get the next page of data.
CustomAPIQueryAuth
CustomAPIQueryAuth lists URL Query parameters for custom API auth.
CustomAPIQueryKeyValue
CustomAPIQueryKeyValue defines dynamic query parameters key-values for Custom API Auth.
CustomAPIRequestConfig
Configuration for the outgoing API request.
CustomAPIRequestConfig.Types
Container for nested types declared in the CustomAPIRequestConfig message type.
CustomAPIResponseConfig
Configuration for handling the API response.
CustomAPISettings
Settings required by Feeds of Custom API (Codeless). Supports fetching data from third-party APIs with configurable pagination, authentication, and response parsing.
CustomAPITransferNode
Container for a specific API interaction.
DashboardChart
DashboardChart resource.
DashboardChart.Types
Container for nested types declared in the DashboardChart message type.
DashboardChart.Types.ChartDatasource
Datasource of the chart including the query reference and source name.
DashboardChart.Types.DrillDownConfig
Drill down configuration.
DashboardChart.Types.DrillDownConfig.Types
Container for nested types declared in the DrillDownConfig message type.
DashboardChart.Types.DrillDownConfig.Types.DrillDown
Drill down config.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types
Container for nested types declared in the DrillDown message type.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings
Custom drill down settings.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types
Container for nested types declared in the CustomDrillDownSettings message type.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownExternalLink
Drill down external link config.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownFilter
Drill down filter config.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownFilter.Types
Container for nested types declared in the DrillDownFilter message type.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownFilter.Types.DrillDownDashboardFilter
Drill down dashboard filter config.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownQuery
Drill down query config.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.DefaultDrillDownSettings
Default drill down settings.
DashboardChart.Types.Visualization
Visualization config for a chart. https://echarts.apache.org/en/option.html#series
DashboardChart.Types.Visualization.Types
Container for nested types declared in the Visualization message type.
DashboardChart.Types.Visualization.Types.Axis
DashboardChart.Types.Visualization.Types.ColumnDef
Column Definition.
DashboardChart.Types.Visualization.Types.ColumnRenderTypeSettings
Column render type settings. This is used to determine the data render type of the column in the table.
DashboardChart.Types.Visualization.Types.ColumnTooltipSettings
Settings for tooltip for column header and cell.
DashboardChart.Types.Visualization.Types.GoogleMapsConfig
Google Maps config for a chart if chart type is map.
DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types
Container for nested types declared in the GoogleMapsConfig message type.
DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.DataSettings
Data settings for the map.
DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.MapPosition
Map position settings for the map.
DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings
Point settings for the map.
DashboardChart.Types.Visualization.Types.Legend
DashboardChart.Types.Visualization.Types.Series
DashboardChart.Types.Visualization.Types.Series.Types
Container for nested types declared in the Series message type.
DashboardChart.Types.Visualization.Types.Series.Types.AreaStyle
Custom styling for area chart
DashboardChart.Types.Visualization.Types.Series.Types.ChartSliceColor
Slice containing the key and value for a slice in the chart
DashboardChart.Types.Visualization.Types.Series.Types.DataLabel
Data label config for a series.
DashboardChart.Types.Visualization.Types.Series.Types.Encode
DashboardChart.Types.Visualization.Types.Series.Types.GaugeConfig
Field to be saved for retrieving value and color for gauge chart
DashboardChart.Types.Visualization.Types.Series.Types.GaugeValue
Field to be saved for retrieving value and color for gauge chart
DashboardChart.Types.Visualization.Types.Series.Types.ItemColors
Field to be saved for retrieving slice colors for the chart
DashboardChart.Types.Visualization.Types.Series.Types.ItemStyle
Custom styling for chart
DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig
Metric trend config for displaying trend value in Metrics chart
DashboardChart.Types.Visualization.Types.Series.Types.UserSelectedValues
User selected color and label for the slice of the chart
DashboardChart.Types.Visualization.Types.TableConfig
Configuration for table appearance.
DashboardChart.Types.Visualization.Types.Tooltip
DashboardChart.Types.Visualization.Types.VisualMap
Conveys what range of values should be rendered in what color. This field is used when threshold_coloring_enabled is true.
DashboardChart.Types.Visualization.Types.VisualMap.Types
Container for nested types declared in the VisualMap message type.
DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece
An ECharts visual map of type 'piecewise' contain many pieces. Each piece has a min, max, and color with which it's rendered.
DashboardChartName
Resource name for the DashboardChart resource.
DashboardChartService
A service providing functionality for managing dashboards' charts.
DashboardChartService.DashboardChartServiceBase
Base class for server-side implementations of DashboardChartService
DashboardChartService.DashboardChartServiceClient
Client for DashboardChartService
DashboardChartServiceClient
DashboardChartService client wrapper, for convenient use.
DashboardChartServiceClientBuilder
Builder class for DashboardChartServiceClient to provide simple configuration of credentials, endpoint etc.
DashboardChartServiceClientImpl
DashboardChartService client wrapper implementation, for convenient use.
DashboardChartServiceSettings
Settings for DashboardChartServiceClient instances.
DashboardDefinition
Definition of the dashboard including filters, layout, charts' configurations.
DashboardDefinition.Types
Container for nested types declared in the DashboardDefinition message type.
DashboardDefinition.Types.ChartConfig
Configuration of the chart including chart reference, layout and filters.
DashboardDefinition.Types.ChartConfig.Types
Container for nested types declared in the ChartConfig message type.
DashboardDefinition.Types.ChartConfig.Types.ChartLayout
Layout of the chart.
DashboardFilter
Dashboard level filter that can be used in native dashboards as well as inputs to execute query.
DashboardQuery
DashboardQuery resource.
DashboardQuery.Types
Container for nested types declared in the DashboardQuery message type.
DashboardQuery.Types.Input
Input to the query like time window.
DashboardQuery.Types.Input.Types
Container for nested types declared in the Input message type.
DashboardQuery.Types.Input.Types.RelativeTime
time representation for last x units.
DashboardQueryName
Resource name for the DashboardQuery resource.
DashboardQueryService
A service providing functionality for managing dashboards' queries.
DashboardQueryService.DashboardQueryServiceBase
Base class for server-side implementations of DashboardQueryService
DashboardQueryService.DashboardQueryServiceClient
Client for DashboardQueryService
DashboardQueryServiceClient
DashboardQueryService client wrapper, for convenient use.
DashboardQueryServiceClientBuilder
Builder class for DashboardQueryServiceClient to provide simple configuration of credentials, endpoint etc.
DashboardQueryServiceClientImpl
DashboardQueryService client wrapper implementation, for convenient use.
DashboardQueryServiceSettings
Settings for DashboardQueryServiceClient instances.
DashboardUserData
User Data for Native Dashboard
DataAccessControlService
DataAccessControlService exposes resources and endpoints related to data access control.
DataAccessControlService.DataAccessControlServiceBase
Base class for server-side implementations of DataAccessControlService
DataAccessControlService.DataAccessControlServiceClient
Client for DataAccessControlService
DataAccessControlServiceClient
DataAccessControlService client wrapper, for convenient use.
DataAccessControlServiceClientBuilder
Builder class for DataAccessControlServiceClient to provide simple configuration of credentials, endpoint etc.
DataAccessControlServiceClientImpl
DataAccessControlService client wrapper implementation, for convenient use.
DataAccessControlServiceSettings
Settings for DataAccessControlServiceClient instances.
DataAccessLabel
A DataAccessLabel is a label on events to define user access to data.
DataAccessLabelName
Resource name for the DataAccessLabel resource.
DataAccessLabelReference
Reference object to a data access label.
DataAccessScope
A DataAccessScope is a boolean expression of data access labels used to restrict access to data for users.
DataAccessScopeName
Resource name for the DataAccessScope resource.
DataSourceExportSettings
The export settings for a data source.
DataTable
DataTable represents the data table resource.
DataTableColumnInfo
DataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow.
DataTableColumnInfo.Types
Container for nested types declared in the DataTableColumnInfo message type.
DataTableName
Resource name for the DataTable resource.
DataTableOperationErrors
The message containing the errors for a data table operation.
DataTableOperationErrorsName
Resource name for the DataTableOperationErrors resource.
DataTableRow
DataTableRow represents a single row in a data table.
DataTableRowName
Resource name for the DataTableRow resource.
DataTableScopeInfo
DataTableScopeInfo specifies the scope info of the data table.
DataTableService
DataTableManager provides an interface for managing data tables.
DataTableService.DataTableServiceBase
Base class for server-side implementations of DataTableService
DataTableService.DataTableServiceClient
Client for DataTableService
DataTableServiceClient
DataTableService client wrapper, for convenient use.
DataTableServiceClientBuilder
Builder class for DataTableServiceClient to provide simple configuration of credentials, endpoint etc.
DataTableServiceClientImpl
DataTableService client wrapper implementation, for convenient use.
DataTableServiceSettings
Settings for DataTableServiceClient instances.
DeleteDataAccessLabelRequest
Request message to delete a data access label.
DeleteDataAccessScopeRequest
Request message to delete a data access scope.
DeleteDataTableRequest
Request message for deleting data tables.
DeleteDataTableRowRequest
Request to delete data table row.
DeleteFeedRequest
Request message to delete a feed.
DeleteNativeDashboardRequest
Request message to delete a dashboard.
DeleteRuleRequest
Request message for the DeleteRule method.
DeleteWatchlistRequest
Request message for deleting watchlist.
DetectionExclusionActivity
The activity for a findings refinement that is a detection exclusion. The activity is broken down per detector.
DetectionExclusionActivity.Types
Container for nested types declared in the DetectionExclusionActivity message type.
DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity
The activity for a findings refinement that is a detection exclusion broken down for one specific detector.
DetectionExclusionApplication
Describes the detectors a detection exclusion is applied to.
DisableFeedRequest
DisableFeed request message.
DummyLogTypeSettings
Settings required by Feeds of DummyLogType(used for testing purposes).
DuoAuthSettings
Duo Authentication settings.
DuoUserContextSettings
Duo User Context settings.
DuplicateChartRequest
Request message to duplicate chart in a dashboard.
DuplicateChartResponse
Response message for duplicating chart in a dashboard.
DuplicateNativeDashboardRequest
Request message to duplicate a dashboard.
EditChartRequest
Request message to edit chart in a dashboard.
EditChartResponse
Response message for editing chart in a dashboard.
EnableFeedRequest
EnableFeed request message.
EntityService
EntityService contains apis for finding entities.
EntityService.EntityServiceBase
Base class for server-side implementations of EntityService
EntityService.EntityServiceClient
Client for EntityService
EntityServiceClient
EntityService client wrapper, for convenient use.
EntityServiceClientBuilder
Builder class for EntityServiceClient to provide simple configuration of credentials, endpoint etc.
EntityServiceClientImpl
EntityService client wrapper implementation, for convenient use.
EntityServiceSettings
Settings for EntityServiceClient instances.
ExecuteDashboardQueryRequest
Request message to execute a dashboard query.
ExecuteDashboardQueryResponse
Response message for executing a dashboard query.
ExecuteDashboardQueryResponse.Types
Container for nested types declared in the ExecuteDashboardQueryResponse message type.
ExecuteDashboardQueryResponse.Types.ColumnData
ExecuteDashboardQueryResponse.Types.ColumnType
Singular vs list of values in a column.
ExecuteDashboardQueryResponse.Types.ColumnType.Types
Container for nested types declared in the ColumnType message type.
ExecuteDashboardQueryResponse.Types.ColumnType.Types.List
Store list of values in a column.
ExecuteDashboardQueryResponse.Types.ColumnValue
LINT.IfChange(stats_data) Value of the column based on data type.
ExecuteDashboardQueryResponse.Types.ColumnValue.Types
Container for nested types declared in the ColumnValue message type.
ExecuteDashboardQueryResponse.Types.ColumnValue.Types.ValueMetadata
ExportNativeDashboardsRequest
Request message to export list of dashboard.
ExportNativeDashboardsResponse
Response message for exporting a dashboard.
FeaturedContentMetadata
FeaturedContentMetadata holds metadata about the Featured Content.
FeaturedContentMetadata.Types
Container for nested types declared in the FeaturedContentMetadata message type.
FeaturedContentNativeDashboard
FeaturedContentNativeDashboard resource.
FeaturedContentNativeDashboardName
Resource name for the FeaturedContentNativeDashboard resource.
FeaturedContentNativeDashboardService
This service provides functionality for managing FeaturedContentNativeDashboard.
FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceBase
Base class for server-side implementations of FeaturedContentNativeDashboardService
FeaturedContentNativeDashboardService.FeaturedContentNativeDashboardServiceClient
Client for FeaturedContentNativeDashboardService
FeaturedContentNativeDashboardServiceClient
FeaturedContentNativeDashboardService client wrapper, for convenient use.
FeaturedContentNativeDashboardServiceClientBuilder
Builder class for FeaturedContentNativeDashboardServiceClient to provide simple configuration of credentials, endpoint etc.
FeaturedContentNativeDashboardServiceClientImpl
FeaturedContentNativeDashboardService client wrapper implementation, for convenient use.
FeaturedContentNativeDashboardServiceSettings
Settings for FeaturedContentNativeDashboardServiceClient instances.
Feed
Feed is a resource that contains feed information needed to create a feed.
Feed.Types
Container for nested types declared in the Feed message type.
FeedDetails
Additional details of the feed, these details are dynamic and will be different for each of the feeds.
FeedDetails.Types
Container for nested types declared in the FeedDetails message type.
FeedFailureDetails
FeedFailureDetails contains details about the errors thrown by chronicle for the feeds. These are user visible details. These details help user identify the root cause and take appropriate action for the feed errors.
FeedName
Resource name for the Feed resource.
FeedPack
FeedPack is a logical container for related LogTypes for which feeds can be configured.
FeedPack.Types
Container for nested types declared in the FeedPack message type.
FeedPackName
Resource name for the FeedPack resource.
FeedServiceAccount
FeedServiceAccount is a resource that wraps the feed service account's name.
FeedServiceAccountName
Resource name for the FeedServiceAccount resource.
FeedSourceTypeSchema
Metadata that pertains to feed source types (see Feed.FeedDetails.FeedSourceType) that is useful for building interfaces to construct valid Feed messages.
FeedSourceTypeSchemaName
Resource name for the FeedSourceTypeSchema resource.
FeedsService
FeedsService contains procedures for managing Chronicle third-party feeds.
FeedsService.FeedsServiceBase
Base class for server-side implementations of FeedsService
FeedsService.FeedsServiceClient
Client for FeedsService
FeedsServiceClient
FeedsService client wrapper, for convenient use.
FeedsServiceClientBuilder
Builder class for FeedsServiceClient to provide simple configuration of credentials, endpoint etc.
FeedsServiceClientImpl
FeedsService client wrapper implementation, for convenient use.
FeedsServiceSettings
Settings for FeedsServiceClient instances.
FetchServiceAccountForCustomerRequest
Request message for FetchServiceAccountForCustomer.
FilterOperatorAndValues
FindingsRefinement
Represents a set of logic conditions used to refine various types of findings such as curated rule detections.
FindingsRefinementActivity
The activity for a specific findings refinement.
FindingsRefinementDeployment
The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.
FindingsRefinementDeploymentName
Resource name for the FindingsRefinementDeployment resource.
FindingsRefinementName
Resource name for the FindingsRefinement resource.
FindingsRefinementService
FindingsRefinementService provides an interface for filtering out findings that are unlikely to be real threats to prevent them from triggering alerts or notifications.
FindingsRefinementService.FindingsRefinementServiceBase
Base class for server-side implementations of FindingsRefinementService
FindingsRefinementService.FindingsRefinementServiceClient
Client for FindingsRefinementService
FindingsRefinementServiceClient
FindingsRefinementService client wrapper, for convenient use.
FindingsRefinementServiceClientBuilder
Builder class for FindingsRefinementServiceClient to provide simple configuration of credentials, endpoint etc.
FindingsRefinementServiceClientImpl
FindingsRefinementService client wrapper implementation, for convenient use.
FindingsRefinementServiceSettings
Settings for FindingsRefinementServiceClient instances.
FoxITStixSettings
Fox-IT STIX settings.
GenerateSecretRequest
GenerateSecret request message.
GenerateSecretResponse
GenerateSecret response message.
GetBigQueryExportRequest
The request message to fetch BigQuery Export configuration.
GetDashboardChartRequest
Request message to get a dashboard chart.
GetDashboardQueryRequest
Request message to get a dashboard query.
GetDataAccessLabelRequest
Request message to retrieve a data access label.
GetDataAccessScopeRequest
Request message to retrieve a data access scope.
GetDataTableOperationErrorsRequest
The request message for GetDataTableOperationErrors.
GetDataTableRequest
A request to get details about a data table.
GetDataTableRowRequest
Request to get data table row.
GetFeaturedContentNativeDashboardRequest
Request message to get a FeaturedContentNativeDashboard.
GetFeedPackRequest
Request message for GetFeedPack.
GetFeedRequest
Request message to retrieve a feed.
GetFindingsRefinementDeploymentRequest
Request message for GetFindingsRefinementDeployment method.
GetFindingsRefinementRequest
Request message for GetFindingsRefinement method.
GetInstanceRequest
Request to get a Instance.
GetNativeDashboardRequest
Request message to get a dashboard.
GetReferenceListRequest
A request to get details about a reference list.
GetRetrohuntRequest
Request message for GetRetrohunt method.
GetRuleDeploymentRequest
Request message for GetRuleDeployment.
GetRuleRequest
Request message for GetRule method.
GetWatchlistRequest
Request message for getting a watchlist.
GoogleCloudIdentityDeviceUsersSettings
Google Cloud Identity Device Users settings.
GoogleCloudIdentityDevicesSettings
Google Cloud Identity Devices settings.
GoogleCloudStorageEventDrivenSettings
GoogleCloudStorageEventDrivenSettings is the settings proto for Omniflow Google Cloud Storage feeds driven by pubsub events.
GoogleCloudStorageSettings
Google Cloud Storage settings.
GoogleCloudStorageV2Settings
GoogleCloudStorageV2Settings is the settings proto for Omniflow Google Cloud Storage feeds.
HeaderKeyValue
Header key-value pairs.
HttpHeaderAuth
HTTP header based authentication.
HttpSettings
HTTP settings.
HttpsPushAmazonKinesisFirehoseSettings
Settings required by Amazon Kinesis Firehose Feeds(HTTPS-Push V2).
HttpsPushGoogleCloudPubSubSettings
Settings required by Google Cloud Platform Pub/Sub Feeds(HTTPS-Push V2).
HttpsPushWebhookSettings
Settings required by Webhook Feeds(HTTPS-Push V2).
ImpervaWAFSettings
Imperva WAF settings.
ImportExportStatus
ImportExportStatus is a wrapper for dashboard name and status.
ImportNativeDashboardsInlineSource
Inline source for importing dashboards.
ImportNativeDashboardsRequest
Request message to import dashboards.
ImportNativeDashboardsResponse
Response message for importing dashboards.
ImportPushLogsRequest
ImportPushLogsRequest request message.
InAppLink
In app linking start
IngestionLabel
Representation of an ingestion label type.
InlineDestination
InlineDestination for exporting a dashboard.
InputsUsed
InputsUsed is a convenience field that tells us which sources of events (if any) were used in the rule. NEXT TAG: 4
InstallFeaturedContentNativeDashboardRequest
Request message to install a FeaturedContentNativeDashboard.
InstallFeaturedContentNativeDashboardResponse
Response message for installing a FeaturedContentNativeDashboard.
Instance
A Instance represents an instantiation of the Instance product.
InstanceName
Resource name for the Instance resource.
InstanceService
InstanceService provides the entry interface for the Chronicle API.
InstanceService.InstanceServiceBase
Base class for server-side implementations of InstanceService
InstanceService.InstanceServiceClient
Client for InstanceService
InstanceServiceClient
InstanceService client wrapper, for convenient use.
InstanceServiceClientBuilder
Builder class for InstanceServiceClient to provide simple configuration of credentials, endpoint etc.
InstanceServiceClientImpl
InstanceService client wrapper implementation, for convenient use.
InstanceServiceSettings
Settings for InstanceServiceClient instances.
ListAllFindingsRefinementDeploymentsRequest
Request message for ListAllFindingsRefinementDeployments method.
ListAllFindingsRefinementDeploymentsResponse
Response message for ListAllFindingsRefinementDeployments method.
ListDataAccessLabelsRequest
Request message for ListDataAccessLabels.
ListDataAccessLabelsResponse
Response message for ListDataAccessLabels.
ListDataAccessScopesRequest
Request message for ListDataAccessScopes.
ListDataAccessScopesResponse
Response message for ListDataAccessScopes.
ListDataTableRowsRequest
Request to list data table rows.
ListDataTableRowsResponse
Response message for listing data table rows.
ListDataTablesRequest
A request for a list of data tables.
ListDataTablesResponse
Response message for listing data tables.
ListFeaturedContentNativeDashboardsRequest
Request message to list FeaturedContentNativeDashboards.
ListFeaturedContentNativeDashboardsResponse
Response message for listing FeaturedContentNativeDashboards.
ListFeedPacksRequest
Request message for ListFeedPacks.
ListFeedPacksResponse
Response message for ListFeedPacks.
ListFeedSourceTypeSchemasRequest
ListFeedSourceTypeSchemas request message. Note that Feed schemas do not contain customer data, so are not scoped to a particular customer.
ListFeedSourceTypeSchemasResponse
ListFeedSourceTypeSchemas response message.
ListFeedsRequest
Request message for ListFeed.
ListFeedsResponse
Response message for ListFeed.
ListFindingsRefinementsRequest
Request message for ListFindingsRefinements method.
ListFindingsRefinementsResponse
Response message for ListFindingsRefinements method.
ListLogTypeSchemasRequest
ListLogTypeSchemas request message. Note that feed schemas do not contain customer data, so are not scoped to a particular customer.
ListLogTypeSchemasResponse
ListLogTypeSchemas response message.
ListNativeDashboardsRequest
Request message to list dashboards.
ListNativeDashboardsResponse
Response message for listing dashboards.
ListReferenceListsRequest
A request for a list of reference lists.
ListReferenceListsResponse
A response to a request for a list of reference lists.
ListRetrohuntsRequest
Request message for ListRetrohunts method.
ListRetrohuntsResponse
Response message for ListRetrohunts method.
ListRuleDeploymentsRequest
Request message for ListRuleDeployments.
ListRuleDeploymentsResponse
Response message for ListRuleDeployments.
ListRuleExecutionErrorsRequest
Request message for ListRuleExecutionErrors.
ListRuleExecutionErrorsResponse
Response message for ListRuleExecutionErrors.
ListRuleRevisionsRequest
Request message for ListRuleRevisions method.
ListRuleRevisionsResponse
Response message for ListRuleRevisions method.
ListRulesRequest
Request message for ListRules method.
ListRulesResponse
Response message for ListRules method.
ListWatchlistsRequest
Request message for listing watchlists.
ListWatchlistsResponse
Response message for listing watchlists.
LogTypeName
Resource name for the LogType resource.
LogTypeSchema
Metadata that pertains to a log type in the context of Feeds, and is useful for building interfaces to construct valid Feed messages.
LogTypeSchema.Types
Container for nested types declared in the LogTypeSchema message type.
LogTypeSchema.Types.DetailsFieldSchema
A schema for a particular details field on the Feed proto message.
LogTypeSchema.Types.DetailsFieldSchemaAlternative
A collection of details field schema sets. The user must provide values
for only one set of fields within an alternative.
LogTypeSchema.Types.DetailsFieldSchemaSet
A collection of schemas for related fields within details.
LogTypeSchema.Types.EnumFieldSchema
A schema for a particular value, for a particular enum details field on
the Feed proto message.
LogTypeSchemaName
Resource name for the LogTypeSchema resource.
MandiantIoCSettings
Mandiant IOC settings.
Markdown
Markdown config for a dashboard tile.
Markdown.Types
Container for nested types declared in the Markdown message type.
Markdown.Types.MarkdownProperties
Properties for the markdown.
MicrosoftGraphAlertSettings
Microsoft Graph Alert settings.
MicrosoftOAuthClientCredentials
Microsoft OAuth 2.0 client credentials grant.
MicrosoftSecurityCenterAlertSettings
Microsoft Security Center alert settings.
MimecastMailSettings
Mimecast Mail settings.
MimecastMailV2Settings
Mimecast Mail V2 Settings.
MimecastV2OAuthClientCredentials
OAuth 2.0 client credentials grant. See https://tools.ietf.org/html/rfc6749.
MssoAuthentication
Info for MssoAuthentication using a username, password, and login api endpoint.
NativeDashboard
NativeDashboard resource.
NativeDashboardName
Resource name for the NativeDashboard resource.
NativeDashboardService
A service providing functionality for managing native dashboards.
NativeDashboardService.NativeDashboardServiceBase
Base class for server-side implementations of NativeDashboardService
NativeDashboardService.NativeDashboardServiceClient
Client for NativeDashboardService
NativeDashboardServiceClient
NativeDashboardService client wrapper, for convenient use.
NativeDashboardServiceClientBuilder
Builder class for NativeDashboardServiceClient to provide simple configuration of credentials, endpoint etc.
NativeDashboardServiceClientImpl
NativeDashboardService client wrapper implementation, for convenient use.
NativeDashboardServiceSettings
Settings for NativeDashboardServiceClient instances.
NativeDashboardWithChartsAndQueries
NativeDashboardWithChartsAndQueries for exporting a dashboard.
NetskopeAlertSettings
Netskope Alert settings.
NetskopeAlertV2Settings
Netskope Alert V2 settings.
OAuthClientCredentials
OAuth 2.0 client credentials grant. See https://tools.ietf.org/html/rfc6749.
OAuthJWTCredentials
OAuth 2.0 JWT grant. See, https://tools.ietf.org/html/rfc7519
OAuthPasswordGrantCredentials
OAuth 2.0 password grant. See https://tools.ietf.org/html/rfc6749.
OAuthRefreshToken
OAuth 2.0 refresh token grant. See https://tools.ietf.org/html/rfc6749.
Office365Settings
Office 365 settings.
Office365Settings.Types
Container for nested types declared in the Office365Settings message type.
OktaSettings
Okta settings.
OktaUserContextSettings
Okta user context settings.
OutcomeFilter
Outcome filter for the findings refinement. This is used to filter the findings refinement based on the outcome variable values.
OutcomeFilter.Types
Container for nested types declared in the OutcomeFilter message type.
PackLogType
PackLogtype is a log type featured in the feed pack.
PanIocSettings
PAN IOC settings.
PanPrismaAuth
PAN Prisma Cloud auth.
PanPrismaCloudSettings
PAN Prisma Cloud settings.
ProofpointMailSettings
Proofpoint Mail settings.
ProofpointOnDemandSettings
Proofpoint On-demand settings.
ProvisionBigQueryExportRequest
The request message to provision BigQuery Export configuration.
PubsubSettings
Settings required by Google Cloud Pub/Sub Feeds(HTTP-Push).
QualysScanSettings
Qualys Scan settings.
QualysScanSettings.Types
Container for nested types declared in the QualysScanSettings message type.
QualysVMSettings
Qualys VM settings.
QueryRuntimeError
Runtime error for a dashboard query.
QueryRuntimeError.Types
Container for nested types declared in the QueryRuntimeError message type.
QueryRuntimeError.Types.QueryRuntimeErrorMetadata
Metadata for the error.
RHIsacIocSettings
RH-ISAC settings.
RSCredentials
RS credentials.
Rapid7InsightSettings
Rapid7 Insight settings.
RecordedFutureIocSettings
Recorded Future IOC settings.
ReferenceList
A reference list. Reference lists are user-defined lists of values which users can use in multiple Rules.
ReferenceListEntry
An entry in a reference list.
ReferenceListError
The error generated when verifying the reference list.
ReferenceListName
Resource name for the ReferenceList resource.
ReferenceListScope
ReferenceListScope specifies the list of scope names of the reference list.
ReferenceListService
ReferenceListService provides an interface for managing reference lists.
ReferenceListService.ReferenceListServiceBase
Base class for server-side implementations of ReferenceListService
ReferenceListService.ReferenceListServiceClient
Client for ReferenceListService
ReferenceListServiceClient
ReferenceListService client wrapper, for convenient use.
ReferenceListServiceClientBuilder
Builder class for ReferenceListServiceClient to provide simple configuration of credentials, endpoint etc.
ReferenceListServiceClientImpl
ReferenceListService client wrapper implementation, for convenient use.
ReferenceListServiceSettings
Settings for ReferenceListServiceClient instances.
RemoveChartRequest
Request message to remove chart from a dashboard.
Retrohunt
Retrohunt is an execution of a Rule over a time range in the past.
Retrohunt.Types
Container for nested types declared in the Retrohunt message type.
RetrohuntMetadata
Operation Metadata for Retrohunts.
RetrohuntName
Resource name for the Retrohunt resource.
Rule
The Rule resource represents a user-created rule. NEXT TAG: 21
Rule.Types
Container for nested types declared in the Rule message type.
RuleDeployment
The RuleDeployment resource represents the deployment state of a Rule.
RuleDeployment.Types
Container for nested types declared in the RuleDeployment message type.
RuleDeploymentName
Resource name for the RuleDeployment resource.
RuleExecutionError
The RuleExecutionError resource represents an error generated from running/deploying a rule.
RuleExecutionErrorName
Resource name for the RuleExecutionError resource.
RuleExecutionErrorService
RuleExecutionErrorService contains endpoints related to rule execution errors.
RuleExecutionErrorService.RuleExecutionErrorServiceBase
Base class for server-side implementations of RuleExecutionErrorService
RuleExecutionErrorService.RuleExecutionErrorServiceClient
Client for RuleExecutionErrorService
RuleExecutionErrorServiceClient
RuleExecutionErrorService client wrapper, for convenient use.
RuleExecutionErrorServiceClientBuilder
Builder class for RuleExecutionErrorServiceClient to provide simple configuration of credentials, endpoint etc.
RuleExecutionErrorServiceClientImpl
RuleExecutionErrorService client wrapper implementation, for convenient use.
RuleExecutionErrorServiceSettings
Settings for RuleExecutionErrorServiceClient instances.
RuleName
Resource name for the Rule resource.
RuleService
RuleService provides interface for user-created rules.
RuleService.RuleServiceBase
Base class for server-side implementations of RuleService
RuleService.RuleServiceClient
Client for RuleService
RuleServiceClient
RuleService client wrapper, for convenient use.
RuleServiceClientBuilder
Builder class for RuleServiceClient to provide simple configuration of credentials, endpoint etc.
RuleServiceClientImpl
RuleService client wrapper implementation, for convenient use.
RuleServiceSettings
Settings for RuleServiceClient instances.
S3Auth
Amazon S3 auth.
S3AuthV2
A message containing fields used to authenticate with Amazon S3.
S3V2AccessKeySecretAuth
S3 V2 access key and secret auth.
S3V2AwsIamRoleAuth
AWS IAM Role Auth for S3 V2.
SQSAccessKeySecretAuth
Amazon SQS access key and secret auth.
SQSAuth
Amazon SQS auth.
SQSAuthV2
A message containing fields used to authenticate with Amazon SQS.
SQSV2AccessKeySecretAuth
SQS V2 access key and secret auth.
SQSV2AwsIamRoleAuth
AWS IAM Role Auth for SQS V2.
SSLClientKeypair
An SSL client certificate keypair.
SalesforceSettings
Salesforce settings.
ScopeInfo
ScopeInfo specifies the scope info of the reference list.
SentineloneAlertSettings
SentinelOne Alert settings.
ServiceNowCMDBSettings
ServiceNow CMDB settings.
Severity
Severity represents the severity level of the rule.
SftpAuth
SFTP Auth.
SftpSettings
SFTP settings.
SymantecEventExportSettings
Symantec Event Export settings.
ThinkstCanarySettings
Thinkst Canary settings.
ThreatConnectIoCSettings
ThreatConnect IOC Settings.
ThreatConnectIoCV3Settings
ThreatConnectIoCV3Settings
TimestampMetadata
Metadata of the timestamp column.
TrellixHxAlertsSettings
Settings required by Feeds of TrellixHxAlerts.
TrellixHxBulkAcqsSettings
Settings required by Feeds of TrellixHxBulkAcqs.
TrellixHxHostsSettings
Settings required by Feeds of TrellixHxHosts.
TrellixIAMAuthentication
Settings for TrellixIAMAuthentication.
TrellixLocalAuthentication
Info for TrellixLocalAuthentication using a username, password, endpoint, and header name.
TrellixStarXAuthentication
TrellixStarXAuthentication contains a oneof with all of the authentication types supported by Trellix *X devices.
UpdateBigQueryExportRequest
The request message to update BigQuery Export configuration.
UpdateDataAccessLabelRequest
Request message for UpdateDataAccessLabel method.
UpdateDataAccessScopeRequest
Request message for UpdateDataAccessScope method.
UpdateDataTableRequest
A request to update details of data table.
UpdateDataTableRowRequest
Request to update data table row.
UpdateFeedRequest
Request message for UpdateFeed.
UpdateFindingsRefinementDeploymentRequest
Request message for UpdateFindingsRefinementDeployment method.
UpdateFindingsRefinementRequest
Request message for UpdateFindingsRefinement method.
UpdateNativeDashboardRequest
Request message to update a dashboard.
UpdateReferenceListRequest
A request to update a reference list.
UpdateRuleDeploymentRequest
Request message for UpdateRuleDeployment.
UpdateRuleRequest
Request message for UpdateRule method.
UpdateWatchlistRequest
Request message for updating watchlist.
UsernameSecretAuth
Info for username and secret based authentication.
VerifyReferenceListRequest
VerifyReferenceList request message.
VerifyReferenceListResponse
VerifyListResponse response message.
VerifyRuleTextRequest
Request message for VerifyRuleText method.
VerifyRuleTextResponse
Response message for VerifyRuleText method.
Watchlist
A watchlist is a list of entities that allows for bulk operations over the included entities.
Watchlist.Types
Container for nested types declared in the Watchlist message type.
Watchlist.Types.EntityCount
Count of different types of entities in the watchlist.
Watchlist.Types.EntityPopulationMechanism
Mechanism to populate entities in the watchlist.
Watchlist.Types.EntityPopulationMechanism.Types
Container for nested types declared in the EntityPopulationMechanism message type.
Watchlist.Types.EntityPopulationMechanism.Types.Manual
Entities are added manually.
WatchlistName
Resource name for the Watchlist resource.
WatchlistUserPreferences
A collection of user preferences for watchlist UI configuration.
WebhookSettings
Settings required by Webhook Feeds(HTTP-Push).
WorkdayAuth
Authentication for Workday.
WorkdaySettings
Workday settings.
WorkspaceActivitySettings
Workspace Activity settings.
WorkspaceAlertsSettings
Workspace Alert settings.
WorkspaceChromeOSSettings
Workspace Chrome OS settings.
WorkspaceGroupsSettings
Workspace Groups settings.
WorkspaceMobileSettings
Workspace Mobile settings.
WorkspacePrivilegesSettings
Workspace Privileges settings.
WorkspaceUsersSettings
Workspace Users settings.
WorkspaceUsersSettings.Types
Container for nested types declared in the WorkspaceUsersSettings message type.
Enums
AWSIAMSettings.Types.ApiType
API Type
AdvancedFilterConfig.Types.ValueSource.SourceOneofCase
Enum of possible cases for the "source" oneof.
AxisType
AzureAuth.AuthTypeOneofCase
Enum of possible cases for the "auth_type" oneof.
AzureAuthV2.AuthTypeOneofCase
Enum of possible cases for the "auth_type" oneof.
BigQueryExportName.ResourceNameType
The possible contents of BigQueryExportName.
BigQueryExportPackage
The BigQueryExportPackage entitled for the Chronicle instance.
ButtonStyle
CompilationDiagnostic.Types.Severity
The severity level of the compilation diagnostic.
ContentHubName.ResourceNameType
The possible contents of ContentHubName.
CrowdStrikeAlertsSettings.Types.IngestionType
Ingestion Type.
CrowdStrikeDetectsSettings.Types.IngestionType
Ingestion Type.
CuratedRuleName.ResourceNameType
The possible contents of CuratedRuleName.
CuratedRuleSetName.ResourceNameType
The possible contents of CuratedRuleSetName.
CustomAPICheckpointConfig.StrategyOneofCase
Enum of possible cases for the "strategy" oneof.
CustomAPIPagination.PaginationStrategyOneofCase
Enum of possible cases for the "pagination_strategy" oneof.
CustomAPIRequestConfig.Types.HttpMethod
HTTPS methods supported.
CustomAPISettings.AuthenticationOneofCase
Enum of possible cases for the "authentication" oneof.
DashboardAccess
AccessType of the dashboard.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.SettingsOneofCase
Enum of possible cases for the "settings" oneof.
DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.ActionOneofCase
Enum of possible cases for the "action" oneof.
DashboardChartName.ResourceNameType
The possible contents of DashboardChartName.
DashboardQuery.Types.Input.TimeInputOneofCase
Enum of possible cases for the "time_input" oneof.
DashboardQueryName.ResourceNameType
The possible contents of DashboardQueryName.
DashboardType
Type of the dashboard.
DataAccessLabel.DefinitionOneofCase
Enum of possible cases for the "definition" oneof.
DataAccessLabelName.ResourceNameType
The possible contents of DataAccessLabelName.
DataAccessLabelReference.LabelOneofCase
Enum of possible cases for the "label" oneof.
DataAccessScopeName.ResourceNameType
The possible contents of DataAccessScopeName.
DataSource
LINT.IfChange(data_sources)
DataTableColumnInfo.PathOrTypeOneofCase
Enum of possible cases for the "path_or_type" oneof.
DataTableColumnInfo.Types.DataTableColumnType
DataTableColumnType denotes the type of the column to be referenced in the rule.
DataTableName.ResourceNameType
The possible contents of DataTableName.
DataTableOperationErrorsName.ResourceNameType
The possible contents of DataTableOperationErrorsName.
DataTableRowName.ResourceNameType
The possible contents of DataTableRowName.
DataTableUpdateSource
DataTableUpdateSource denotes the source that updated the data table.
DetectionExclusionActivity.Types.DetectionExclusionDetectorActivity.DetectorNameOneofCase
Enum of possible cases for the "detector_name" oneof.
ExecuteDashboardQueryResponse.Types.ColumnType.TypeOneofCase
Enum of possible cases for the "type" oneof.
ExecuteDashboardQueryResponse.Types.ColumnValue.ValueOneofCase
Enum of possible cases for the "value" oneof.
ExportNativeDashboardsResponse.DestinationOneofCase
Enum of possible cases for the "destination" oneof.
FeaturedContentMetadata.Types.ContentSourceType
ContentSourceType specifying the content source of origin
FeaturedContentNativeDashboardName.ResourceNameType
The possible contents of FeaturedContentNativeDashboardName.
Feed.Types.State
List of states a feed can have.
FeedDetails.DetailsOneofCase
Enum of possible cases for the "details" oneof.
FeedDetails.Types.FeedSourceType
Different types of feed sources.
FeedDetails.Types.STSMigrationReadiness
Whether the feed is ready for STS migration.
FeedName.ResourceNameType
The possible contents of FeedName.
FeedPack.Types.PackType
Type of feed pack. Feeds Page currently only lists PRODUCT_BASED packs.
FeedPackName.ResourceNameType
The possible contents of FeedPackName.
FeedServiceAccountName.ResourceNameType
The possible contents of FeedServiceAccountName.
FeedSourceTypeSchemaName.ResourceNameType
The possible contents of FeedSourceTypeSchemaName.
FilterOperator
FindingsRefinementActivity.ActivityOneofCase
Enum of possible cases for the "Activity" oneof.
FindingsRefinementDeployment.FindingsRefinementApplicationOneofCase
Enum of possible cases for the "FindingsRefinementApplication" oneof.
FindingsRefinementDeploymentName.ResourceNameType
The possible contents of FindingsRefinementDeploymentName.
FindingsRefinementName.ResourceNameType
The possible contents of FindingsRefinementName.
FindingsRefinementType
The type of findings refinement, which determines what the findings refinement runs over and the mechanism by which it runs.
InstanceName.ResourceNameType
The possible contents of InstanceName.
LanguageFeature
A language feature describes a specific capability or syntax of the query
language used in a dashboard query, such as JOINS, STAGES, or
DATA_TABLES.
LatestExportJobState
The state of the latest data source export job.
LegendAlign
LegendOrient
LogTypeName.ResourceNameType
The possible contents of LogTypeName.
LogTypeSchemaName.ResourceNameType
The possible contents of LogTypeSchemaName.
MetricDisplayTrend
Trend to be displayed for the metric charts as.
MetricFormat
Metric format to be displayed for the metric charts.
MetricTrendType
Trend to be displayed for the metric charts as.
NativeDashboardName.ResourceNameType
The possible contents of NativeDashboardName.
NativeDashboardView
NativeDashboardView indicates the scope of fields to populate when returning the dashboard resource.
OAuthJWTCredentials.CredentialsOneofCase
Enum of possible cases for the "credentials" oneof.
Office365Settings.Types.ContentType
Office 365 supported content types: https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference#working-with-the-office-365-management-activity-api
OutcomeFilter.Types.Operator
The operator to compare the outcome variable value with the outcome value in the outcome filter.
PlotMode
Plot mode for the map.
PointSizeType
Point size type for the map.
QualysScanSettings.Types.ApiType
API Type
QueryRuntimeError.Types.ErrorSeverity
Based on ErrorSeverity, UI will choose to format the error differently.
QueryRuntimeError.Types.MetadataKey
Metadata enum to identify the metadata key.
QueryRuntimeError.Types.WarningReason
Warning reason.
ReferenceListName.ResourceNameType
The possible contents of ReferenceListName.
ReferenceListSyntaxType
The syntax type indicating how list entries should be validated.
ReferenceListView
ReferenceListView is a mechanism for viewing partial responses of the ReferenceList resource.
RenderType
Render type of the data in the chart.
Retrohunt.Types.State
The possible states a retrohunt can be in.
RetrohuntName.ResourceNameType
The possible contents of RetrohuntName.
Rule.Types.CompilationState
The current compilation state of the rule.
RuleDeployment.Types.ExecutionState
The possible execution states the rule deployment can be in.
RuleDeploymentName.ResourceNameType
The possible contents of RuleDeploymentName.
RuleExecutionError.SourceOneofCase
Enum of possible cases for the "source" oneof.
RuleExecutionErrorName.ResourceNameType
The possible contents of RuleExecutionErrorName.
RuleName.ResourceNameType
The possible contents of RuleName.
RuleType
RuleType indicates the YARA-L rule type of user-created and Google Cloud Threat Intelligence (GCTI) authored rules.
RuleView
RuleView indicates the scope of fields to populate when returning the Rule resource.
RunFrequency
RunFrequency indicates the run frequency at which a YARA-L 2 rule will run if enabled.
S3AuthV2.AuthTypeOneofCase
Enum of possible cases for the "auth_type" oneof.
S3Region
AWS S3 regions: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region.
SQSAuthV2.AuthTypeOneofCase
Enum of possible cases for the "auth_type" oneof.
SalesforceSettings.AuthenticationOneofCase
Enum of possible cases for the "authentication" oneof.
SemanticType
An enumeration of the possible types of a Feed.details field, where type
implies both encoding and semantics. This is used in constructing a schema in
order to construct a UI for creating well formed feeds.
SeriesStackStrategy
SeriesType
SourceDeletionOption
Source deletion option controls whether source files should be deleted after transferring.
SourceDeletionOptionV2
Source deletion option determines whether source files should be deleted after transferring.
TileType
TileType indicates what type of chart tile it is i.e., visualization chart, button or text.
TimeUnit
TimeUnit supported for PAST filter operator.
ToolTipTrigger
TrellixStarXAuthentication.AuthTypeOneofCase
Enum of possible cases for the "auth_type" oneof.
URISourceType
The type of URIs specified in the source URIs.
VisualMapType
Visual map for various charts. More info: https://echarts.apache.org/en/option.html#visualMap
Watchlist.Types.EntityPopulationMechanism.MechanismOneofCase
Enum of possible cases for the "mechanism" oneof.
WatchlistName.ResourceNameType
The possible contents of WatchlistName.
WorkspaceUsersSettings.Types.ProjectionType
Projection Type.