Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Services ¶
type Services struct {
Configuration *services.Configuration
Firewall *services.Firewall
Resource *services.Resource
Logger *services.Logger
}
Services contains the services needed for this function.
type Values ¶
type Values struct {
// ProjectId is a required field identifying which project ID to modify.
ProjectID string
// FirewallID is an optional field used with SHA findings only.
FirewallID string
// SourceRanges is a set of IPs of the orignating activity. This field is optional and used
// only when blocking SSH.
SourceRanges []string
}
Values contains the required values needed for this function.
func ReadFinding ¶
ReadFinding will attempt to deserialize all supported findings for this function.
Click to show internal directories.
Click to hide internal directories.