databasesecurityalertpolicies

package
v0.20240527.1094340 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/databasesecurityalertpolicies Documentation

The databasesecurityalertpolicies SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-02-01-preview).

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-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/databasesecurityalertpolicies"

Client Initialization

client := databasesecurityalertpolicies.NewDatabaseSecurityAlertPoliciesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: DatabaseSecurityAlertPoliciesClient.CreateOrUpdate

ctx := context.TODO()
id := commonids.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

payload := databasesecurityalertpolicies.DatabaseSecurityAlertPolicy{
	// ...
}


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

Example Usage: DatabaseSecurityAlertPoliciesClient.Get

ctx := context.TODO()
id := commonids.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

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

Example Usage: DatabaseSecurityAlertPoliciesClient.ListByDatabase

ctx := context.TODO()
id := commonids.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

// alternatively `client.ListByDatabase(ctx, id)` can be used to do batched pagination
items, err := client.ListByDatabaseComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForSecurityAlertsPolicyState

func PossibleValuesForSecurityAlertsPolicyState() []string

Types

type CreateOrUpdateOperationResponse

type CreateOrUpdateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *DatabaseSecurityAlertPolicy
}

type DatabaseSecurityAlertPoliciesClient

type DatabaseSecurityAlertPoliciesClient struct {
	Client *resourcemanager.Client
}

func NewDatabaseSecurityAlertPoliciesClientWithBaseURI

func NewDatabaseSecurityAlertPoliciesClientWithBaseURI(sdkApi sdkEnv.Api) (*DatabaseSecurityAlertPoliciesClient, error)

func (DatabaseSecurityAlertPoliciesClient) CreateOrUpdate

CreateOrUpdate ...

func (DatabaseSecurityAlertPoliciesClient) Get

Get ...

func (DatabaseSecurityAlertPoliciesClient) ListByDatabase

ListByDatabase ...

func (DatabaseSecurityAlertPoliciesClient) ListByDatabaseComplete

ListByDatabaseComplete retrieves all the results into a single object

func (DatabaseSecurityAlertPoliciesClient) ListByDatabaseCompleteMatchingPredicate

ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate

type DatabaseSecurityAlertPolicy

type DatabaseSecurityAlertPolicy struct {
	Id         *string                         `json:"id,omitempty"`
	Name       *string                         `json:"name,omitempty"`
	Properties *SecurityAlertsPolicyProperties `json:"properties,omitempty"`
	SystemData *systemdata.SystemData          `json:"systemData,omitempty"`
	Type       *string                         `json:"type,omitempty"`
}

type DatabaseSecurityAlertPolicyOperationPredicate

type DatabaseSecurityAlertPolicyOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (DatabaseSecurityAlertPolicyOperationPredicate) Matches

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *DatabaseSecurityAlertPolicy
}

type ListByDatabaseCompleteResult

type ListByDatabaseCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []DatabaseSecurityAlertPolicy
}

type ListByDatabaseOperationResponse

type ListByDatabaseOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]DatabaseSecurityAlertPolicy
}

type SecurityAlertsPolicyProperties

type SecurityAlertsPolicyProperties struct {
	CreationTime            *string                   `json:"creationTime,omitempty"`
	DisabledAlerts          *[]string                 `json:"disabledAlerts,omitempty"`
	EmailAccountAdmins      *bool                     `json:"emailAccountAdmins,omitempty"`
	EmailAddresses          *[]string                 `json:"emailAddresses,omitempty"`
	RetentionDays           *int64                    `json:"retentionDays,omitempty"`
	State                   SecurityAlertsPolicyState `json:"state"`
	StorageAccountAccessKey *string                   `json:"storageAccountAccessKey,omitempty"`
	StorageEndpoint         *string                   `json:"storageEndpoint,omitempty"`
}

func (*SecurityAlertsPolicyProperties) GetCreationTimeAsTime

func (o *SecurityAlertsPolicyProperties) GetCreationTimeAsTime() (*time.Time, error)

func (*SecurityAlertsPolicyProperties) SetCreationTimeAsTime

func (o *SecurityAlertsPolicyProperties) SetCreationTimeAsTime(input time.Time)

type SecurityAlertsPolicyState

type SecurityAlertsPolicyState string
const (
	SecurityAlertsPolicyStateDisabled SecurityAlertsPolicyState = "Disabled"
	SecurityAlertsPolicyStateEnabled  SecurityAlertsPolicyState = "Enabled"
)

func (*SecurityAlertsPolicyState) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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