Documentation ¶
Index ¶
- func PossibleValuesForAttackTactic() []string
- func PossibleValuesForIncidentSeverity() []string
- func ValidateBookmarkID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type AttackTactic
- type Bookmark
- type BookmarkEntityMappings
- type BookmarkId
- type BookmarkOperationPredicate
- type BookmarkProperties
- func (o *BookmarkProperties) GetCreatedAsTime() (*time.Time, error)
- func (o *BookmarkProperties) GetEventTimeAsTime() (*time.Time, error)
- func (o *BookmarkProperties) GetQueryEndTimeAsTime() (*time.Time, error)
- func (o *BookmarkProperties) GetQueryStartTimeAsTime() (*time.Time, error)
- func (o *BookmarkProperties) GetUpdatedAsTime() (*time.Time, error)
- func (o *BookmarkProperties) SetCreatedAsTime(input time.Time)
- func (o *BookmarkProperties) SetEventTimeAsTime(input time.Time)
- func (o *BookmarkProperties) SetQueryEndTimeAsTime(input time.Time)
- func (o *BookmarkProperties) SetQueryStartTimeAsTime(input time.Time)
- func (o *BookmarkProperties) SetUpdatedAsTime(input time.Time)
- type BookmarksClient
- func (c BookmarksClient) CreateOrUpdate(ctx context.Context, id BookmarkId, input Bookmark) (result CreateOrUpdateOperationResponse, err error)
- func (c BookmarksClient) Delete(ctx context.Context, id BookmarkId) (result DeleteOperationResponse, err error)
- func (c BookmarksClient) Get(ctx context.Context, id BookmarkId) (result GetOperationResponse, err error)
- func (c BookmarksClient) List(ctx context.Context, id WorkspaceId) (resp ListOperationResponse, err error)
- func (c BookmarksClient) ListComplete(ctx context.Context, id WorkspaceId) (ListCompleteResult, error)
- func (c BookmarksClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate BookmarkOperationPredicate) (resp ListCompleteResult, err error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type EntityFieldMapping
- type GetOperationResponse
- type IncidentInfo
- type IncidentSeverity
- type ListCompleteResult
- type ListOperationResponse
- type UserInfo
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAttackTactic ¶
func PossibleValuesForAttackTactic() []string
func PossibleValuesForIncidentSeverity ¶
func PossibleValuesForIncidentSeverity() []string
func ValidateBookmarkID ¶
ValidateBookmarkID checks that 'input' can be parsed as a Bookmark ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type AttackTactic ¶
type AttackTactic string
const ( AttackTacticCollection AttackTactic = "Collection" AttackTacticCommandAndControl AttackTactic = "CommandAndControl" AttackTacticCredentialAccess AttackTactic = "CredentialAccess" AttackTacticDefenseEvasion AttackTactic = "DefenseEvasion" AttackTacticDiscovery AttackTactic = "Discovery" AttackTacticExecution AttackTactic = "Execution" AttackTacticExfiltration AttackTactic = "Exfiltration" AttackTacticImpact AttackTactic = "Impact" AttackTacticImpairProcessControl AttackTactic = "ImpairProcessControl" AttackTacticInhibitResponseFunction AttackTactic = "InhibitResponseFunction" AttackTacticInitialAccess AttackTactic = "InitialAccess" AttackTacticLateralMovement AttackTactic = "LateralMovement" AttackTacticPersistence AttackTactic = "Persistence" AttackTacticPreAttack AttackTactic = "PreAttack" AttackTacticPrivilegeEscalation AttackTactic = "PrivilegeEscalation" AttackTacticReconnaissance AttackTactic = "Reconnaissance" AttackTacticResourceDevelopment AttackTactic = "ResourceDevelopment" )
type Bookmark ¶
type Bookmark struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *BookmarkProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type BookmarkEntityMappings ¶
type BookmarkEntityMappings struct { EntityType *string `json:"entityType,omitempty"` FieldMappings *[]EntityFieldMapping `json:"fieldMappings,omitempty"` }
type BookmarkId ¶
type BookmarkId struct { SubscriptionId string ResourceGroupName string WorkspaceName string BookmarkId string }
BookmarkId is a struct representing the Resource ID for a Bookmark
func NewBookmarkID ¶
func NewBookmarkID(subscriptionId string, resourceGroupName string, workspaceName string, bookmarkId string) BookmarkId
NewBookmarkID returns a new BookmarkId struct
func ParseBookmarkID ¶
func ParseBookmarkID(input string) (*BookmarkId, error)
ParseBookmarkID parses 'input' into a BookmarkId
func ParseBookmarkIDInsensitively ¶
func ParseBookmarkIDInsensitively(input string) (*BookmarkId, error)
ParseBookmarkIDInsensitively parses 'input' case-insensitively into a BookmarkId note: this method should only be used for API response data and not user input
func (BookmarkId) Segments ¶
func (id BookmarkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Bookmark ID
func (BookmarkId) String ¶
func (id BookmarkId) String() string
String returns a human-readable description of this Bookmark ID
type BookmarkOperationPredicate ¶
func (BookmarkOperationPredicate) Matches ¶
func (p BookmarkOperationPredicate) Matches(input Bookmark) bool
type BookmarkProperties ¶
type BookmarkProperties struct { Created *string `json:"created,omitempty"` CreatedBy *UserInfo `json:"createdBy,omitempty"` DisplayName string `json:"displayName"` EntityMappings *[]BookmarkEntityMappings `json:"entityMappings,omitempty"` EventTime *string `json:"eventTime,omitempty"` IncidentInfo *IncidentInfo `json:"incidentInfo,omitempty"` Labels *[]string `json:"labels,omitempty"` Notes *string `json:"notes,omitempty"` Query string `json:"query"` QueryEndTime *string `json:"queryEndTime,omitempty"` QueryResult *string `json:"queryResult,omitempty"` QueryStartTime *string `json:"queryStartTime,omitempty"` Tactics *[]AttackTactic `json:"tactics,omitempty"` Techniques *[]string `json:"techniques,omitempty"` Updated *string `json:"updated,omitempty"` UpdatedBy *UserInfo `json:"updatedBy,omitempty"` }
func (*BookmarkProperties) GetCreatedAsTime ¶
func (o *BookmarkProperties) GetCreatedAsTime() (*time.Time, error)
func (*BookmarkProperties) GetEventTimeAsTime ¶
func (o *BookmarkProperties) GetEventTimeAsTime() (*time.Time, error)
func (*BookmarkProperties) GetQueryEndTimeAsTime ¶
func (o *BookmarkProperties) GetQueryEndTimeAsTime() (*time.Time, error)
func (*BookmarkProperties) GetQueryStartTimeAsTime ¶
func (o *BookmarkProperties) GetQueryStartTimeAsTime() (*time.Time, error)
func (*BookmarkProperties) GetUpdatedAsTime ¶
func (o *BookmarkProperties) GetUpdatedAsTime() (*time.Time, error)
func (*BookmarkProperties) SetCreatedAsTime ¶
func (o *BookmarkProperties) SetCreatedAsTime(input time.Time)
func (*BookmarkProperties) SetEventTimeAsTime ¶
func (o *BookmarkProperties) SetEventTimeAsTime(input time.Time)
func (*BookmarkProperties) SetQueryEndTimeAsTime ¶
func (o *BookmarkProperties) SetQueryEndTimeAsTime(input time.Time)
func (*BookmarkProperties) SetQueryStartTimeAsTime ¶
func (o *BookmarkProperties) SetQueryStartTimeAsTime(input time.Time)
func (*BookmarkProperties) SetUpdatedAsTime ¶
func (o *BookmarkProperties) SetUpdatedAsTime(input time.Time)
type BookmarksClient ¶
func NewBookmarksClientWithBaseURI ¶
func NewBookmarksClientWithBaseURI(endpoint string) BookmarksClient
func (BookmarksClient) CreateOrUpdate ¶
func (c BookmarksClient) CreateOrUpdate(ctx context.Context, id BookmarkId, input Bookmark) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (BookmarksClient) Delete ¶
func (c BookmarksClient) Delete(ctx context.Context, id BookmarkId) (result DeleteOperationResponse, err error)
Delete ...
func (BookmarksClient) Get ¶
func (c BookmarksClient) Get(ctx context.Context, id BookmarkId) (result GetOperationResponse, err error)
Get ...
func (BookmarksClient) List ¶
func (c BookmarksClient) List(ctx context.Context, id WorkspaceId) (resp ListOperationResponse, err error)
List ...
func (BookmarksClient) ListComplete ¶
func (c BookmarksClient) ListComplete(ctx context.Context, id WorkspaceId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (BookmarksClient) ListCompleteMatchingPredicate ¶
func (c BookmarksClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate BookmarkOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type DeleteOperationResponse ¶
type EntityFieldMapping ¶
type GetOperationResponse ¶
type IncidentInfo ¶
type IncidentInfo struct { IncidentId *string `json:"incidentId,omitempty"` RelationName *string `json:"relationName,omitempty"` Severity *IncidentSeverity `json:"severity,omitempty"` Title *string `json:"title,omitempty"` }
type IncidentSeverity ¶
type IncidentSeverity string
const ( IncidentSeverityHigh IncidentSeverity = "High" IncidentSeverityInformational IncidentSeverity = "Informational" IncidentSeverityLow IncidentSeverity = "Low" IncidentSeverityMedium IncidentSeverity = "Medium" )
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []Bookmark
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]Bookmark // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
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_bookmark.go
- id_workspace.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- model_bookmark.go
- model_bookmarkentitymappings.go
- model_bookmarkproperties.go
- model_entityfieldmapping.go
- model_incidentinfo.go
- model_userinfo.go
- predicates.go
- version.go