Documentation ¶
Index ¶
- func PossibleValuesForRuleSeverity() []string
- func PossibleValuesForRuleStatus() []string
- func PossibleValuesForRuleType() []string
- func PossibleValuesForVulnerabilityAssessmentSystemDatabaseName() []string
- func ValidateScanID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateScanResultID(input interface{}, key string) (warnings []string, errors []error)
- type Baseline
- type BaselineAdjustedResult
- type BenchmarkReference
- type GetOperationOptions
- type GetOperationResponse
- type ListByScanCompleteResult
- type ListByScanCustomPager
- type ListByScanOperationOptions
- type ListByScanOperationResponse
- type QueryCheck
- type Remediation
- type RuleSeverity
- type RuleStatus
- type RuleType
- type ScanId
- type ScanResultId
- type SqlVulnerabilityAssessmentScanResultClient
- func (c SqlVulnerabilityAssessmentScanResultClient) Get(ctx context.Context, id ScanResultId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c SqlVulnerabilityAssessmentScanResultClient) ListByScan(ctx context.Context, id ScanId, options ListByScanOperationOptions) (result ListByScanOperationResponse, err error)
- func (c SqlVulnerabilityAssessmentScanResultClient) ListByScanComplete(ctx context.Context, id ScanId, options ListByScanOperationOptions) (ListByScanCompleteResult, error)
- func (c SqlVulnerabilityAssessmentScanResultClient) ListByScanCompleteMatchingPredicate(ctx context.Context, id ScanId, options ListByScanOperationOptions, ...) (result ListByScanCompleteResult, err error)
- type SqlVulnerabilityAssessmentScanResultProperties
- type SqlVulnerabilityAssessmentScanResults
- type SqlVulnerabilityAssessmentScanResultsOperationPredicate
- type VaRule
- type VulnerabilityAssessmentSystemDatabaseName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForRuleSeverity ¶
func PossibleValuesForRuleSeverity() []string
func PossibleValuesForRuleStatus ¶
func PossibleValuesForRuleStatus() []string
func PossibleValuesForRuleType ¶
func PossibleValuesForRuleType() []string
func PossibleValuesForVulnerabilityAssessmentSystemDatabaseName ¶
func PossibleValuesForVulnerabilityAssessmentSystemDatabaseName() []string
func ValidateScanID ¶
ValidateScanID checks that 'input' can be parsed as a Scan ID
func ValidateScanResultID ¶
ValidateScanResultID checks that 'input' can be parsed as a Scan Result ID
Types ¶
type Baseline ¶
type Baseline struct { ExpectedResults *[][]string `json:"expectedResults,omitempty"` UpdatedTime *string `json:"updatedTime,omitempty"` }
func (*Baseline) GetUpdatedTimeAsTime ¶
func (*Baseline) SetUpdatedTimeAsTime ¶
type BaselineAdjustedResult ¶
type BaselineAdjustedResult struct { Baseline *Baseline `json:"baseline,omitempty"` ResultsNotInBaseline *[][]string `json:"resultsNotInBaseline,omitempty"` ResultsOnlyInBaseline *[][]string `json:"resultsOnlyInBaseline,omitempty"` Status *RuleStatus `json:"status,omitempty"` }
type BenchmarkReference ¶
type GetOperationOptions ¶
type GetOperationOptions struct {
SystemDatabaseName *VulnerabilityAssessmentSystemDatabaseName
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
func (GetOperationOptions) ToHeaders ¶
func (o GetOperationOptions) ToHeaders() *client.Headers
func (GetOperationOptions) ToOData ¶
func (o GetOperationOptions) ToOData() *odata.Query
func (GetOperationOptions) ToQuery ¶
func (o GetOperationOptions) ToQuery() *client.QueryParams
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SqlVulnerabilityAssessmentScanResults }
type ListByScanCompleteResult ¶
type ListByScanCompleteResult struct { LatestHttpResponse *http.Response Items []SqlVulnerabilityAssessmentScanResults }
type ListByScanCustomPager ¶ added in v0.20240628.1153531
func (*ListByScanCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByScanCustomPager) NextPageLink() *odata.Link
type ListByScanOperationOptions ¶
type ListByScanOperationOptions struct {
SystemDatabaseName *VulnerabilityAssessmentSystemDatabaseName
}
func DefaultListByScanOperationOptions ¶
func DefaultListByScanOperationOptions() ListByScanOperationOptions
func (ListByScanOperationOptions) ToHeaders ¶
func (o ListByScanOperationOptions) ToHeaders() *client.Headers
func (ListByScanOperationOptions) ToOData ¶
func (o ListByScanOperationOptions) ToOData() *odata.Query
func (ListByScanOperationOptions) ToQuery ¶
func (o ListByScanOperationOptions) ToQuery() *client.QueryParams
type ListByScanOperationResponse ¶
type ListByScanOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SqlVulnerabilityAssessmentScanResults }
type QueryCheck ¶
type Remediation ¶
type RuleSeverity ¶
type RuleSeverity string
const ( RuleSeverityHigh RuleSeverity = "High" RuleSeverityInformational RuleSeverity = "Informational" RuleSeverityLow RuleSeverity = "Low" RuleSeverityMedium RuleSeverity = "Medium" RuleSeverityObsolete RuleSeverity = "Obsolete" )
func (*RuleSeverity) UnmarshalJSON ¶
func (s *RuleSeverity) UnmarshalJSON(bytes []byte) error
type RuleStatus ¶
type RuleStatus string
const ( RuleStatusFinding RuleStatus = "Finding" RuleStatusInternalError RuleStatus = "InternalError" RuleStatusNonFinding RuleStatus = "NonFinding" )
func (*RuleStatus) UnmarshalJSON ¶
func (s *RuleStatus) UnmarshalJSON(bytes []byte) error
type ScanId ¶
type ScanId struct { SubscriptionId string ResourceGroupName string ServerName string ScanId string }
ScanId is a struct representing the Resource ID for a Scan
func NewScanID ¶
func NewScanID(subscriptionId string, resourceGroupName string, serverName string, scanId string) ScanId
NewScanID returns a new ScanId struct
func ParseScanID ¶
ParseScanID parses 'input' into a ScanId
func ParseScanIDInsensitively ¶
ParseScanIDInsensitively parses 'input' case-insensitively into a ScanId note: this method should only be used for API response data and not user input
func (*ScanId) FromParseResult ¶
func (id *ScanId) FromParseResult(input resourceids.ParseResult) error
func (ScanId) Segments ¶
func (id ScanId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scan ID
type ScanResultId ¶
type ScanResultId struct { SubscriptionId string ResourceGroupName string ServerName string ScanId string ScanResultId string }
ScanResultId is a struct representing the Resource ID for a Scan Result
func NewScanResultID ¶
func NewScanResultID(subscriptionId string, resourceGroupName string, serverName string, scanId string, scanResultId string) ScanResultId
NewScanResultID returns a new ScanResultId struct
func ParseScanResultID ¶
func ParseScanResultID(input string) (*ScanResultId, error)
ParseScanResultID parses 'input' into a ScanResultId
func ParseScanResultIDInsensitively ¶
func ParseScanResultIDInsensitively(input string) (*ScanResultId, error)
ParseScanResultIDInsensitively parses 'input' case-insensitively into a ScanResultId note: this method should only be used for API response data and not user input
func (*ScanResultId) FromParseResult ¶
func (id *ScanResultId) FromParseResult(input resourceids.ParseResult) error
func (ScanResultId) Segments ¶
func (id ScanResultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scan Result ID
func (ScanResultId) String ¶
func (id ScanResultId) String() string
String returns a human-readable description of this Scan Result ID
type SqlVulnerabilityAssessmentScanResultClient ¶
type SqlVulnerabilityAssessmentScanResultClient struct {
Client *resourcemanager.Client
}
func NewSqlVulnerabilityAssessmentScanResultClientWithBaseURI ¶
func NewSqlVulnerabilityAssessmentScanResultClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlVulnerabilityAssessmentScanResultClient, error)
func (SqlVulnerabilityAssessmentScanResultClient) Get ¶
func (c SqlVulnerabilityAssessmentScanResultClient) Get(ctx context.Context, id ScanResultId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (SqlVulnerabilityAssessmentScanResultClient) ListByScan ¶
func (c SqlVulnerabilityAssessmentScanResultClient) ListByScan(ctx context.Context, id ScanId, options ListByScanOperationOptions) (result ListByScanOperationResponse, err error)
ListByScan ...
func (SqlVulnerabilityAssessmentScanResultClient) ListByScanComplete ¶
func (c SqlVulnerabilityAssessmentScanResultClient) ListByScanComplete(ctx context.Context, id ScanId, options ListByScanOperationOptions) (ListByScanCompleteResult, error)
ListByScanComplete retrieves all the results into a single object
func (SqlVulnerabilityAssessmentScanResultClient) ListByScanCompleteMatchingPredicate ¶
func (c SqlVulnerabilityAssessmentScanResultClient) ListByScanCompleteMatchingPredicate(ctx context.Context, id ScanId, options ListByScanOperationOptions, predicate SqlVulnerabilityAssessmentScanResultsOperationPredicate) (result ListByScanCompleteResult, err error)
ListByScanCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SqlVulnerabilityAssessmentScanResultProperties ¶
type SqlVulnerabilityAssessmentScanResultProperties struct { BaselineAdjustedResult *BaselineAdjustedResult `json:"baselineAdjustedResult,omitempty"` ErrorMessage *string `json:"errorMessage,omitempty"` IsTrimmed *bool `json:"isTrimmed,omitempty"` QueryResults *[][]string `json:"queryResults,omitempty"` Remediation *Remediation `json:"remediation,omitempty"` RuleId *string `json:"ruleId,omitempty"` RuleMetadata *VaRule `json:"ruleMetadata,omitempty"` Status *RuleStatus `json:"status,omitempty"` }
type SqlVulnerabilityAssessmentScanResults ¶
type SqlVulnerabilityAssessmentScanResults struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SqlVulnerabilityAssessmentScanResultProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type SqlVulnerabilityAssessmentScanResultsOperationPredicate ¶
type SqlVulnerabilityAssessmentScanResultsOperationPredicate struct { Id *string Name *string Type *string }
func (SqlVulnerabilityAssessmentScanResultsOperationPredicate) Matches ¶
func (p SqlVulnerabilityAssessmentScanResultsOperationPredicate) Matches(input SqlVulnerabilityAssessmentScanResults) bool
type VaRule ¶
type VaRule struct { BenchmarkReferences *[]BenchmarkReference `json:"benchmarkReferences,omitempty"` Category *string `json:"category,omitempty"` Description *string `json:"description,omitempty"` QueryCheck *QueryCheck `json:"queryCheck,omitempty"` Rationale *string `json:"rationale,omitempty"` RuleId *string `json:"ruleId,omitempty"` RuleType *RuleType `json:"ruleType,omitempty"` Severity *RuleSeverity `json:"severity,omitempty"` Title *string `json:"title,omitempty"` }
type VulnerabilityAssessmentSystemDatabaseName ¶
type VulnerabilityAssessmentSystemDatabaseName string
const (
VulnerabilityAssessmentSystemDatabaseNameMaster VulnerabilityAssessmentSystemDatabaseName = "master"
)
func (*VulnerabilityAssessmentSystemDatabaseName) UnmarshalJSON ¶
func (s *VulnerabilityAssessmentSystemDatabaseName) UnmarshalJSON(bytes []byte) error
Source Files ¶
- client.go
- constants.go
- id_scan.go
- id_scanresult.go
- method_get.go
- method_listbyscan.go
- model_baseline.go
- model_baselineadjustedresult.go
- model_benchmarkreference.go
- model_querycheck.go
- model_remediation.go
- model_sqlvulnerabilityassessmentscanresultproperties.go
- model_sqlvulnerabilityassessmentscanresults.go
- model_varule.go
- predicates.go
- version.go