sqlpoolssqlpoolvulnerabilityassesmentrulebaselines

package
v0.20240209.1120443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/synapse/2021-06-01/sqlpoolssqlpoolvulnerabilityassesmentrulebaselines Documentation

The sqlpoolssqlpoolvulnerabilityassesmentrulebaselines SDK allows for interaction with the Azure Resource Manager Service synapse (API Version 2021-06-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/synapse/2021-06-01/sqlpoolssqlpoolvulnerabilityassesmentrulebaselines"

Client Initialization

client := sqlpoolssqlpoolvulnerabilityassesmentrulebaselines.NewSqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: SqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClient.SqlPoolVulnerabilityAssessmentRuleBaselinesGet

ctx := context.TODO()
id := sqlpoolssqlpoolvulnerabilityassesmentrulebaselines.NewBaselineID("12345678-1234-9876-4563-123456789012", "example-resource-group", "workspaceValue", "sqlPoolValue", "ruleIdValue", "default")

read, err := client.SqlPoolVulnerabilityAssessmentRuleBaselinesGet(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForVulnerabilityAssessmentPolicyBaselineName

func PossibleValuesForVulnerabilityAssessmentPolicyBaselineName() []string

func ValidateBaselineID

func ValidateBaselineID(input interface{}, key string) (warnings []string, errors []error)

ValidateBaselineID checks that 'input' can be parsed as a Baseline ID

Types

type BaselineId

type BaselineId struct {
	SubscriptionId    string
	ResourceGroupName string
	WorkspaceName     string
	SqlPoolName       string
	RuleId            string
	BaselineName      VulnerabilityAssessmentPolicyBaselineName
}

BaselineId is a struct representing the Resource ID for a Baseline

func NewBaselineID

func NewBaselineID(subscriptionId string, resourceGroupName string, workspaceName string, sqlPoolName string, ruleId string, baselineName VulnerabilityAssessmentPolicyBaselineName) BaselineId

NewBaselineID returns a new BaselineId struct

func ParseBaselineID

func ParseBaselineID(input string) (*BaselineId, error)

ParseBaselineID parses 'input' into a BaselineId

func ParseBaselineIDInsensitively

func ParseBaselineIDInsensitively(input string) (*BaselineId, error)

ParseBaselineIDInsensitively parses 'input' case-insensitively into a BaselineId note: this method should only be used for API response data and not user input

func (*BaselineId) FromParseResult

func (id *BaselineId) FromParseResult(input resourceids.ParseResult) error

func (BaselineId) ID

func (id BaselineId) ID() string

ID returns the formatted Baseline ID

func (BaselineId) Segments

func (id BaselineId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Baseline ID

func (BaselineId) String

func (id BaselineId) String() string

String returns a human-readable description of this Baseline ID

type SqlPoolVulnerabilityAssessmentRuleBaseline

type SqlPoolVulnerabilityAssessmentRuleBaseline struct {
	Id         *string                                               `json:"id,omitempty"`
	Name       *string                                               `json:"name,omitempty"`
	Properties *SqlPoolVulnerabilityAssessmentRuleBaselineProperties `json:"properties,omitempty"`
	Type       *string                                               `json:"type,omitempty"`
}

type SqlPoolVulnerabilityAssessmentRuleBaselineItem

type SqlPoolVulnerabilityAssessmentRuleBaselineItem struct {
	Result []string `json:"result"`
}

type SqlPoolVulnerabilityAssessmentRuleBaselineProperties

type SqlPoolVulnerabilityAssessmentRuleBaselineProperties struct {
	BaselineResults []SqlPoolVulnerabilityAssessmentRuleBaselineItem `json:"baselineResults"`
}

type SqlPoolVulnerabilityAssessmentRuleBaselinesGetOperationResponse

type SqlPoolVulnerabilityAssessmentRuleBaselinesGetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *SqlPoolVulnerabilityAssessmentRuleBaseline
}

type SqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClient

type SqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClient struct {
	Client *resourcemanager.Client
}

func NewSqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClientWithBaseURI

func NewSqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClient, error)

func (SqlPoolsSqlPoolVulnerabilityAssesmentRuleBaselinesClient) SqlPoolVulnerabilityAssessmentRuleBaselinesGet

SqlPoolVulnerabilityAssessmentRuleBaselinesGet ...

type VulnerabilityAssessmentPolicyBaselineName

type VulnerabilityAssessmentPolicyBaselineName string
const (
	VulnerabilityAssessmentPolicyBaselineNameDefault VulnerabilityAssessmentPolicyBaselineName = "default"
	VulnerabilityAssessmentPolicyBaselineNameMaster  VulnerabilityAssessmentPolicyBaselineName = "master"
)

func (*VulnerabilityAssessmentPolicyBaselineName) UnmarshalJSON

func (s *VulnerabilityAssessmentPolicyBaselineName) UnmarshalJSON(bytes []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL