Namespace Google.Apis.ThreatIntelligenceService.v1beta
Classes
ProjectsResource
The "projects" collection of methods.
ProjectsResource.AlertsResource
The "alerts" collection of methods.
ProjectsResource.AlertsResource.BenignRequest
Marks an alert as benign - BENIGN.
ProjectsResource.AlertsResource.DocumentsResource
The "documents" collection of methods.
ProjectsResource.AlertsResource.DocumentsResource.GetRequest
Gets a specific document associated with an alert.
ProjectsResource.AlertsResource.DuplicateRequest
Marks an alert as a duplicate of another alert. - DUPLICATE.
ProjectsResource.AlertsResource.EnumerateFacetsRequest
EnumerateAlertFacets returns the facets and the number of alerts that meet the filter criteria and have that value for each facet.
ProjectsResource.AlertsResource.EscalateRequest
Marks an alert as escalated - ESCALATED.
ProjectsResource.AlertsResource.FalsePositiveRequest
Marks an alert as a false positive - FALSE_POSITIVE.
ProjectsResource.AlertsResource.GetRequest
Get an alert by name.
ProjectsResource.AlertsResource.ListRequest
Get a list of alerts that meet the filter criteria.
ProjectsResource.AlertsResource.NotActionableRequest
Marks an alert as not actionable - NOT_ACTIONABLE.
ProjectsResource.AlertsResource.ReadRequest
Marks an alert as read - READ.
ProjectsResource.AlertsResource.ResolveRequest
Marks an alert to closed state - RESOLVED.
ProjectsResource.AlertsResource.TrackExternallyRequest
Marks an alert as tracked externally - TRACKED_EXTERNALLY.
ProjectsResource.AlertsResource.TriageRequest
Marks an alert as triaged - TRIAGED.
ProjectsResource.ConfigurationsResource
The "configurations" collection of methods.
ProjectsResource.ConfigurationsResource.GetRequest
Get a configuration by name.
ProjectsResource.ConfigurationsResource.ListRequest
Get a list of configurations that meet the filter criteria.
ProjectsResource.ConfigurationsResource.RevisionsResource
The "revisions" collection of methods.
ProjectsResource.ConfigurationsResource.RevisionsResource.ListRequest
List configuration revisions that meet the filter criteria.
ProjectsResource.ConfigurationsResource.UpsertRequest
Creates or updates a configuration.
ProjectsResource.FindingsResource
The "findings" collection of methods.
ProjectsResource.FindingsResource.GetRequest
Get a finding by name. The name field should have the format: projects/{project}/findings/{finding}
ProjectsResource.FindingsResource.ListRequest
Get a list of findings that meet the filter criteria. The parent field in ListFindingsRequest should
have the format: projects/{project}
ProjectsResource.FindingsResource.SearchRequest
SearchFindings is a more powerful version of ListFindings that supports complex queries like "findings
for alerts" using functions such as has_alert in the query string. The parent field in
SearchFindingsRequest should have the format: projects/{project} Example to search for findings for a
specific issue: has_alert("name=\"projects/gti-12345/alerts/alert-12345\"")
ProjectsResource.GenerateOrgProfileRequest
Triggers the generation of a Customer Profile for a project.
ThreatIntelligenceServiceBaseServiceRequest<TResponse>
A base abstract class for ThreatIntelligenceService requests.
ThreatIntelligenceServiceService
The ThreatIntelligenceService Service.
ThreatIntelligenceServiceService.Scope
Available OAuth 2.0 scopes for use with the Threat Intelligence API.
ThreatIntelligenceServiceService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Threat Intelligence API.
Enums
ThreatIntelligenceServiceBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ThreatIntelligenceServiceBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.