Documentation ¶
Index ¶
- func PossibleValuesForSettingKind() []string
- func PossibleValuesForUebaDataSources() []string
- func ValidateSettingID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type Anomalies
- type AnomaliesSettingsProperties
- type EntityAnalytics
- type EntityAnalyticsProperties
- type EyesOn
- type EyesOnSettingsProperties
- type ProductSettingsDeleteOperationResponse
- type ProductSettingsGetOperationResponse
- type ProductSettingsListOperationResponse
- type ProductSettingsUpdateOperationResponse
- type SettingId
- type SettingKind
- type SettingList
- type Settings
- type SettingsClient
- func (c SettingsClient) ProductSettingsDelete(ctx context.Context, id SettingId) (result ProductSettingsDeleteOperationResponse, err error)
- func (c SettingsClient) ProductSettingsGet(ctx context.Context, id SettingId) (result ProductSettingsGetOperationResponse, err error)
- func (c SettingsClient) ProductSettingsList(ctx context.Context, id WorkspaceId) (result ProductSettingsListOperationResponse, err error)
- func (c SettingsClient) ProductSettingsUpdate(ctx context.Context, id SettingId, input Settings) (result ProductSettingsUpdateOperationResponse, err error)
- type Ueba
- type UebaDataSources
- type UebaProperties
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSettingKind ¶
func PossibleValuesForSettingKind() []string
func PossibleValuesForUebaDataSources ¶
func PossibleValuesForUebaDataSources() []string
func ValidateSettingID ¶
ValidateSettingID checks that 'input' can be parsed as a Setting ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type Anomalies ¶
type Anomalies struct { Properties *AnomaliesSettingsProperties `json:"properties,omitempty"` // Fields inherited from Settings Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (Anomalies) MarshalJSON ¶
type AnomaliesSettingsProperties ¶
type AnomaliesSettingsProperties struct {
IsEnabled *bool `json:"isEnabled,omitempty"`
}
type EntityAnalytics ¶
type EntityAnalytics struct { Properties *EntityAnalyticsProperties `json:"properties,omitempty"` // Fields inherited from Settings Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (EntityAnalytics) MarshalJSON ¶
func (s EntityAnalytics) MarshalJSON() ([]byte, error)
type EntityAnalyticsProperties ¶
type EntityAnalyticsProperties struct {
IsEnabled *bool `json:"isEnabled,omitempty"`
}
type EyesOn ¶
type EyesOn struct { Properties *EyesOnSettingsProperties `json:"properties,omitempty"` // Fields inherited from Settings Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (EyesOn) MarshalJSON ¶
type EyesOnSettingsProperties ¶
type EyesOnSettingsProperties struct {
IsEnabled *bool `json:"isEnabled,omitempty"`
}
type ProductSettingsListOperationResponse ¶
type ProductSettingsListOperationResponse struct { HttpResponse *http.Response Model *SettingList }
type SettingId ¶
type SettingId struct { SubscriptionId string ResourceGroupName string WorkspaceName string SettingName string }
SettingId is a struct representing the Resource ID for a Setting
func NewSettingID ¶
func NewSettingID(subscriptionId string, resourceGroupName string, workspaceName string, settingName string) SettingId
NewSettingID returns a new SettingId struct
func ParseSettingID ¶
ParseSettingID parses 'input' into a SettingId
func ParseSettingIDInsensitively ¶
ParseSettingIDInsensitively parses 'input' case-insensitively into a SettingId note: this method should only be used for API response data and not user input
func (SettingId) Segments ¶
func (id SettingId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Setting ID
type SettingKind ¶
type SettingKind string
const ( SettingKindAnomalies SettingKind = "Anomalies" SettingKindEntityAnalytics SettingKind = "EntityAnalytics" SettingKindEyesOn SettingKind = "EyesOn" SettingKindUeba SettingKind = "Ueba" )
type SettingList ¶
type SettingList struct {
Value []Settings `json:"value"`
}
func (*SettingList) UnmarshalJSON ¶
func (s *SettingList) UnmarshalJSON(bytes []byte) error
type SettingsClient ¶
func NewSettingsClientWithBaseURI ¶
func NewSettingsClientWithBaseURI(endpoint string) SettingsClient
func (SettingsClient) ProductSettingsDelete ¶
func (c SettingsClient) ProductSettingsDelete(ctx context.Context, id SettingId) (result ProductSettingsDeleteOperationResponse, err error)
ProductSettingsDelete ...
func (SettingsClient) ProductSettingsGet ¶
func (c SettingsClient) ProductSettingsGet(ctx context.Context, id SettingId) (result ProductSettingsGetOperationResponse, err error)
ProductSettingsGet ...
func (SettingsClient) ProductSettingsList ¶
func (c SettingsClient) ProductSettingsList(ctx context.Context, id WorkspaceId) (result ProductSettingsListOperationResponse, err error)
ProductSettingsList ...
func (SettingsClient) ProductSettingsUpdate ¶
func (c SettingsClient) ProductSettingsUpdate(ctx context.Context, id SettingId, input Settings) (result ProductSettingsUpdateOperationResponse, err error)
ProductSettingsUpdate ...
type Ueba ¶
type Ueba struct { Properties *UebaProperties `json:"properties,omitempty"` // Fields inherited from Settings Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (Ueba) MarshalJSON ¶
type UebaDataSources ¶
type UebaDataSources string
const ( UebaDataSourcesAuditLogs UebaDataSources = "AuditLogs" UebaDataSourcesAzureActivity UebaDataSources = "AzureActivity" UebaDataSourcesSecurityEvent UebaDataSources = "SecurityEvent" UebaDataSourcesSigninLogs UebaDataSources = "SigninLogs" )
type UebaProperties ¶
type UebaProperties struct {
DataSources *[]UebaDataSources `json:"dataSources,omitempty"`
}
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID
Source Files ¶
- client.go
- constants.go
- id_setting.go
- id_workspace.go
- method_productsettingsdelete_autorest.go
- method_productsettingsget_autorest.go
- method_productsettingslist_autorest.go
- method_productsettingsupdate_autorest.go
- model_anomalies.go
- model_anomaliessettingsproperties.go
- model_entityanalytics.go
- model_entityanalyticsproperties.go
- model_eyeson.go
- model_eyesonsettingsproperties.go
- model_settinglist.go
- model_settings.go
- model_ueba.go
- model_uebaproperties.go
- version.go