package security
import "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security"
Package security implements the Azure ARM Security service API version .
API spec for Microsoft.Security (Azure Security Center) resource provider
- Constants
- func UserAgent() string
- func Version() string
- type AadConnectivityState
- type AadConnectivityState1
- type AadExternalSecuritySolution
- type AadSolutionProperties
- type Action
- type ActionType
- type ActiveConnectionsNotInAllowedRange
- func (acniar ActiveConnectionsNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (acniar ActiveConnectionsNotInAllowedRange) MarshalJSON() ([]byte, error)
- type AdaptiveApplicationControlGroup
- type AdaptiveApplicationControlGroupData
- type AdaptiveApplicationControlGroups
- type AdaptiveApplicationControlIssueSummary
- type AdaptiveApplicationControlsClient
- func NewAdaptiveApplicationControlsClient(subscriptionID string, ascLocation string) AdaptiveApplicationControlsClient
- func NewAdaptiveApplicationControlsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AdaptiveApplicationControlsClient
- func (client AdaptiveApplicationControlsClient) Delete(ctx context.Context, groupName string) (result autorest.Response, err error)
- func (client AdaptiveApplicationControlsClient) DeletePreparer(ctx context.Context, groupName string) (*http.Request, error)
- func (client AdaptiveApplicationControlsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AdaptiveApplicationControlsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client AdaptiveApplicationControlsClient) Get(ctx context.Context, groupName string) (result AdaptiveApplicationControlGroup, err error)
- func (client AdaptiveApplicationControlsClient) GetPreparer(ctx context.Context, groupName string) (*http.Request, error)
- func (client AdaptiveApplicationControlsClient) GetResponder(resp *http.Response) (result AdaptiveApplicationControlGroup, err error)
- func (client AdaptiveApplicationControlsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AdaptiveApplicationControlsClient) List(ctx context.Context, includePathRecommendations *bool, summary *bool) (result AdaptiveApplicationControlGroups, err error)
- func (client AdaptiveApplicationControlsClient) ListPreparer(ctx context.Context, includePathRecommendations *bool, summary *bool) (*http.Request, error)
- func (client AdaptiveApplicationControlsClient) ListResponder(resp *http.Response) (result AdaptiveApplicationControlGroups, err error)
- func (client AdaptiveApplicationControlsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client AdaptiveApplicationControlsClient) Put(ctx context.Context, groupName string, body AdaptiveApplicationControlGroup) (result AdaptiveApplicationControlGroup, err error)
- func (client AdaptiveApplicationControlsClient) PutPreparer(ctx context.Context, groupName string, body AdaptiveApplicationControlGroup) (*http.Request, error)
- func (client AdaptiveApplicationControlsClient) PutResponder(resp *http.Response) (result AdaptiveApplicationControlGroup, err error)
- func (client AdaptiveApplicationControlsClient) PutSender(req *http.Request) (*http.Response, error)
- type AdaptiveNetworkHardening
- type AdaptiveNetworkHardeningEnforceRequest
- type AdaptiveNetworkHardeningProperties
- type AdaptiveNetworkHardeningsClient
- func NewAdaptiveNetworkHardeningsClient(subscriptionID string, ascLocation string) AdaptiveNetworkHardeningsClient
- func NewAdaptiveNetworkHardeningsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AdaptiveNetworkHardeningsClient
- func (client AdaptiveNetworkHardeningsClient) Enforce(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string, body AdaptiveNetworkHardeningEnforceRequest) (result AdaptiveNetworkHardeningsEnforceFuture, err error)
- func (client AdaptiveNetworkHardeningsClient) EnforcePreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string, body AdaptiveNetworkHardeningEnforceRequest) (*http.Request, error)
- func (client AdaptiveNetworkHardeningsClient) EnforceResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AdaptiveNetworkHardeningsClient) EnforceSender(req *http.Request) (future AdaptiveNetworkHardeningsEnforceFuture, err error)
- func (client AdaptiveNetworkHardeningsClient) Get(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string) (result AdaptiveNetworkHardening, err error)
- func (client AdaptiveNetworkHardeningsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string) (*http.Request, error)
- func (client AdaptiveNetworkHardeningsClient) GetResponder(resp *http.Response) (result AdaptiveNetworkHardening, err error)
- func (client AdaptiveNetworkHardeningsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AdaptiveNetworkHardeningsClient) ListByExtendedResource(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result AdaptiveNetworkHardeningsListPage, err error)
- func (client AdaptiveNetworkHardeningsClient) ListByExtendedResourceComplete(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result AdaptiveNetworkHardeningsListIterator, err error)
- func (client AdaptiveNetworkHardeningsClient) ListByExtendedResourcePreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (*http.Request, error)
- func (client AdaptiveNetworkHardeningsClient) ListByExtendedResourceResponder(resp *http.Response) (result AdaptiveNetworkHardeningsList, err error)
- func (client AdaptiveNetworkHardeningsClient) ListByExtendedResourceSender(req *http.Request) (*http.Response, error)
- type AdaptiveNetworkHardeningsEnforceFuture
- type AdaptiveNetworkHardeningsList
- type AdaptiveNetworkHardeningsListIterator
- type AdaptiveNetworkHardeningsListPage
- type AdditionalData
- type AdvancedThreatProtectionClient
- func NewAdvancedThreatProtectionClient(subscriptionID string, ascLocation string) AdvancedThreatProtectionClient
- func NewAdvancedThreatProtectionClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AdvancedThreatProtectionClient
- func (client AdvancedThreatProtectionClient) Create(ctx context.Context, resourceID string, advancedThreatProtectionSetting AdvancedThreatProtectionSetting) (result AdvancedThreatProtectionSetting, err error)
- func (client AdvancedThreatProtectionClient) CreatePreparer(ctx context.Context, resourceID string, advancedThreatProtectionSetting AdvancedThreatProtectionSetting) (*http.Request, error)
- func (client AdvancedThreatProtectionClient) CreateResponder(resp *http.Response) (result AdvancedThreatProtectionSetting, err error)
- func (client AdvancedThreatProtectionClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client AdvancedThreatProtectionClient) Get(ctx context.Context, resourceID string) (result AdvancedThreatProtectionSetting, err error)
- func (client AdvancedThreatProtectionClient) GetPreparer(ctx context.Context, resourceID string) (*http.Request, error)
- func (client AdvancedThreatProtectionClient) GetResponder(resp *http.Response) (result AdvancedThreatProtectionSetting, err error)
- func (client AdvancedThreatProtectionClient) GetSender(req *http.Request) (*http.Response, error)
- type AdvancedThreatProtectionProperties
- type AdvancedThreatProtectionSetting
- type Alert
- type AlertEntity
- type AlertIntent
- type AlertList
- type AlertListIterator
- type AlertListPage
- type AlertNotifications
- type AlertProperties
- type AlertSeverity
- type AlertStatus
- type AlertsClient
- func NewAlertsClient(subscriptionID string, ascLocation string) AlertsClient
- func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AlertsClient
- func (client AlertsClient) GetResourceGroupLevelAlerts(ctx context.Context, alertName string, resourceGroupName string) (result Alert, err error)
- func (client AlertsClient) GetResourceGroupLevelAlertsPreparer(ctx context.Context, alertName string, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) GetResourceGroupLevelAlertsResponder(resp *http.Response) (result Alert, err error)
- func (client AlertsClient) GetResourceGroupLevelAlertsSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) GetSubscriptionLevelAlert(ctx context.Context, alertName string) (result Alert, err error)
- func (client AlertsClient) GetSubscriptionLevelAlertPreparer(ctx context.Context, alertName string) (*http.Request, error)
- func (client AlertsClient) GetSubscriptionLevelAlertResponder(resp *http.Response) (result Alert, err error)
- func (client AlertsClient) GetSubscriptionLevelAlertSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) List(ctx context.Context) (result AlertListPage, err error)
- func (client AlertsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AlertListPage, err error)
- func (client AlertsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AlertListIterator, err error)
- func (client AlertsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) ListByResourceGroupResponder(resp *http.Response) (result AlertList, err error)
- func (client AlertsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) ListComplete(ctx context.Context) (result AlertListIterator, err error)
- func (client AlertsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client AlertsClient) ListResourceGroupLevelAlertsByRegion(ctx context.Context, resourceGroupName string) (result AlertListPage, err error)
- func (client AlertsClient) ListResourceGroupLevelAlertsByRegionComplete(ctx context.Context, resourceGroupName string) (result AlertListIterator, err error)
- func (client AlertsClient) ListResourceGroupLevelAlertsByRegionPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) ListResourceGroupLevelAlertsByRegionResponder(resp *http.Response) (result AlertList, err error)
- func (client AlertsClient) ListResourceGroupLevelAlertsByRegionSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) ListResponder(resp *http.Response) (result AlertList, err error)
- func (client AlertsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) ListSubscriptionLevelAlertsByRegion(ctx context.Context) (result AlertListPage, err error)
- func (client AlertsClient) ListSubscriptionLevelAlertsByRegionComplete(ctx context.Context) (result AlertListIterator, err error)
- func (client AlertsClient) ListSubscriptionLevelAlertsByRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client AlertsClient) ListSubscriptionLevelAlertsByRegionResponder(resp *http.Response) (result AlertList, err error)
- func (client AlertsClient) ListSubscriptionLevelAlertsByRegionSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToDismiss(ctx context.Context, alertName string, resourceGroupName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToDismissPreparer(ctx context.Context, alertName string, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToDismissResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToDismissSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToReactivate(ctx context.Context, alertName string, resourceGroupName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToReactivatePreparer(ctx context.Context, alertName string, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToReactivateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelAlertStateToReactivateSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateResourceGroupLevelStateToResolve(ctx context.Context, alertName string, resourceGroupName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelStateToResolvePreparer(ctx context.Context, alertName string, resourceGroupName string) (*http.Request, error)
- func (client AlertsClient) UpdateResourceGroupLevelStateToResolveResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateResourceGroupLevelStateToResolveSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToDismiss(ctx context.Context, alertName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToDismissPreparer(ctx context.Context, alertName string) (*http.Request, error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToDismissResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToDismissSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToReactivate(ctx context.Context, alertName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToReactivatePreparer(ctx context.Context, alertName string) (*http.Request, error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToReactivateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelAlertStateToReactivateSender(req *http.Request) (*http.Response, error)
- func (client AlertsClient) UpdateSubscriptionLevelStateToResolve(ctx context.Context, alertName string) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelStateToResolvePreparer(ctx context.Context, alertName string) (*http.Request, error)
- func (client AlertsClient) UpdateSubscriptionLevelStateToResolveResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsClient) UpdateSubscriptionLevelStateToResolveSender(req *http.Request) (*http.Response, error)
- type AlertsSuppressionRule
- type AlertsSuppressionRuleProperties
- type AlertsSuppressionRulesClient
- func NewAlertsSuppressionRulesClient(subscriptionID string, ascLocation string) AlertsSuppressionRulesClient
- func NewAlertsSuppressionRulesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AlertsSuppressionRulesClient
- func (client AlertsSuppressionRulesClient) Delete(ctx context.Context, alertsSuppressionRuleName string) (result autorest.Response, err error)
- func (client AlertsSuppressionRulesClient) DeletePreparer(ctx context.Context, alertsSuppressionRuleName string) (*http.Request, error)
- func (client AlertsSuppressionRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AlertsSuppressionRulesClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client AlertsSuppressionRulesClient) Get(ctx context.Context, alertsSuppressionRuleName string) (result AlertsSuppressionRule, err error)
- func (client AlertsSuppressionRulesClient) GetPreparer(ctx context.Context, alertsSuppressionRuleName string) (*http.Request, error)
- func (client AlertsSuppressionRulesClient) GetResponder(resp *http.Response) (result AlertsSuppressionRule, err error)
- func (client AlertsSuppressionRulesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AlertsSuppressionRulesClient) List(ctx context.Context, alertType string) (result AlertsSuppressionRulesListPage, err error)
- func (client AlertsSuppressionRulesClient) ListComplete(ctx context.Context, alertType string) (result AlertsSuppressionRulesListIterator, err error)
- func (client AlertsSuppressionRulesClient) ListPreparer(ctx context.Context, alertType string) (*http.Request, error)
- func (client AlertsSuppressionRulesClient) ListResponder(resp *http.Response) (result AlertsSuppressionRulesList, err error)
- func (client AlertsSuppressionRulesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client AlertsSuppressionRulesClient) Update(ctx context.Context, alertsSuppressionRuleName string, alertsSuppressionRule AlertsSuppressionRule) (result AlertsSuppressionRule, err error)
- func (client AlertsSuppressionRulesClient) UpdatePreparer(ctx context.Context, alertsSuppressionRuleName string, alertsSuppressionRule AlertsSuppressionRule) (*http.Request, error)
- func (client AlertsSuppressionRulesClient) UpdateResponder(resp *http.Response) (result AlertsSuppressionRule, err error)
- func (client AlertsSuppressionRulesClient) UpdateSender(req *http.Request) (*http.Response, error)
- type AlertsSuppressionRulesList
- type AlertsSuppressionRulesListIterator
- type AlertsSuppressionRulesListPage
- type AlertsToAdmins
- type AllowedConnectionsClient
- func NewAllowedConnectionsClient(subscriptionID string, ascLocation string) AllowedConnectionsClient
- func NewAllowedConnectionsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AllowedConnectionsClient
- func (client AllowedConnectionsClient) Get(ctx context.Context, resourceGroupName string, connectionType ConnectionType) (result AllowedConnectionsResource, err error)
- func (client AllowedConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, connectionType ConnectionType) (*http.Request, error)
- func (client AllowedConnectionsClient) GetResponder(resp *http.Response) (result AllowedConnectionsResource, err error)
- func (client AllowedConnectionsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AllowedConnectionsClient) List(ctx context.Context) (result AllowedConnectionsListPage, err error)
- func (client AllowedConnectionsClient) ListByHomeRegion(ctx context.Context) (result AllowedConnectionsListPage, err error)
- func (client AllowedConnectionsClient) ListByHomeRegionComplete(ctx context.Context) (result AllowedConnectionsListIterator, err error)
- func (client AllowedConnectionsClient) ListByHomeRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client AllowedConnectionsClient) ListByHomeRegionResponder(resp *http.Response) (result AllowedConnectionsList, err error)
- func (client AllowedConnectionsClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client AllowedConnectionsClient) ListComplete(ctx context.Context) (result AllowedConnectionsListIterator, err error)
- func (client AllowedConnectionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client AllowedConnectionsClient) ListResponder(resp *http.Response) (result AllowedConnectionsList, err error)
- func (client AllowedConnectionsClient) ListSender(req *http.Request) (*http.Response, error)
- type AllowedConnectionsList
- type AllowedConnectionsListIterator
- type AllowedConnectionsListPage
- type AllowedConnectionsResource
- type AllowedConnectionsResourceProperties
- type AllowlistCustomAlertRule
- func (acar AllowlistCustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (acar AllowlistCustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (acar AllowlistCustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (acar AllowlistCustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (acar AllowlistCustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (acar AllowlistCustomAlertRule) MarshalJSON() ([]byte, error)
- type AmqpC2DMessagesNotInAllowedRange
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (acmniar AmqpC2DMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type AmqpC2DRejectedMessagesNotInAllowedRange
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (acrmniar AmqpC2DRejectedMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type AmqpD2CMessagesNotInAllowedRange
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (admniar AmqpD2CMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type AscLocation
- type AscLocationList
- type AscLocationListIterator
- type AscLocationListPage
- type AssessedResourceType
- type Assessment
- type AssessmentLinks
- type AssessmentList
- type AssessmentListIterator
- type AssessmentListPage
- type AssessmentMetadata
- type AssessmentMetadataList
- type AssessmentMetadataListIterator
- type AssessmentMetadataListPage
- type AssessmentMetadataPartnerData
- type AssessmentMetadataProperties
- type AssessmentPartnerData
- type AssessmentProperties
- type AssessmentStatus
- type AssessmentStatusCode
- type AssessmentType
- type AssessmentsClient
- func NewAssessmentsClient(subscriptionID string, ascLocation string) AssessmentsClient
- func NewAssessmentsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AssessmentsClient
- func (client AssessmentsClient) CreateOrUpdate(ctx context.Context, resourceID string, assessmentName string, assessment Assessment) (result Assessment, err error)
- func (client AssessmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceID string, assessmentName string, assessment Assessment) (*http.Request, error)
- func (client AssessmentsClient) CreateOrUpdateResponder(resp *http.Response) (result Assessment, err error)
- func (client AssessmentsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsClient) Delete(ctx context.Context, resourceID string, assessmentName string) (result autorest.Response, err error)
- func (client AssessmentsClient) DeletePreparer(ctx context.Context, resourceID string, assessmentName string) (*http.Request, error)
- func (client AssessmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AssessmentsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsClient) Get(ctx context.Context, resourceID string, assessmentName string, expand ExpandEnum) (result Assessment, err error)
- func (client AssessmentsClient) GetPreparer(ctx context.Context, resourceID string, assessmentName string, expand ExpandEnum) (*http.Request, error)
- func (client AssessmentsClient) GetResponder(resp *http.Response) (result Assessment, err error)
- func (client AssessmentsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsClient) List(ctx context.Context, scope string) (result AssessmentListPage, err error)
- func (client AssessmentsClient) ListComplete(ctx context.Context, scope string) (result AssessmentListIterator, err error)
- func (client AssessmentsClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client AssessmentsClient) ListResponder(resp *http.Response) (result AssessmentList, err error)
- func (client AssessmentsClient) ListSender(req *http.Request) (*http.Response, error)
- type AssessmentsMetadataClient
- func NewAssessmentsMetadataClient(subscriptionID string, ascLocation string) AssessmentsMetadataClient
- func NewAssessmentsMetadataClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AssessmentsMetadataClient
- func (client AssessmentsMetadataClient) CreateInSubscription(ctx context.Context, assessmentMetadataName string, assessmentMetadata AssessmentMetadata) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) CreateInSubscriptionPreparer(ctx context.Context, assessmentMetadataName string, assessmentMetadata AssessmentMetadata) (*http.Request, error)
- func (client AssessmentsMetadataClient) CreateInSubscriptionResponder(resp *http.Response) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) CreateInSubscriptionSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsMetadataClient) DeleteInSubscription(ctx context.Context, assessmentMetadataName string) (result autorest.Response, err error)
- func (client AssessmentsMetadataClient) DeleteInSubscriptionPreparer(ctx context.Context, assessmentMetadataName string) (*http.Request, error)
- func (client AssessmentsMetadataClient) DeleteInSubscriptionResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AssessmentsMetadataClient) DeleteInSubscriptionSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsMetadataClient) Get(ctx context.Context, assessmentMetadataName string) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) GetInSubscription(ctx context.Context, assessmentMetadataName string) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) GetInSubscriptionPreparer(ctx context.Context, assessmentMetadataName string) (*http.Request, error)
- func (client AssessmentsMetadataClient) GetInSubscriptionResponder(resp *http.Response) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) GetInSubscriptionSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsMetadataClient) GetPreparer(ctx context.Context, assessmentMetadataName string) (*http.Request, error)
- func (client AssessmentsMetadataClient) GetResponder(resp *http.Response) (result AssessmentMetadata, err error)
- func (client AssessmentsMetadataClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsMetadataClient) List(ctx context.Context) (result AssessmentMetadataListPage, err error)
- func (client AssessmentsMetadataClient) ListBySubscription(ctx context.Context) (result AssessmentMetadataListPage, err error)
- func (client AssessmentsMetadataClient) ListBySubscriptionComplete(ctx context.Context) (result AssessmentMetadataListIterator, err error)
- func (client AssessmentsMetadataClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)
- func (client AssessmentsMetadataClient) ListBySubscriptionResponder(resp *http.Response) (result AssessmentMetadataList, err error)
- func (client AssessmentsMetadataClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
- func (client AssessmentsMetadataClient) ListComplete(ctx context.Context) (result AssessmentMetadataListIterator, err error)
- func (client AssessmentsMetadataClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client AssessmentsMetadataClient) ListResponder(resp *http.Response) (result AssessmentMetadataList, err error)
- func (client AssessmentsMetadataClient) ListSender(req *http.Request) (*http.Response, error)
- type AtaExternalSecuritySolution
- type AtaSolutionProperties
- type AuthenticationDetailsProperties
- type AuthenticationProvisioningState
- type AuthenticationType
- type AuthorizationState
- type AutoProvision
- type AutoProvisioningSetting
- type AutoProvisioningSettingList
- type AutoProvisioningSettingListIterator
- type AutoProvisioningSettingListPage
- type AutoProvisioningSettingProperties
- type AutoProvisioningSettingsClient
- func NewAutoProvisioningSettingsClient(subscriptionID string, ascLocation string) AutoProvisioningSettingsClient
- func NewAutoProvisioningSettingsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AutoProvisioningSettingsClient
- func (client AutoProvisioningSettingsClient) Create(ctx context.Context, settingName string, setting AutoProvisioningSetting) (result AutoProvisioningSetting, err error)
- func (client AutoProvisioningSettingsClient) CreatePreparer(ctx context.Context, settingName string, setting AutoProvisioningSetting) (*http.Request, error)
- func (client AutoProvisioningSettingsClient) CreateResponder(resp *http.Response) (result AutoProvisioningSetting, err error)
- func (client AutoProvisioningSettingsClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client AutoProvisioningSettingsClient) Get(ctx context.Context, settingName string) (result AutoProvisioningSetting, err error)
- func (client AutoProvisioningSettingsClient) GetPreparer(ctx context.Context, settingName string) (*http.Request, error)
- func (client AutoProvisioningSettingsClient) GetResponder(resp *http.Response) (result AutoProvisioningSetting, err error)
- func (client AutoProvisioningSettingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AutoProvisioningSettingsClient) List(ctx context.Context) (result AutoProvisioningSettingListPage, err error)
- func (client AutoProvisioningSettingsClient) ListComplete(ctx context.Context) (result AutoProvisioningSettingListIterator, err error)
- func (client AutoProvisioningSettingsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client AutoProvisioningSettingsClient) ListResponder(resp *http.Response) (result AutoProvisioningSettingList, err error)
- func (client AutoProvisioningSettingsClient) ListSender(req *http.Request) (*http.Response, error)
- type Automation
- type AutomationAction
- type AutomationActionEventHub
- type AutomationActionLogicApp
- type AutomationActionWorkspace
- type AutomationList
- type AutomationListIterator
- type AutomationListPage
- type AutomationProperties
- type AutomationRuleSet
- type AutomationScope
- type AutomationSource
- type AutomationTriggeringRule
- type AutomationValidationStatus
- type AutomationsClient
- func NewAutomationsClient(subscriptionID string, ascLocation string) AutomationsClient
- func NewAutomationsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) AutomationsClient
- func (client AutomationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationName string, automation Automation) (result Automation, err error)
- func (client AutomationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, automationName string, automation Automation) (*http.Request, error)
- func (client AutomationsClient) CreateOrUpdateResponder(resp *http.Response) (result Automation, err error)
- func (client AutomationsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client AutomationsClient) Delete(ctx context.Context, resourceGroupName string, automationName string) (result autorest.Response, err error)
- func (client AutomationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, automationName string) (*http.Request, error)
- func (client AutomationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client AutomationsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client AutomationsClient) Get(ctx context.Context, resourceGroupName string, automationName string) (result Automation, err error)
- func (client AutomationsClient) GetPreparer(ctx context.Context, resourceGroupName string, automationName string) (*http.Request, error)
- func (client AutomationsClient) GetResponder(resp *http.Response) (result Automation, err error)
- func (client AutomationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client AutomationsClient) List(ctx context.Context) (result AutomationListPage, err error)
- func (client AutomationsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AutomationListPage, err error)
- func (client AutomationsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AutomationListIterator, err error)
- func (client AutomationsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client AutomationsClient) ListByResourceGroupResponder(resp *http.Response) (result AutomationList, err error)
- func (client AutomationsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client AutomationsClient) ListComplete(ctx context.Context) (result AutomationListIterator, err error)
- func (client AutomationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client AutomationsClient) ListResponder(resp *http.Response) (result AutomationList, err error)
- func (client AutomationsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client AutomationsClient) Validate(ctx context.Context, resourceGroupName string, automationName string, automation Automation) (result AutomationValidationStatus, err error)
- func (client AutomationsClient) ValidatePreparer(ctx context.Context, resourceGroupName string, automationName string, automation Automation) (*http.Request, error)
- func (client AutomationsClient) ValidateResponder(resp *http.Response) (result AutomationValidationStatus, err error)
- func (client AutomationsClient) ValidateSender(req *http.Request) (*http.Response, error)
- type AwAssumeRoleAuthenticationDetailsProperties
- type AwsCredsAuthenticationDetailsProperties
- type AzureResourceDetails
- type AzureResourceIdentifier
- type AzureResourceLink
- type AzureTrackedResourceLocation
- type BaseClient
- type Baseline
- type BaselineAdjustedResult
- type BasicAdditionalData
- type BasicAllowlistCustomAlertRule
- type BasicAuthenticationDetailsProperties
- type BasicAutomationAction
- type BasicCustomAlertRule
- type BasicExternalSecuritySolution
- type BasicListCustomAlertRule
- type BasicOnPremiseResourceDetails
- type BasicResourceDetails
- type BasicResourceIdentifier
- type BasicSetting
- type BasicThresholdCustomAlertRule
- type BasicTimeWindowCustomAlertRule
- type BenchmarkReference
- type CVE
- type CVSS
- type Category
- type CefExternalSecuritySolution
- type CefSolutionProperties
- type CloudError
- type CloudErrorBody
- type Compliance
- type ComplianceList
- type ComplianceListIterator
- type ComplianceListPage
- type ComplianceProperties
- type ComplianceResult
- type ComplianceResultList
- type ComplianceResultListIterator
- type ComplianceResultListPage
- type ComplianceResultProperties
- type ComplianceResultsClient
- func NewComplianceResultsClient(subscriptionID string, ascLocation string) ComplianceResultsClient
- func NewComplianceResultsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) ComplianceResultsClient
- func (client ComplianceResultsClient) Get(ctx context.Context, resourceID string, complianceResultName string) (result ComplianceResult, err error)
- func (client ComplianceResultsClient) GetPreparer(ctx context.Context, resourceID string, complianceResultName string) (*http.Request, error)
- func (client ComplianceResultsClient) GetResponder(resp *http.Response) (result ComplianceResult, err error)
- func (client ComplianceResultsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ComplianceResultsClient) List(ctx context.Context, scope string) (result ComplianceResultListPage, err error)
- func (client ComplianceResultsClient) ListComplete(ctx context.Context, scope string) (result ComplianceResultListIterator, err error)
- func (client ComplianceResultsClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client ComplianceResultsClient) ListResponder(resp *http.Response) (result ComplianceResultList, err error)
- func (client ComplianceResultsClient) ListSender(req *http.Request) (*http.Response, error)
- type ComplianceSegment
- type CompliancesClient
- func NewCompliancesClient(subscriptionID string, ascLocation string) CompliancesClient
- func NewCompliancesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) CompliancesClient
- func (client CompliancesClient) Get(ctx context.Context, scope string, complianceName string) (result Compliance, err error)
- func (client CompliancesClient) GetPreparer(ctx context.Context, scope string, complianceName string) (*http.Request, error)
- func (client CompliancesClient) GetResponder(resp *http.Response) (result Compliance, err error)
- func (client CompliancesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client CompliancesClient) List(ctx context.Context, scope string) (result ComplianceListPage, err error)
- func (client CompliancesClient) ListComplete(ctx context.Context, scope string) (result ComplianceListIterator, err error)
- func (client CompliancesClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client CompliancesClient) ListResponder(resp *http.Response) (result ComplianceList, err error)
- func (client CompliancesClient) ListSender(req *http.Request) (*http.Response, error)
- type ConfigurationStatus
- type ConfigurationStatus1
- type ConfigurationStatus2
- type ConnectableResource
- type ConnectedResource
- type ConnectedWorkspace
- type ConnectionToIPNotAllowed
- func (ctina ConnectionToIPNotAllowed) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (ctina ConnectionToIPNotAllowed) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (ctina ConnectionToIPNotAllowed) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (ctina ConnectionToIPNotAllowed) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (ctina ConnectionToIPNotAllowed) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (ctina ConnectionToIPNotAllowed) MarshalJSON() ([]byte, error)
- type ConnectionType
- type ConnectorSetting
- type ConnectorSettingList
- type ConnectorSettingListIterator
- type ConnectorSettingListPage
- type ConnectorSettingProperties
- type ConnectorsClient
- func NewConnectorsClient(subscriptionID string, ascLocation string) ConnectorsClient
- func NewConnectorsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) ConnectorsClient
- func (client ConnectorsClient) CreateOrUpdate(ctx context.Context, connectorName string, connectorSetting ConnectorSetting) (result ConnectorSetting, err error)
- func (client ConnectorsClient) CreateOrUpdatePreparer(ctx context.Context, connectorName string, connectorSetting ConnectorSetting) (*http.Request, error)
- func (client ConnectorsClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectorSetting, err error)
- func (client ConnectorsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ConnectorsClient) Delete(ctx context.Context, connectorName string) (result autorest.Response, err error)
- func (client ConnectorsClient) DeletePreparer(ctx context.Context, connectorName string) (*http.Request, error)
- func (client ConnectorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ConnectorsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ConnectorsClient) Get(ctx context.Context, connectorName string) (result ConnectorSetting, err error)
- func (client ConnectorsClient) GetPreparer(ctx context.Context, connectorName string) (*http.Request, error)
- func (client ConnectorsClient) GetResponder(resp *http.Response) (result ConnectorSetting, err error)
- func (client ConnectorsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ConnectorsClient) List(ctx context.Context) (result ConnectorSettingListPage, err error)
- func (client ConnectorsClient) ListComplete(ctx context.Context) (result ConnectorSettingListIterator, err error)
- func (client ConnectorsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ConnectorsClient) ListResponder(resp *http.Response) (result ConnectorSettingList, err error)
- func (client ConnectorsClient) ListSender(req *http.Request) (*http.Response, error)
- type Contact
- type ContactList
- type ContactListIterator
- type ContactListPage
- type ContactProperties
- type ContactsClient
- func NewContactsClient(subscriptionID string, ascLocation string) ContactsClient
- func NewContactsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) ContactsClient
- func (client ContactsClient) Create(ctx context.Context, securityContactName string, securityContact Contact) (result Contact, err error)
- func (client ContactsClient) CreatePreparer(ctx context.Context, securityContactName string, securityContact Contact) (*http.Request, error)
- func (client ContactsClient) CreateResponder(resp *http.Response) (result Contact, err error)
- func (client ContactsClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client ContactsClient) Delete(ctx context.Context, securityContactName string) (result autorest.Response, err error)
- func (client ContactsClient) DeletePreparer(ctx context.Context, securityContactName string) (*http.Request, error)
- func (client ContactsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContactsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ContactsClient) Get(ctx context.Context, securityContactName string) (result Contact, err error)
- func (client ContactsClient) GetPreparer(ctx context.Context, securityContactName string) (*http.Request, error)
- func (client ContactsClient) GetResponder(resp *http.Response) (result Contact, err error)
- func (client ContactsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ContactsClient) List(ctx context.Context) (result ContactListPage, err error)
- func (client ContactsClient) ListComplete(ctx context.Context) (result ContactListIterator, err error)
- func (client ContactsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ContactsClient) ListResponder(resp *http.Response) (result ContactList, err error)
- func (client ContactsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client ContactsClient) Update(ctx context.Context, securityContactName string, securityContact Contact) (result Contact, err error)
- func (client ContactsClient) UpdatePreparer(ctx context.Context, securityContactName string, securityContact Contact) (*http.Request, error)
- func (client ContactsClient) UpdateResponder(resp *http.Response) (result Contact, err error)
- func (client ContactsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type ContainerRegistryVulnerabilityProperties
- type ControlType
- type CustomAlertRule
- func (car CustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (car CustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (car CustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (car CustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (car CustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (car CustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (car CustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (car CustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (car CustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (car CustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (car CustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (car CustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (car CustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (car CustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (car CustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (car CustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (car CustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (car CustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (car CustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (car CustomAlertRule) MarshalJSON() ([]byte, error)
- type DataExportSettingProperties
- type DataExportSettings
- type DataSource
- type DenylistCustomAlertRule
- func (dcar DenylistCustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (dcar DenylistCustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (dcar DenylistCustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (dcar DenylistCustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (dcar DenylistCustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (dcar DenylistCustomAlertRule) MarshalJSON() ([]byte, error)
- type Device
- type DeviceClient
- func NewDeviceClient(subscriptionID string, ascLocation string) DeviceClient
- func NewDeviceClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) DeviceClient
- func (client DeviceClient) Get(ctx context.Context, resourceID string, deviceID string) (result Device, err error)
- func (client DeviceClient) GetPreparer(ctx context.Context, resourceID string, deviceID string) (*http.Request, error)
- func (client DeviceClient) GetResponder(resp *http.Response) (result Device, err error)
- func (client DeviceClient) GetSender(req *http.Request) (*http.Response, error)
- type DeviceCriticality
- type DeviceList
- type DeviceListIterator
- type DeviceListPage
- type DeviceProperties
- type DeviceSecurityGroup
- type DeviceSecurityGroupList
- type DeviceSecurityGroupListIterator
- type DeviceSecurityGroupListPage
- type DeviceSecurityGroupProperties
- type DeviceSecurityGroupsClient
- func NewDeviceSecurityGroupsClient(subscriptionID string, ascLocation string) DeviceSecurityGroupsClient
- func NewDeviceSecurityGroupsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) DeviceSecurityGroupsClient
- func (client DeviceSecurityGroupsClient) CreateOrUpdate(ctx context.Context, resourceID string, deviceSecurityGroupName string, deviceSecurityGroup DeviceSecurityGroup) (result DeviceSecurityGroup, err error)
- func (client DeviceSecurityGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourceID string, deviceSecurityGroupName string, deviceSecurityGroup DeviceSecurityGroup) (*http.Request, error)
- func (client DeviceSecurityGroupsClient) CreateOrUpdateResponder(resp *http.Response) (result DeviceSecurityGroup, err error)
- func (client DeviceSecurityGroupsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client DeviceSecurityGroupsClient) Delete(ctx context.Context, resourceID string, deviceSecurityGroupName string) (result autorest.Response, err error)
- func (client DeviceSecurityGroupsClient) DeletePreparer(ctx context.Context, resourceID string, deviceSecurityGroupName string) (*http.Request, error)
- func (client DeviceSecurityGroupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DeviceSecurityGroupsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client DeviceSecurityGroupsClient) Get(ctx context.Context, resourceID string, deviceSecurityGroupName string) (result DeviceSecurityGroup, err error)
- func (client DeviceSecurityGroupsClient) GetPreparer(ctx context.Context, resourceID string, deviceSecurityGroupName string) (*http.Request, error)
- func (client DeviceSecurityGroupsClient) GetResponder(resp *http.Response) (result DeviceSecurityGroup, err error)
- func (client DeviceSecurityGroupsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DeviceSecurityGroupsClient) List(ctx context.Context, resourceID string) (result DeviceSecurityGroupListPage, err error)
- func (client DeviceSecurityGroupsClient) ListComplete(ctx context.Context, resourceID string) (result DeviceSecurityGroupListIterator, err error)
- func (client DeviceSecurityGroupsClient) ListPreparer(ctx context.Context, resourceID string) (*http.Request, error)
- func (client DeviceSecurityGroupsClient) ListResponder(resp *http.Response) (result DeviceSecurityGroupList, err error)
- func (client DeviceSecurityGroupsClient) ListSender(req *http.Request) (*http.Response, error)
- type DeviceStatus
- type DevicesForHubClient
- func NewDevicesForHubClient(subscriptionID string, ascLocation string) DevicesForHubClient
- func NewDevicesForHubClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) DevicesForHubClient
- func (client DevicesForHubClient) List(ctx context.Context, resourceID string, limit *int32, skipToken string, deviceManagementType ManagementState) (result DeviceListPage, err error)
- func (client DevicesForHubClient) ListComplete(ctx context.Context, resourceID string, limit *int32, skipToken string, deviceManagementType ManagementState) (result DeviceListIterator, err error)
- func (client DevicesForHubClient) ListPreparer(ctx context.Context, resourceID string, limit *int32, skipToken string, deviceManagementType ManagementState) (*http.Request, error)
- func (client DevicesForHubClient) ListResponder(resp *http.Response) (result DeviceList, err error)
- func (client DevicesForHubClient) ListSender(req *http.Request) (*http.Response, error)
- type DevicesForSubscriptionClient
- func NewDevicesForSubscriptionClient(subscriptionID string, ascLocation string) DevicesForSubscriptionClient
- func NewDevicesForSubscriptionClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) DevicesForSubscriptionClient
- func (client DevicesForSubscriptionClient) List(ctx context.Context, limit *int32, skipToken string, deviceManagementType ManagementState) (result DeviceListPage, err error)
- func (client DevicesForSubscriptionClient) ListComplete(ctx context.Context, limit *int32, skipToken string, deviceManagementType ManagementState) (result DeviceListIterator, err error)
- func (client DevicesForSubscriptionClient) ListPreparer(ctx context.Context, limit *int32, skipToken string, deviceManagementType ManagementState) (*http.Request, error)
- func (client DevicesForSubscriptionClient) ListResponder(resp *http.Response) (result DeviceList, err error)
- func (client DevicesForSubscriptionClient) ListSender(req *http.Request) (*http.Response, error)
- type DirectMethodInvokesNotInAllowedRange
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (dminiar DirectMethodInvokesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Direction
- type DiscoveredSecuritySolution
- type DiscoveredSecuritySolutionList
- type DiscoveredSecuritySolutionListIterator
- type DiscoveredSecuritySolutionListPage
- type DiscoveredSecuritySolutionProperties
- type DiscoveredSecuritySolutionsClient
- func NewDiscoveredSecuritySolutionsClient(subscriptionID string, ascLocation string) DiscoveredSecuritySolutionsClient
- func NewDiscoveredSecuritySolutionsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) DiscoveredSecuritySolutionsClient
- func (client DiscoveredSecuritySolutionsClient) Get(ctx context.Context, resourceGroupName string, discoveredSecuritySolutionName string) (result DiscoveredSecuritySolution, err error)
- func (client DiscoveredSecuritySolutionsClient) GetPreparer(ctx context.Context, resourceGroupName string, discoveredSecuritySolutionName string) (*http.Request, error)
- func (client DiscoveredSecuritySolutionsClient) GetResponder(resp *http.Response) (result DiscoveredSecuritySolution, err error)
- func (client DiscoveredSecuritySolutionsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client DiscoveredSecuritySolutionsClient) List(ctx context.Context) (result DiscoveredSecuritySolutionListPage, err error)
- func (client DiscoveredSecuritySolutionsClient) ListByHomeRegion(ctx context.Context) (result DiscoveredSecuritySolutionListPage, err error)
- func (client DiscoveredSecuritySolutionsClient) ListByHomeRegionComplete(ctx context.Context) (result DiscoveredSecuritySolutionListIterator, err error)
- func (client DiscoveredSecuritySolutionsClient) ListByHomeRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client DiscoveredSecuritySolutionsClient) ListByHomeRegionResponder(resp *http.Response) (result DiscoveredSecuritySolutionList, err error)
- func (client DiscoveredSecuritySolutionsClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client DiscoveredSecuritySolutionsClient) ListComplete(ctx context.Context) (result DiscoveredSecuritySolutionListIterator, err error)
- func (client DiscoveredSecuritySolutionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client DiscoveredSecuritySolutionsClient) ListResponder(resp *http.Response) (result DiscoveredSecuritySolutionList, err error)
- func (client DiscoveredSecuritySolutionsClient) ListSender(req *http.Request) (*http.Response, error)
- type ETag
- type EffectiveNetworkSecurityGroups
- type EnforcementMode
- type EnforcementSupport
- type EventSource
- type Exe
- type Executable
- type ExpandControlsEnum
- type ExpandEnum
- type ExportData
- type ExternalSecuritySolution
- type ExternalSecuritySolutionKind
- type ExternalSecuritySolutionKind1
- type ExternalSecuritySolutionList
- type ExternalSecuritySolutionListIterator
- type ExternalSecuritySolutionListPage
- type ExternalSecuritySolutionModel
- type ExternalSecuritySolutionProperties
- type ExternalSecuritySolutionsClient
- func NewExternalSecuritySolutionsClient(subscriptionID string, ascLocation string) ExternalSecuritySolutionsClient
- func NewExternalSecuritySolutionsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) ExternalSecuritySolutionsClient
- func (client ExternalSecuritySolutionsClient) Get(ctx context.Context, resourceGroupName string, externalSecuritySolutionsName string) (result ExternalSecuritySolutionModel, err error)
- func (client ExternalSecuritySolutionsClient) GetPreparer(ctx context.Context, resourceGroupName string, externalSecuritySolutionsName string) (*http.Request, error)
- func (client ExternalSecuritySolutionsClient) GetResponder(resp *http.Response) (result ExternalSecuritySolutionModel, err error)
- func (client ExternalSecuritySolutionsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ExternalSecuritySolutionsClient) List(ctx context.Context) (result ExternalSecuritySolutionListPage, err error)
- func (client ExternalSecuritySolutionsClient) ListByHomeRegion(ctx context.Context) (result ExternalSecuritySolutionListPage, err error)
- func (client ExternalSecuritySolutionsClient) ListByHomeRegionComplete(ctx context.Context) (result ExternalSecuritySolutionListIterator, err error)
- func (client ExternalSecuritySolutionsClient) ListByHomeRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client ExternalSecuritySolutionsClient) ListByHomeRegionResponder(resp *http.Response) (result ExternalSecuritySolutionList, err error)
- func (client ExternalSecuritySolutionsClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client ExternalSecuritySolutionsClient) ListComplete(ctx context.Context) (result ExternalSecuritySolutionListIterator, err error)
- func (client ExternalSecuritySolutionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ExternalSecuritySolutionsClient) ListResponder(resp *http.Response) (result ExternalSecuritySolutionList, err error)
- func (client ExternalSecuritySolutionsClient) ListSender(req *http.Request) (*http.Response, error)
- type FailedLocalLoginsNotInAllowedRange
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (fllniar FailedLocalLoginsNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Family
- type FileType
- type FileUploadsNotInAllowedRange
- func (funiar FileUploadsNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (funiar FileUploadsNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (funiar FileUploadsNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (funiar FileUploadsNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (funiar FileUploadsNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (funiar FileUploadsNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Firmware
- type GcpCredentialsDetailsProperties
- type HTTPC2DMessagesNotInAllowedRange
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (hcmniar HTTPC2DMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type HTTPC2DRejectedMessagesNotInAllowedRange
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (hcrmniar HTTPC2DRejectedMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type HTTPD2CMessagesNotInAllowedRange
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (hdmniar HTTPD2CMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type HybridComputeProvisioningState
- type HybridComputeSettingsProperties
- type IPAddress
- type ImplementationEffort
- type InformationProtectionKeyword
- type InformationProtectionPoliciesClient
- func NewInformationProtectionPoliciesClient(subscriptionID string, ascLocation string) InformationProtectionPoliciesClient
- func NewInformationProtectionPoliciesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) InformationProtectionPoliciesClient
- func (client InformationProtectionPoliciesClient) CreateOrUpdate(ctx context.Context, scope string, informationProtectionPolicyName string, informationProtectionPolicy InformationProtectionPolicy) (result InformationProtectionPolicy, err error)
- func (client InformationProtectionPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, scope string, informationProtectionPolicyName string, informationProtectionPolicy InformationProtectionPolicy) (*http.Request, error)
- func (client InformationProtectionPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result InformationProtectionPolicy, err error)
- func (client InformationProtectionPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client InformationProtectionPoliciesClient) Get(ctx context.Context, scope string, informationProtectionPolicyName string) (result InformationProtectionPolicy, err error)
- func (client InformationProtectionPoliciesClient) GetPreparer(ctx context.Context, scope string, informationProtectionPolicyName string) (*http.Request, error)
- func (client InformationProtectionPoliciesClient) GetResponder(resp *http.Response) (result InformationProtectionPolicy, err error)
- func (client InformationProtectionPoliciesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client InformationProtectionPoliciesClient) List(ctx context.Context, scope string) (result InformationProtectionPolicyListPage, err error)
- func (client InformationProtectionPoliciesClient) ListComplete(ctx context.Context, scope string) (result InformationProtectionPolicyListIterator, err error)
- func (client InformationProtectionPoliciesClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client InformationProtectionPoliciesClient) ListResponder(resp *http.Response) (result InformationProtectionPolicyList, err error)
- func (client InformationProtectionPoliciesClient) ListSender(req *http.Request) (*http.Response, error)
- type InformationProtectionPolicy
- type InformationProtectionPolicyList
- type InformationProtectionPolicyListIterator
- type InformationProtectionPolicyListPage
- type InformationProtectionPolicyProperties
- type InformationType
- type Intent
- type IoTSecurityAggregatedAlert
- type IoTSecurityAggregatedAlertList
- type IoTSecurityAggregatedAlertListIterator
- type IoTSecurityAggregatedAlertListPage
- type IoTSecurityAggregatedAlertProperties
- type IoTSecurityAggregatedAlertPropertiesTopDevicesListItem
- type IoTSecurityAggregatedRecommendation
- type IoTSecurityAggregatedRecommendationList
- type IoTSecurityAggregatedRecommendationListIterator
- type IoTSecurityAggregatedRecommendationListPage
- type IoTSecurityAggregatedRecommendationProperties
- type IoTSecurityAlertedDevice
- type IoTSecurityDeviceAlert
- type IoTSecurityDeviceRecommendation
- type IoTSecuritySolutionAnalyticsModel
- type IoTSecuritySolutionAnalyticsModelList
- type IoTSecuritySolutionAnalyticsModelProperties
- type IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem
- type IoTSecuritySolutionModel
- type IoTSecuritySolutionProperties
- type IoTSecuritySolutionsList
- type IoTSecuritySolutionsListIterator
- type IoTSecuritySolutionsListPage
- type IoTSeverityMetrics
- type IotAlert
- type IotAlertList
- type IotAlertListIterator
- type IotAlertListModel
- type IotAlertListModelIterator
- type IotAlertListModelPage
- type IotAlertListPage
- type IotAlertModel
- type IotAlertProperties
- type IotAlertPropertiesModel
- type IotAlertType
- type IotAlertTypeList
- type IotAlertTypeProperties
- type IotAlertTypesClient
- func NewIotAlertTypesClient(subscriptionID string, ascLocation string) IotAlertTypesClient
- func NewIotAlertTypesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotAlertTypesClient
- func (client IotAlertTypesClient) Get(ctx context.Context, resourceGroupName string, solutionName string, iotAlertTypeName string) (result IotAlertType, err error)
- func (client IotAlertTypesClient) Get1(ctx context.Context, iotAlertTypeName string) (result IotAlertType, err error)
- func (client IotAlertTypesClient) Get1Preparer(ctx context.Context, iotAlertTypeName string) (*http.Request, error)
- func (client IotAlertTypesClient) Get1Responder(resp *http.Response) (result IotAlertType, err error)
- func (client IotAlertTypesClient) Get1Sender(req *http.Request) (*http.Response, error)
- func (client IotAlertTypesClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, iotAlertTypeName string) (*http.Request, error)
- func (client IotAlertTypesClient) GetResponder(resp *http.Response) (result IotAlertType, err error)
- func (client IotAlertTypesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotAlertTypesClient) List(ctx context.Context, resourceGroupName string, solutionName string) (result IotAlertTypeList, err error)
- func (client IotAlertTypesClient) List1(ctx context.Context) (result IotAlertTypeList, err error)
- func (client IotAlertTypesClient) List1Preparer(ctx context.Context) (*http.Request, error)
- func (client IotAlertTypesClient) List1Responder(resp *http.Response) (result IotAlertTypeList, err error)
- func (client IotAlertTypesClient) List1Sender(req *http.Request) (*http.Response, error)
- func (client IotAlertTypesClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotAlertTypesClient) ListResponder(resp *http.Response) (result IotAlertTypeList, err error)
- func (client IotAlertTypesClient) ListSender(req *http.Request) (*http.Response, error)
- type IotAlertsClient
- func NewIotAlertsClient(subscriptionID string, ascLocation string) IotAlertsClient
- func NewIotAlertsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotAlertsClient
- func (client IotAlertsClient) Get(ctx context.Context, resourceGroupName string, solutionName string, iotAlertID string) (result IotAlert, err error)
- func (client IotAlertsClient) Get1(ctx context.Context, scope string, iotAlertID string) (result IotAlertModel, err error)
- func (client IotAlertsClient) Get1Preparer(ctx context.Context, scope string, iotAlertID string) (*http.Request, error)
- func (client IotAlertsClient) Get1Responder(resp *http.Response) (result IotAlertModel, err error)
- func (client IotAlertsClient) Get1Sender(req *http.Request) (*http.Response, error)
- func (client IotAlertsClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, iotAlertID string) (*http.Request, error)
- func (client IotAlertsClient) GetResponder(resp *http.Response) (result IotAlert, err error)
- func (client IotAlertsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotAlertsClient) List(ctx context.Context, resourceGroupName string, solutionName string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, compromisedEntity string, limit *int32, skipToken string) (result IotAlertListPage, err error)
- func (client IotAlertsClient) List1(ctx context.Context, scope string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, deviceManagementType ManagementState, compromisedEntity string, limit *int32, skipToken string) (result IotAlertListModelPage, err error)
- func (client IotAlertsClient) List1Complete(ctx context.Context, scope string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, deviceManagementType ManagementState, compromisedEntity string, limit *int32, skipToken string) (result IotAlertListModelIterator, err error)
- func (client IotAlertsClient) List1Preparer(ctx context.Context, scope string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, deviceManagementType ManagementState, compromisedEntity string, limit *int32, skipToken string) (*http.Request, error)
- func (client IotAlertsClient) List1Responder(resp *http.Response) (result IotAlertListModel, err error)
- func (client IotAlertsClient) List1Sender(req *http.Request) (*http.Response, error)
- func (client IotAlertsClient) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, compromisedEntity string, limit *int32, skipToken string) (result IotAlertListIterator, err error)
- func (client IotAlertsClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string, minStartTimeUtc string, maxStartTimeUtc string, alertType string, compromisedEntity string, limit *int32, skipToken string) (*http.Request, error)
- func (client IotAlertsClient) ListResponder(resp *http.Response) (result IotAlertList, err error)
- func (client IotAlertsClient) ListSender(req *http.Request) (*http.Response, error)
- type IotDefenderSettingsClient
- func NewIotDefenderSettingsClient(subscriptionID string, ascLocation string) IotDefenderSettingsClient
- func NewIotDefenderSettingsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotDefenderSettingsClient
- func (client IotDefenderSettingsClient) CreateOrUpdate(ctx context.Context, iotDefenderSettingsModel IotDefenderSettingsModel) (result IotDefenderSettingsModel, err error)
- func (client IotDefenderSettingsClient) CreateOrUpdatePreparer(ctx context.Context, iotDefenderSettingsModel IotDefenderSettingsModel) (*http.Request, error)
- func (client IotDefenderSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result IotDefenderSettingsModel, err error)
- func (client IotDefenderSettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client IotDefenderSettingsClient) Delete(ctx context.Context) (result autorest.Response, err error)
- func (client IotDefenderSettingsClient) DeletePreparer(ctx context.Context) (*http.Request, error)
- func (client IotDefenderSettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotDefenderSettingsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client IotDefenderSettingsClient) DownloadManagerActivation(ctx context.Context) (result ReadCloser, err error)
- func (client IotDefenderSettingsClient) DownloadManagerActivationPreparer(ctx context.Context) (*http.Request, error)
- func (client IotDefenderSettingsClient) DownloadManagerActivationResponder(resp *http.Response) (result ReadCloser, err error)
- func (client IotDefenderSettingsClient) DownloadManagerActivationSender(req *http.Request) (*http.Response, error)
- func (client IotDefenderSettingsClient) Get(ctx context.Context) (result IotDefenderSettingsModel, err error)
- func (client IotDefenderSettingsClient) GetPreparer(ctx context.Context) (*http.Request, error)
- func (client IotDefenderSettingsClient) GetResponder(resp *http.Response) (result IotDefenderSettingsModel, err error)
- func (client IotDefenderSettingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotDefenderSettingsClient) List(ctx context.Context) (result IotDefenderSettingsList, err error)
- func (client IotDefenderSettingsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client IotDefenderSettingsClient) ListResponder(resp *http.Response) (result IotDefenderSettingsList, err error)
- func (client IotDefenderSettingsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client IotDefenderSettingsClient) PackageDownloadsMethod(ctx context.Context) (result PackageDownloads, err error)
- func (client IotDefenderSettingsClient) PackageDownloadsMethodPreparer(ctx context.Context) (*http.Request, error)
- func (client IotDefenderSettingsClient) PackageDownloadsMethodResponder(resp *http.Response) (result PackageDownloads, err error)
- func (client IotDefenderSettingsClient) PackageDownloadsMethodSender(req *http.Request) (*http.Response, error)
- type IotDefenderSettingsList
- type IotDefenderSettingsModel
- type IotDefenderSettingsProperties
- type IotRecommendation
- type IotRecommendationList
- type IotRecommendationListIterator
- type IotRecommendationListModel
- type IotRecommendationListModelIterator
- type IotRecommendationListModelPage
- type IotRecommendationListPage
- type IotRecommendationModel
- type IotRecommendationProperties
- type IotRecommendationPropertiesModel
- type IotRecommendationType
- type IotRecommendationTypeList
- type IotRecommendationTypeProperties
- type IotRecommendationTypesClient
- func NewIotRecommendationTypesClient(subscriptionID string, ascLocation string) IotRecommendationTypesClient
- func NewIotRecommendationTypesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotRecommendationTypesClient
- func (client IotRecommendationTypesClient) Get(ctx context.Context, resourceGroupName string, solutionName string, iotRecommendationTypeName string) (result IotRecommendationType, err error)
- func (client IotRecommendationTypesClient) Get1(ctx context.Context, iotRecommendationTypeName string) (result IotRecommendationType, err error)
- func (client IotRecommendationTypesClient) Get1Preparer(ctx context.Context, iotRecommendationTypeName string) (*http.Request, error)
- func (client IotRecommendationTypesClient) Get1Responder(resp *http.Response) (result IotRecommendationType, err error)
- func (client IotRecommendationTypesClient) Get1Sender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationTypesClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, iotRecommendationTypeName string) (*http.Request, error)
- func (client IotRecommendationTypesClient) GetResponder(resp *http.Response) (result IotRecommendationType, err error)
- func (client IotRecommendationTypesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationTypesClient) List(ctx context.Context, resourceGroupName string, solutionName string) (result IotRecommendationTypeList, err error)
- func (client IotRecommendationTypesClient) List1(ctx context.Context) (result IotRecommendationTypeList, err error)
- func (client IotRecommendationTypesClient) List1Preparer(ctx context.Context) (*http.Request, error)
- func (client IotRecommendationTypesClient) List1Responder(resp *http.Response) (result IotRecommendationTypeList, err error)
- func (client IotRecommendationTypesClient) List1Sender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationTypesClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotRecommendationTypesClient) ListResponder(resp *http.Response) (result IotRecommendationTypeList, err error)
- func (client IotRecommendationTypesClient) ListSender(req *http.Request) (*http.Response, error)
- type IotRecommendationsClient
- func NewIotRecommendationsClient(subscriptionID string, ascLocation string) IotRecommendationsClient
- func NewIotRecommendationsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotRecommendationsClient
- func (client IotRecommendationsClient) Get(ctx context.Context, resourceGroupName string, solutionName string, iotRecommendationID string) (result IotRecommendation, err error)
- func (client IotRecommendationsClient) Get1(ctx context.Context, scope string, iotRecommendationID string) (result IotRecommendationModel, err error)
- func (client IotRecommendationsClient) Get1Preparer(ctx context.Context, scope string, iotRecommendationID string) (*http.Request, error)
- func (client IotRecommendationsClient) Get1Responder(resp *http.Response) (result IotRecommendationModel, err error)
- func (client IotRecommendationsClient) Get1Sender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationsClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, iotRecommendationID string) (*http.Request, error)
- func (client IotRecommendationsClient) GetResponder(resp *http.Response) (result IotRecommendation, err error)
- func (client IotRecommendationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationsClient) List(ctx context.Context, resourceGroupName string, solutionName string, recommendationType string, deviceID string, limit *int32, skipToken string) (result IotRecommendationListPage, err error)
- func (client IotRecommendationsClient) List1(ctx context.Context, scope string, recommendationType string, deviceID string, limit *int32, skipToken string) (result IotRecommendationListModelPage, err error)
- func (client IotRecommendationsClient) List1Complete(ctx context.Context, scope string, recommendationType string, deviceID string, limit *int32, skipToken string) (result IotRecommendationListModelIterator, err error)
- func (client IotRecommendationsClient) List1Preparer(ctx context.Context, scope string, recommendationType string, deviceID string, limit *int32, skipToken string) (*http.Request, error)
- func (client IotRecommendationsClient) List1Responder(resp *http.Response) (result IotRecommendationListModel, err error)
- func (client IotRecommendationsClient) List1Sender(req *http.Request) (*http.Response, error)
- func (client IotRecommendationsClient) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, recommendationType string, deviceID string, limit *int32, skipToken string) (result IotRecommendationListIterator, err error)
- func (client IotRecommendationsClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string, recommendationType string, deviceID string, limit *int32, skipToken string) (*http.Request, error)
- func (client IotRecommendationsClient) ListResponder(resp *http.Response) (result IotRecommendationList, err error)
- func (client IotRecommendationsClient) ListSender(req *http.Request) (*http.Response, error)
- type IotSecuritySolutionAnalyticsClient
- func NewIotSecuritySolutionAnalyticsClient(subscriptionID string, ascLocation string) IotSecuritySolutionAnalyticsClient
- func NewIotSecuritySolutionAnalyticsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSecuritySolutionAnalyticsClient
- func (client IotSecuritySolutionAnalyticsClient) Get(ctx context.Context, resourceGroupName string, solutionName string) (result IoTSecuritySolutionAnalyticsModel, err error)
- func (client IotSecuritySolutionAnalyticsClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotSecuritySolutionAnalyticsClient) GetResponder(resp *http.Response) (result IoTSecuritySolutionAnalyticsModel, err error)
- func (client IotSecuritySolutionAnalyticsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionAnalyticsClient) List(ctx context.Context, resourceGroupName string, solutionName string) (result IoTSecuritySolutionAnalyticsModelList, err error)
- func (client IotSecuritySolutionAnalyticsClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotSecuritySolutionAnalyticsClient) ListResponder(resp *http.Response) (result IoTSecuritySolutionAnalyticsModelList, err error)
- func (client IotSecuritySolutionAnalyticsClient) ListSender(req *http.Request) (*http.Response, error)
- type IotSecuritySolutionClient
- func NewIotSecuritySolutionClient(subscriptionID string, ascLocation string) IotSecuritySolutionClient
- func NewIotSecuritySolutionClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSecuritySolutionClient
- func (client IotSecuritySolutionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, solutionName string, iotSecuritySolutionData IoTSecuritySolutionModel) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, solutionName string, iotSecuritySolutionData IoTSecuritySolutionModel) (*http.Request, error)
- func (client IotSecuritySolutionClient) CreateOrUpdateResponder(resp *http.Response) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionClient) Delete(ctx context.Context, resourceGroupName string, solutionName string) (result autorest.Response, err error)
- func (client IotSecuritySolutionClient) DeletePreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotSecuritySolutionClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotSecuritySolutionClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionClient) Get(ctx context.Context, resourceGroupName string, solutionName string) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string) (*http.Request, error)
- func (client IotSecuritySolutionClient) GetResponder(resp *http.Response) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string) (result IoTSecuritySolutionsListPage, err error)
- func (client IotSecuritySolutionClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string) (result IoTSecuritySolutionsListIterator, err error)
- func (client IotSecuritySolutionClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string) (*http.Request, error)
- func (client IotSecuritySolutionClient) ListByResourceGroupResponder(resp *http.Response) (result IoTSecuritySolutionsList, err error)
- func (client IotSecuritySolutionClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionClient) ListBySubscription(ctx context.Context, filter string) (result IoTSecuritySolutionsListPage, err error)
- func (client IotSecuritySolutionClient) ListBySubscriptionComplete(ctx context.Context, filter string) (result IoTSecuritySolutionsListIterator, err error)
- func (client IotSecuritySolutionClient) ListBySubscriptionPreparer(ctx context.Context, filter string) (*http.Request, error)
- func (client IotSecuritySolutionClient) ListBySubscriptionResponder(resp *http.Response) (result IoTSecuritySolutionsList, err error)
- func (client IotSecuritySolutionClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionClient) Update(ctx context.Context, resourceGroupName string, solutionName string, updateIotSecuritySolutionData UpdateIotSecuritySolutionData) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, solutionName string, updateIotSecuritySolutionData UpdateIotSecuritySolutionData) (*http.Request, error)
- func (client IotSecuritySolutionClient) UpdateResponder(resp *http.Response) (result IoTSecuritySolutionModel, err error)
- func (client IotSecuritySolutionClient) UpdateSender(req *http.Request) (*http.Response, error)
- type IotSecuritySolutionsAnalyticsAggregatedAlertClient
- func NewIotSecuritySolutionsAnalyticsAggregatedAlertClient(subscriptionID string, ascLocation string) IotSecuritySolutionsAnalyticsAggregatedAlertClient
- func NewIotSecuritySolutionsAnalyticsAggregatedAlertClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSecuritySolutionsAnalyticsAggregatedAlertClient
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) Dismiss(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (result autorest.Response, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) DismissPreparer(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (*http.Request, error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) DismissResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) DismissSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) Get(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (result IoTSecurityAggregatedAlert, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (*http.Request, error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) GetResponder(resp *http.Response) (result IoTSecurityAggregatedAlert, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) List(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result IoTSecurityAggregatedAlertListPage, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result IoTSecurityAggregatedAlertListIterator, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (*http.Request, error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) ListResponder(resp *http.Response) (result IoTSecurityAggregatedAlertList, err error)
- func (client IotSecuritySolutionsAnalyticsAggregatedAlertClient) ListSender(req *http.Request) (*http.Response, error)
- type IotSecuritySolutionsAnalyticsRecommendationClient
- func NewIotSecuritySolutionsAnalyticsRecommendationClient(subscriptionID string, ascLocation string) IotSecuritySolutionsAnalyticsRecommendationClient
- func NewIotSecuritySolutionsAnalyticsRecommendationClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSecuritySolutionsAnalyticsRecommendationClient
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) Get(ctx context.Context, resourceGroupName string, solutionName string, aggregatedRecommendationName string) (result IoTSecurityAggregatedRecommendation, err error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) GetPreparer(ctx context.Context, resourceGroupName string, solutionName string, aggregatedRecommendationName string) (*http.Request, error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) GetResponder(resp *http.Response) (result IoTSecurityAggregatedRecommendation, err error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) List(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result IoTSecurityAggregatedRecommendationListPage, err error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result IoTSecurityAggregatedRecommendationListIterator, err error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) ListPreparer(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (*http.Request, error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) ListResponder(resp *http.Response) (result IoTSecurityAggregatedRecommendationList, err error)
- func (client IotSecuritySolutionsAnalyticsRecommendationClient) ListSender(req *http.Request) (*http.Response, error)
- type IotSensorProperties
- type IotSensorsClient
- func NewIotSensorsClient(subscriptionID string, ascLocation string) IotSensorsClient
- func NewIotSensorsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSensorsClient
- func (client IotSensorsClient) CreateOrUpdate(ctx context.Context, scope string, iotSensorName string, iotSensorsModel IotSensorsModel) (result IotSensorsModel, err error)
- func (client IotSensorsClient) CreateOrUpdatePreparer(ctx context.Context, scope string, iotSensorName string, iotSensorsModel IotSensorsModel) (*http.Request, error)
- func (client IotSensorsClient) CreateOrUpdateResponder(resp *http.Response) (result IotSensorsModel, err error)
- func (client IotSensorsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) Delete(ctx context.Context, scope string, iotSensorName string) (result autorest.Response, err error)
- func (client IotSensorsClient) DeletePreparer(ctx context.Context, scope string, iotSensorName string) (*http.Request, error)
- func (client IotSensorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotSensorsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) DownloadActivation(ctx context.Context, scope string, iotSensorName string) (result ReadCloser, err error)
- func (client IotSensorsClient) DownloadActivationPreparer(ctx context.Context, scope string, iotSensorName string) (*http.Request, error)
- func (client IotSensorsClient) DownloadActivationResponder(resp *http.Response) (result ReadCloser, err error)
- func (client IotSensorsClient) DownloadActivationSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) DownloadResetPassword(ctx context.Context, scope string, iotSensorName string, body ResetPasswordInput) (result ReadCloser, err error)
- func (client IotSensorsClient) DownloadResetPasswordPreparer(ctx context.Context, scope string, iotSensorName string, body ResetPasswordInput) (*http.Request, error)
- func (client IotSensorsClient) DownloadResetPasswordResponder(resp *http.Response) (result ReadCloser, err error)
- func (client IotSensorsClient) DownloadResetPasswordSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) Get(ctx context.Context, scope string, iotSensorName string) (result IotSensorsModel, err error)
- func (client IotSensorsClient) GetPreparer(ctx context.Context, scope string, iotSensorName string) (*http.Request, error)
- func (client IotSensorsClient) GetResponder(resp *http.Response) (result IotSensorsModel, err error)
- func (client IotSensorsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) List(ctx context.Context, scope string) (result IotSensorsList, err error)
- func (client IotSensorsClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client IotSensorsClient) ListResponder(resp *http.Response) (result IotSensorsList, err error)
- func (client IotSensorsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client IotSensorsClient) TriggerTiPackageUpdate(ctx context.Context, scope string, iotSensorName string) (result autorest.Response, err error)
- func (client IotSensorsClient) TriggerTiPackageUpdatePreparer(ctx context.Context, scope string, iotSensorName string) (*http.Request, error)
- func (client IotSensorsClient) TriggerTiPackageUpdateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotSensorsClient) TriggerTiPackageUpdateSender(req *http.Request) (*http.Response, error)
- type IotSensorsList
- type IotSensorsModel
- type IotSiteProperties
- type IotSitesClient
- func NewIotSitesClient(subscriptionID string, ascLocation string) IotSitesClient
- func NewIotSitesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) IotSitesClient
- func (client IotSitesClient) CreateOrUpdate(ctx context.Context, scope string, iotSitesModel IotSitesModel) (result IotSitesModel, err error)
- func (client IotSitesClient) CreateOrUpdatePreparer(ctx context.Context, scope string, iotSitesModel IotSitesModel) (*http.Request, error)
- func (client IotSitesClient) CreateOrUpdateResponder(resp *http.Response) (result IotSitesModel, err error)
- func (client IotSitesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client IotSitesClient) Delete(ctx context.Context, scope string) (result autorest.Response, err error)
- func (client IotSitesClient) DeletePreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client IotSitesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client IotSitesClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client IotSitesClient) Get(ctx context.Context, scope string) (result IotSitesModel, err error)
- func (client IotSitesClient) GetPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client IotSitesClient) GetResponder(resp *http.Response) (result IotSitesModel, err error)
- func (client IotSitesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IotSitesClient) List(ctx context.Context, scope string) (result IotSitesList, err error)
- func (client IotSitesClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client IotSitesClient) ListResponder(resp *http.Response) (result IotSitesList, err error)
- func (client IotSitesClient) ListSender(req *http.Request) (*http.Response, error)
- type IotSitesList
- type IotSitesModel
- type Issue
- type JitNetworkAccessPoliciesClient
- func NewJitNetworkAccessPoliciesClient(subscriptionID string, ascLocation string) JitNetworkAccessPoliciesClient
- func NewJitNetworkAccessPoliciesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) JitNetworkAccessPoliciesClient
- func (client JitNetworkAccessPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body JitNetworkAccessPolicy) (result JitNetworkAccessPolicy, err error)
- func (client JitNetworkAccessPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body JitNetworkAccessPolicy) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result JitNetworkAccessPolicy, err error)
- func (client JitNetworkAccessPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) Delete(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (result autorest.Response, err error)
- func (client JitNetworkAccessPoliciesClient) DeletePreparer(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client JitNetworkAccessPoliciesClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) Get(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (result JitNetworkAccessPolicy, err error)
- func (client JitNetworkAccessPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) GetResponder(resp *http.Response) (result JitNetworkAccessPolicy, err error)
- func (client JitNetworkAccessPoliciesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) Initiate(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body JitNetworkAccessPolicyInitiateRequest) (result JitNetworkAccessRequest, err error)
- func (client JitNetworkAccessPoliciesClient) InitiatePreparer(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body JitNetworkAccessPolicyInitiateRequest) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) InitiateResponder(resp *http.Response) (result JitNetworkAccessRequest, err error)
- func (client JitNetworkAccessPoliciesClient) InitiateSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) List(ctx context.Context) (result JitNetworkAccessPoliciesListPage, err error)
- func (client JitNetworkAccessPoliciesClient) ListByRegion(ctx context.Context) (result JitNetworkAccessPoliciesListPage, err error)
- func (client JitNetworkAccessPoliciesClient) ListByRegionComplete(ctx context.Context) (result JitNetworkAccessPoliciesListIterator, err error)
- func (client JitNetworkAccessPoliciesClient) ListByRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) ListByRegionResponder(resp *http.Response) (result JitNetworkAccessPoliciesList, err error)
- func (client JitNetworkAccessPoliciesClient) ListByRegionSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result JitNetworkAccessPoliciesListPage, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupAndRegion(ctx context.Context, resourceGroupName string) (result JitNetworkAccessPoliciesListPage, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupAndRegionComplete(ctx context.Context, resourceGroupName string) (result JitNetworkAccessPoliciesListIterator, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupAndRegionPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupAndRegionResponder(resp *http.Response) (result JitNetworkAccessPoliciesList, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupAndRegionSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result JitNetworkAccessPoliciesListIterator, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupResponder(resp *http.Response) (result JitNetworkAccessPoliciesList, err error)
- func (client JitNetworkAccessPoliciesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client JitNetworkAccessPoliciesClient) ListComplete(ctx context.Context) (result JitNetworkAccessPoliciesListIterator, err error)
- func (client JitNetworkAccessPoliciesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client JitNetworkAccessPoliciesClient) ListResponder(resp *http.Response) (result JitNetworkAccessPoliciesList, err error)
- func (client JitNetworkAccessPoliciesClient) ListSender(req *http.Request) (*http.Response, error)
- type JitNetworkAccessPoliciesList
- type JitNetworkAccessPoliciesListIterator
- type JitNetworkAccessPoliciesListPage
- type JitNetworkAccessPolicy
- type JitNetworkAccessPolicyInitiatePort
- type JitNetworkAccessPolicyInitiateRequest
- type JitNetworkAccessPolicyInitiateVirtualMachine
- type JitNetworkAccessPolicyProperties
- type JitNetworkAccessPolicyVirtualMachine
- type JitNetworkAccessPortRule
- type JitNetworkAccessRequest
- type JitNetworkAccessRequestPort
- type JitNetworkAccessRequestVirtualMachine
- type Kind
- type KindEnum
- type KindEnum1
- type ListCustomAlertRule
- func (lcar ListCustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (lcar ListCustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (lcar ListCustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (lcar ListCustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (lcar ListCustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (lcar ListCustomAlertRule) MarshalJSON() ([]byte, error)
- type LocalUserNotAllowed
- func (luna LocalUserNotAllowed) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (luna LocalUserNotAllowed) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (luna LocalUserNotAllowed) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (luna LocalUserNotAllowed) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (luna LocalUserNotAllowed) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (luna LocalUserNotAllowed) MarshalJSON() ([]byte, error)
- type Location
- type LocationsClient
- func NewLocationsClient(subscriptionID string, ascLocation string) LocationsClient
- func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) LocationsClient
- func (client LocationsClient) Get(ctx context.Context) (result AscLocation, err error)
- func (client LocationsClient) GetPreparer(ctx context.Context) (*http.Request, error)
- func (client LocationsClient) GetResponder(resp *http.Response) (result AscLocation, err error)
- func (client LocationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client LocationsClient) List(ctx context.Context) (result AscLocationListPage, err error)
- func (client LocationsClient) ListComplete(ctx context.Context) (result AscLocationListIterator, err error)
- func (client LocationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client LocationsClient) ListResponder(resp *http.Response) (result AscLocationList, err error)
- func (client LocationsClient) ListSender(req *http.Request) (*http.Response, error)
- type LogAnalyticsIdentifier
- type MacAddress
- type MacSignificance
- type ManagementState
- type MqttC2DMessagesNotInAllowedRange
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (mcmniar MqttC2DMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type MqttC2DRejectedMessagesNotInAllowedRange
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (mcrmniar MqttC2DRejectedMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type MqttD2CMessagesNotInAllowedRange
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (mdmniar MqttD2CMessagesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Msi
- type NetworkInterface
- type OnPremiseIotSensor
- type OnPremiseIotSensorsClient
- func NewOnPremiseIotSensorsClient(subscriptionID string, ascLocation string) OnPremiseIotSensorsClient
- func NewOnPremiseIotSensorsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) OnPremiseIotSensorsClient
- func (client OnPremiseIotSensorsClient) CreateOrUpdate(ctx context.Context, onPremiseIotSensorName string) (result OnPremiseIotSensor, err error)
- func (client OnPremiseIotSensorsClient) CreateOrUpdatePreparer(ctx context.Context, onPremiseIotSensorName string) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) CreateOrUpdateResponder(resp *http.Response) (result OnPremiseIotSensor, err error)
- func (client OnPremiseIotSensorsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client OnPremiseIotSensorsClient) Delete(ctx context.Context, onPremiseIotSensorName string) (result autorest.Response, err error)
- func (client OnPremiseIotSensorsClient) DeletePreparer(ctx context.Context, onPremiseIotSensorName string) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client OnPremiseIotSensorsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client OnPremiseIotSensorsClient) DownloadActivation(ctx context.Context, onPremiseIotSensorName string) (result ReadCloser, err error)
- func (client OnPremiseIotSensorsClient) DownloadActivationPreparer(ctx context.Context, onPremiseIotSensorName string) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) DownloadActivationResponder(resp *http.Response) (result ReadCloser, err error)
- func (client OnPremiseIotSensorsClient) DownloadActivationSender(req *http.Request) (*http.Response, error)
- func (client OnPremiseIotSensorsClient) DownloadResetPassword(ctx context.Context, onPremiseIotSensorName string, body ResetPasswordInput) (result ReadCloser, err error)
- func (client OnPremiseIotSensorsClient) DownloadResetPasswordPreparer(ctx context.Context, onPremiseIotSensorName string, body ResetPasswordInput) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) DownloadResetPasswordResponder(resp *http.Response) (result ReadCloser, err error)
- func (client OnPremiseIotSensorsClient) DownloadResetPasswordSender(req *http.Request) (*http.Response, error)
- func (client OnPremiseIotSensorsClient) Get(ctx context.Context, onPremiseIotSensorName string) (result OnPremiseIotSensor, err error)
- func (client OnPremiseIotSensorsClient) GetPreparer(ctx context.Context, onPremiseIotSensorName string) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) GetResponder(resp *http.Response) (result OnPremiseIotSensor, err error)
- func (client OnPremiseIotSensorsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client OnPremiseIotSensorsClient) List(ctx context.Context) (result OnPremiseIotSensorsList, err error)
- func (client OnPremiseIotSensorsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client OnPremiseIotSensorsClient) ListResponder(resp *http.Response) (result OnPremiseIotSensorsList, err error)
- func (client OnPremiseIotSensorsClient) ListSender(req *http.Request) (*http.Response, error)
- type OnPremiseIotSensorsList
- type OnPremiseResourceDetails
- type OnPremiseSQLResourceDetails
- type Operation
- type OperationDisplay
- type OperationList
- type OperationListIterator
- type OperationListPage
- type OperationsClient
- type Operator
- type PackageDownloadInfo
- type PackageDownloads
- type PackageDownloadsCentralManager
- type PackageDownloadsCentralManagerFull
- type PackageDownloadsCentralManagerFullOvf
- type PackageDownloadsSensor
- type PackageDownloadsSensorFull
- type PackageDownloadsSensorFullOvf
- type PathRecommendation
- type PermissionProperty
- type Pricing
- type PricingList
- type PricingProperties
- type PricingTier
- type PricingsClient
- func NewPricingsClient(subscriptionID string, ascLocation string) PricingsClient
- func NewPricingsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) PricingsClient
- func (client PricingsClient) Get(ctx context.Context, pricingName string) (result Pricing, err error)
- func (client PricingsClient) GetPreparer(ctx context.Context, pricingName string) (*http.Request, error)
- func (client PricingsClient) GetResponder(resp *http.Response) (result Pricing, err error)
- func (client PricingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client PricingsClient) List(ctx context.Context) (result PricingList, err error)
- func (client PricingsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client PricingsClient) ListResponder(resp *http.Response) (result PricingList, err error)
- func (client PricingsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client PricingsClient) Update(ctx context.Context, pricingName string, pricing Pricing) (result Pricing, err error)
- func (client PricingsClient) UpdatePreparer(ctx context.Context, pricingName string, pricing Pricing) (*http.Request, error)
- func (client PricingsClient) UpdateResponder(resp *http.Response) (result Pricing, err error)
- func (client PricingsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type ProcessNotAllowed
- func (pna ProcessNotAllowed) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (pna ProcessNotAllowed) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (pna ProcessNotAllowed) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (pna ProcessNotAllowed) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (pna ProcessNotAllowed) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (pna ProcessNotAllowed) MarshalJSON() ([]byte, error)
- type ProgrammingState
- type PropertyType
- type ProtectionMode
- type Protocol
- type Protocol1
- type ProvisioningState
- type ProvisioningState1
- type ProxyServerProperties
- type PublisherInfo
- type PurdueLevel
- type QueryCheck
- type QueuePurgesNotInAllowedRange
- func (qpniar QueuePurgesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (qpniar QueuePurgesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Rank
- type ReadCloser
- type RecommendationAction
- type RecommendationAction1
- type RecommendationConfigStatus
- type RecommendationConfigurationProperties
- type RecommendationSeverity
- type RecommendationStatus
- type RecommendationType
- type RegulatoryComplianceAssessment
- type RegulatoryComplianceAssessmentList
- type RegulatoryComplianceAssessmentListIterator
- type RegulatoryComplianceAssessmentListPage
- type RegulatoryComplianceAssessmentProperties
- type RegulatoryComplianceAssessmentsClient
- func NewRegulatoryComplianceAssessmentsClient(subscriptionID string, ascLocation string) RegulatoryComplianceAssessmentsClient
- func NewRegulatoryComplianceAssessmentsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) RegulatoryComplianceAssessmentsClient
- func (client RegulatoryComplianceAssessmentsClient) Get(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, regulatoryComplianceAssessmentName string) (result RegulatoryComplianceAssessment, err error)
- func (client RegulatoryComplianceAssessmentsClient) GetPreparer(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, regulatoryComplianceAssessmentName string) (*http.Request, error)
- func (client RegulatoryComplianceAssessmentsClient) GetResponder(resp *http.Response) (result RegulatoryComplianceAssessment, err error)
- func (client RegulatoryComplianceAssessmentsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client RegulatoryComplianceAssessmentsClient) List(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, filter string) (result RegulatoryComplianceAssessmentListPage, err error)
- func (client RegulatoryComplianceAssessmentsClient) ListComplete(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, filter string) (result RegulatoryComplianceAssessmentListIterator, err error)
- func (client RegulatoryComplianceAssessmentsClient) ListPreparer(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, filter string) (*http.Request, error)
- func (client RegulatoryComplianceAssessmentsClient) ListResponder(resp *http.Response) (result RegulatoryComplianceAssessmentList, err error)
- func (client RegulatoryComplianceAssessmentsClient) ListSender(req *http.Request) (*http.Response, error)
- type RegulatoryComplianceControl
- type RegulatoryComplianceControlList
- type RegulatoryComplianceControlListIterator
- type RegulatoryComplianceControlListPage
- type RegulatoryComplianceControlProperties
- type RegulatoryComplianceControlsClient
- func NewRegulatoryComplianceControlsClient(subscriptionID string, ascLocation string) RegulatoryComplianceControlsClient
- func NewRegulatoryComplianceControlsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) RegulatoryComplianceControlsClient
- func (client RegulatoryComplianceControlsClient) Get(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string) (result RegulatoryComplianceControl, err error)
- func (client RegulatoryComplianceControlsClient) GetPreparer(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string) (*http.Request, error)
- func (client RegulatoryComplianceControlsClient) GetResponder(resp *http.Response) (result RegulatoryComplianceControl, err error)
- func (client RegulatoryComplianceControlsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client RegulatoryComplianceControlsClient) List(ctx context.Context, regulatoryComplianceStandardName string, filter string) (result RegulatoryComplianceControlListPage, err error)
- func (client RegulatoryComplianceControlsClient) ListComplete(ctx context.Context, regulatoryComplianceStandardName string, filter string) (result RegulatoryComplianceControlListIterator, err error)
- func (client RegulatoryComplianceControlsClient) ListPreparer(ctx context.Context, regulatoryComplianceStandardName string, filter string) (*http.Request, error)
- func (client RegulatoryComplianceControlsClient) ListResponder(resp *http.Response) (result RegulatoryComplianceControlList, err error)
- func (client RegulatoryComplianceControlsClient) ListSender(req *http.Request) (*http.Response, error)
- type RegulatoryComplianceStandard
- type RegulatoryComplianceStandardList
- type RegulatoryComplianceStandardListIterator
- type RegulatoryComplianceStandardListPage
- type RegulatoryComplianceStandardProperties
- type RegulatoryComplianceStandardsClient
- func NewRegulatoryComplianceStandardsClient(subscriptionID string, ascLocation string) RegulatoryComplianceStandardsClient
- func NewRegulatoryComplianceStandardsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) RegulatoryComplianceStandardsClient
- func (client RegulatoryComplianceStandardsClient) Get(ctx context.Context, regulatoryComplianceStandardName string) (result RegulatoryComplianceStandard, err error)
- func (client RegulatoryComplianceStandardsClient) GetPreparer(ctx context.Context, regulatoryComplianceStandardName string) (*http.Request, error)
- func (client RegulatoryComplianceStandardsClient) GetResponder(resp *http.Response) (result RegulatoryComplianceStandard, err error)
- func (client RegulatoryComplianceStandardsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client RegulatoryComplianceStandardsClient) List(ctx context.Context, filter string) (result RegulatoryComplianceStandardListPage, err error)
- func (client RegulatoryComplianceStandardsClient) ListComplete(ctx context.Context, filter string) (result RegulatoryComplianceStandardListIterator, err error)
- func (client RegulatoryComplianceStandardsClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error)
- func (client RegulatoryComplianceStandardsClient) ListResponder(resp *http.Response) (result RegulatoryComplianceStandardList, err error)
- func (client RegulatoryComplianceStandardsClient) ListSender(req *http.Request) (*http.Response, error)
- type RelationToIPStatus
- type Remediation
- type ReportedSeverity
- type ResetPasswordInput
- type Resource
- type ResourceDetails
- type ResourceIdentifier
- type ResourceStatus
- type Rule
- type RuleResults
- type RuleResultsInput
- type RuleResultsProperties
- type RuleSeverity
- type RuleState
- type RuleStatus
- type RuleType
- type RuleTypeBasicCustomAlertRule
- type RulesResults
- type RulesResultsInput
- type SQLServerVulnerabilityProperties
- type SQLVulnerabilityAssessmentBaselineRulesClient
- func NewSQLVulnerabilityAssessmentBaselineRulesClient(subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentBaselineRulesClient
- func NewSQLVulnerabilityAssessmentBaselineRulesClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentBaselineRulesClient
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) Add(ctx context.Context, workspaceID string, APIVersion string, resourceID string, body *RulesResultsInput) (result RulesResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) AddPreparer(ctx context.Context, workspaceID string, APIVersion string, resourceID string, body *RulesResultsInput) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) AddResponder(resp *http.Response) (result RulesResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) AddSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) CreateOrUpdate(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string, body *RuleResultsInput) (result RuleResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) CreateOrUpdatePreparer(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string, body *RuleResultsInput) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) CreateOrUpdateResponder(resp *http.Response) (result RuleResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) Delete(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (result autorest.Response, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) DeletePreparer(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) Get(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (result RuleResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) GetPreparer(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) GetResponder(resp *http.Response) (result RuleResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) List(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (result RulesResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) ListPreparer(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) ListResponder(resp *http.Response) (result RulesResults, err error)
- func (client SQLVulnerabilityAssessmentBaselineRulesClient) ListSender(req *http.Request) (*http.Response, error)
- type SQLVulnerabilityAssessmentScanResultsClient
- func NewSQLVulnerabilityAssessmentScanResultsClient(subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentScanResultsClient
- func NewSQLVulnerabilityAssessmentScanResultsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentScanResultsClient
- func (client SQLVulnerabilityAssessmentScanResultsClient) Get(ctx context.Context, scanID string, scanResultID string, workspaceID string, APIVersion string, resourceID string) (result ScanResult, err error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) GetPreparer(ctx context.Context, scanID string, scanResultID string, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) GetResponder(resp *http.Response) (result ScanResult, err error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) List(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (result ScanResults, err error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) ListPreparer(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) ListResponder(resp *http.Response) (result ScanResults, err error)
- func (client SQLVulnerabilityAssessmentScanResultsClient) ListSender(req *http.Request) (*http.Response, error)
- type SQLVulnerabilityAssessmentScansClient
- func NewSQLVulnerabilityAssessmentScansClient(subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentScansClient
- func NewSQLVulnerabilityAssessmentScansClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SQLVulnerabilityAssessmentScansClient
- func (client SQLVulnerabilityAssessmentScansClient) Get(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (result Scan, err error)
- func (client SQLVulnerabilityAssessmentScansClient) GetPreparer(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentScansClient) GetResponder(resp *http.Response) (result Scan, err error)
- func (client SQLVulnerabilityAssessmentScansClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SQLVulnerabilityAssessmentScansClient) List(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (result Scans, err error)
- func (client SQLVulnerabilityAssessmentScansClient) ListPreparer(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (*http.Request, error)
- func (client SQLVulnerabilityAssessmentScansClient) ListResponder(resp *http.Response) (result Scans, err error)
- func (client SQLVulnerabilityAssessmentScansClient) ListSender(req *http.Request) (*http.Response, error)
- type Scan
- type ScanProperties
- type ScanResult
- type ScanResultProperties
- type ScanResults
- type ScanState
- type ScanTriggerType
- type ScanningFunctionality
- type Scans
- type ScopeElement
- type ScoreDetails
- type Script
- type SecureScoreControlDefinitionItem
- type SecureScoreControlDefinitionItemProperties
- type SecureScoreControlDefinitionList
- type SecureScoreControlDefinitionListIterator
- type SecureScoreControlDefinitionListPage
- type SecureScoreControlDefinitionSource
- type SecureScoreControlDefinitionsClient
- func NewSecureScoreControlDefinitionsClient(subscriptionID string, ascLocation string) SecureScoreControlDefinitionsClient
- func NewSecureScoreControlDefinitionsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SecureScoreControlDefinitionsClient
- func (client SecureScoreControlDefinitionsClient) List(ctx context.Context) (result SecureScoreControlDefinitionListPage, err error)
- func (client SecureScoreControlDefinitionsClient) ListBySubscription(ctx context.Context) (result SecureScoreControlDefinitionListPage, err error)
- func (client SecureScoreControlDefinitionsClient) ListBySubscriptionComplete(ctx context.Context) (result SecureScoreControlDefinitionListIterator, err error)
- func (client SecureScoreControlDefinitionsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)
- func (client SecureScoreControlDefinitionsClient) ListBySubscriptionResponder(resp *http.Response) (result SecureScoreControlDefinitionList, err error)
- func (client SecureScoreControlDefinitionsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)
- func (client SecureScoreControlDefinitionsClient) ListComplete(ctx context.Context) (result SecureScoreControlDefinitionListIterator, err error)
- func (client SecureScoreControlDefinitionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client SecureScoreControlDefinitionsClient) ListResponder(resp *http.Response) (result SecureScoreControlDefinitionList, err error)
- func (client SecureScoreControlDefinitionsClient) ListSender(req *http.Request) (*http.Response, error)
- type SecureScoreControlDetails
- type SecureScoreControlList
- type SecureScoreControlListIterator
- type SecureScoreControlListPage
- type SecureScoreControlScore
- type SecureScoreControlScoreDetails
- type SecureScoreControlsClient
- func NewSecureScoreControlsClient(subscriptionID string, ascLocation string) SecureScoreControlsClient
- func NewSecureScoreControlsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SecureScoreControlsClient
- func (client SecureScoreControlsClient) List(ctx context.Context, expand ExpandControlsEnum) (result SecureScoreControlListPage, err error)
- func (client SecureScoreControlsClient) ListBySecureScore(ctx context.Context, secureScoreName string, expand ExpandControlsEnum) (result SecureScoreControlListPage, err error)
- func (client SecureScoreControlsClient) ListBySecureScoreComplete(ctx context.Context, secureScoreName string, expand ExpandControlsEnum) (result SecureScoreControlListIterator, err error)
- func (client SecureScoreControlsClient) ListBySecureScorePreparer(ctx context.Context, secureScoreName string, expand ExpandControlsEnum) (*http.Request, error)
- func (client SecureScoreControlsClient) ListBySecureScoreResponder(resp *http.Response) (result SecureScoreControlList, err error)
- func (client SecureScoreControlsClient) ListBySecureScoreSender(req *http.Request) (*http.Response, error)
- func (client SecureScoreControlsClient) ListComplete(ctx context.Context, expand ExpandControlsEnum) (result SecureScoreControlListIterator, err error)
- func (client SecureScoreControlsClient) ListPreparer(ctx context.Context, expand ExpandControlsEnum) (*http.Request, error)
- func (client SecureScoreControlsClient) ListResponder(resp *http.Response) (result SecureScoreControlList, err error)
- func (client SecureScoreControlsClient) ListSender(req *http.Request) (*http.Response, error)
- type SecureScoreItem
- type SecureScoreItemProperties
- type SecureScoresClient
- func NewSecureScoresClient(subscriptionID string, ascLocation string) SecureScoresClient
- func NewSecureScoresClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SecureScoresClient
- func (client SecureScoresClient) Get(ctx context.Context, secureScoreName string) (result SecureScoreItem, err error)
- func (client SecureScoresClient) GetPreparer(ctx context.Context, secureScoreName string) (*http.Request, error)
- func (client SecureScoresClient) GetResponder(resp *http.Response) (result SecureScoreItem, err error)
- func (client SecureScoresClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SecureScoresClient) List(ctx context.Context) (result SecureScoresListPage, err error)
- func (client SecureScoresClient) ListComplete(ctx context.Context) (result SecureScoresListIterator, err error)
- func (client SecureScoresClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client SecureScoresClient) ListResponder(resp *http.Response) (result SecureScoresList, err error)
- func (client SecureScoresClient) ListSender(req *http.Request) (*http.Response, error)
- type SecureScoresList
- type SecureScoresListIterator
- type SecureScoresListPage
- type SensitivityLabel
- type Sensor
- type SensorStatus
- type ServerVulnerabilityAssessment
- type ServerVulnerabilityAssessmentClient
- func NewServerVulnerabilityAssessmentClient(subscriptionID string, ascLocation string) ServerVulnerabilityAssessmentClient
- func NewServerVulnerabilityAssessmentClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) ServerVulnerabilityAssessmentClient
- func (client ServerVulnerabilityAssessmentClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result ServerVulnerabilityAssessment, err error)
- func (client ServerVulnerabilityAssessmentClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (*http.Request, error)
- func (client ServerVulnerabilityAssessmentClient) CreateOrUpdateResponder(resp *http.Response) (result ServerVulnerabilityAssessment, err error)
- func (client ServerVulnerabilityAssessmentClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ServerVulnerabilityAssessmentClient) Delete(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result autorest.Response, err error)
- func (client ServerVulnerabilityAssessmentClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (*http.Request, error)
- func (client ServerVulnerabilityAssessmentClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServerVulnerabilityAssessmentClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ServerVulnerabilityAssessmentClient) Get(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result ServerVulnerabilityAssessment, err error)
- func (client ServerVulnerabilityAssessmentClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (*http.Request, error)
- func (client ServerVulnerabilityAssessmentClient) GetResponder(resp *http.Response) (result ServerVulnerabilityAssessment, err error)
- func (client ServerVulnerabilityAssessmentClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ServerVulnerabilityAssessmentClient) ListByExtendedResource(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result ServerVulnerabilityAssessmentsList, err error)
- func (client ServerVulnerabilityAssessmentClient) ListByExtendedResourcePreparer(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (*http.Request, error)
- func (client ServerVulnerabilityAssessmentClient) ListByExtendedResourceResponder(resp *http.Response) (result ServerVulnerabilityAssessmentsList, err error)
- func (client ServerVulnerabilityAssessmentClient) ListByExtendedResourceSender(req *http.Request) (*http.Response, error)
- type ServerVulnerabilityAssessmentProperties
- type ServerVulnerabilityAssessmentsList
- type ServerVulnerabilityProperties
- type ServicePrincipalProperties
- type Setting
- type SettingModel
- type SettingsClient
- func NewSettingsClient(subscriptionID string, ascLocation string) SettingsClient
- func NewSettingsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SettingsClient
- func (client SettingsClient) Get(ctx context.Context, settingName string) (result SettingModel, err error)
- func (client SettingsClient) GetPreparer(ctx context.Context, settingName string) (*http.Request, error)
- func (client SettingsClient) GetResponder(resp *http.Response) (result SettingModel, err error)
- func (client SettingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SettingsClient) List(ctx context.Context) (result SettingsListPage, err error)
- func (client SettingsClient) ListComplete(ctx context.Context) (result SettingsListIterator, err error)
- func (client SettingsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client SettingsClient) ListResponder(resp *http.Response) (result SettingsList, err error)
- func (client SettingsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client SettingsClient) Update(ctx context.Context, settingName string, setting BasicSetting) (result SettingModel, err error)
- func (client SettingsClient) UpdatePreparer(ctx context.Context, settingName string, setting BasicSetting) (*http.Request, error)
- func (client SettingsClient) UpdateResponder(resp *http.Response) (result SettingModel, err error)
- func (client SettingsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type SettingsList
- type SettingsListIterator
- type SettingsListPage
- type Severity
- type Site
- type Solution
- type SolutionList
- type SolutionListIterator
- type SolutionListPage
- type SolutionProperties
- type SolutionStatus
- type SolutionsClient
- func NewSolutionsClient(subscriptionID string, ascLocation string) SolutionsClient
- func NewSolutionsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SolutionsClient
- func (client SolutionsClient) Get(ctx context.Context, resourceGroupName string, securitySolutionName string) (result Solution, err error)
- func (client SolutionsClient) GetPreparer(ctx context.Context, resourceGroupName string, securitySolutionName string) (*http.Request, error)
- func (client SolutionsClient) GetResponder(resp *http.Response) (result Solution, err error)
- func (client SolutionsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SolutionsClient) List(ctx context.Context) (result SolutionListPage, err error)
- func (client SolutionsClient) ListComplete(ctx context.Context) (result SolutionListIterator, err error)
- func (client SolutionsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client SolutionsClient) ListResponder(resp *http.Response) (result SolutionList, err error)
- func (client SolutionsClient) ListSender(req *http.Request) (*http.Response, error)
- type SolutionsReferenceData
- type SolutionsReferenceDataClient
- func NewSolutionsReferenceDataClient(subscriptionID string, ascLocation string) SolutionsReferenceDataClient
- func NewSolutionsReferenceDataClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SolutionsReferenceDataClient
- func (client SolutionsReferenceDataClient) List(ctx context.Context) (result SolutionsReferenceDataList, err error)
- func (client SolutionsReferenceDataClient) ListByHomeRegion(ctx context.Context) (result SolutionsReferenceDataList, err error)
- func (client SolutionsReferenceDataClient) ListByHomeRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client SolutionsReferenceDataClient) ListByHomeRegionResponder(resp *http.Response) (result SolutionsReferenceDataList, err error)
- func (client SolutionsReferenceDataClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client SolutionsReferenceDataClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client SolutionsReferenceDataClient) ListResponder(resp *http.Response) (result SolutionsReferenceDataList, err error)
- func (client SolutionsReferenceDataClient) ListSender(req *http.Request) (*http.Response, error)
- type SolutionsReferenceDataList
- type SolutionsReferenceDataProperties
- type Source
- type SourceSystem
- type State
- type Status
- type StatusReason
- type SubAssessment
- type SubAssessmentList
- type SubAssessmentListIterator
- type SubAssessmentListPage
- type SubAssessmentProperties
- type SubAssessmentStatus
- type SubAssessmentStatusCode
- type SubAssessmentsClient
- func NewSubAssessmentsClient(subscriptionID string, ascLocation string) SubAssessmentsClient
- func NewSubAssessmentsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) SubAssessmentsClient
- func (client SubAssessmentsClient) Get(ctx context.Context, scope string, assessmentName string, subAssessmentName string) (result SubAssessment, err error)
- func (client SubAssessmentsClient) GetPreparer(ctx context.Context, scope string, assessmentName string, subAssessmentName string) (*http.Request, error)
- func (client SubAssessmentsClient) GetResponder(resp *http.Response) (result SubAssessment, err error)
- func (client SubAssessmentsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client SubAssessmentsClient) List(ctx context.Context, scope string, assessmentName string) (result SubAssessmentListPage, err error)
- func (client SubAssessmentsClient) ListAll(ctx context.Context, scope string) (result SubAssessmentListPage, err error)
- func (client SubAssessmentsClient) ListAllComplete(ctx context.Context, scope string) (result SubAssessmentListIterator, err error)
- func (client SubAssessmentsClient) ListAllPreparer(ctx context.Context, scope string) (*http.Request, error)
- func (client SubAssessmentsClient) ListAllResponder(resp *http.Response) (result SubAssessmentList, err error)
- func (client SubAssessmentsClient) ListAllSender(req *http.Request) (*http.Response, error)
- func (client SubAssessmentsClient) ListComplete(ctx context.Context, scope string, assessmentName string) (result SubAssessmentListIterator, err error)
- func (client SubAssessmentsClient) ListPreparer(ctx context.Context, scope string, assessmentName string) (*http.Request, error)
- func (client SubAssessmentsClient) ListResponder(resp *http.Response) (result SubAssessmentList, err error)
- func (client SubAssessmentsClient) ListSender(req *http.Request) (*http.Response, error)
- type SuppressionAlertsScope
- type Tags
- type TagsResource
- type Task
- type TaskList
- type TaskListIterator
- type TaskListPage
- type TaskParameters
- type TaskProperties
- type TasksClient
- func NewTasksClient(subscriptionID string, ascLocation string) TasksClient
- func NewTasksClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) TasksClient
- func (client TasksClient) GetResourceGroupLevelTask(ctx context.Context, resourceGroupName string, taskName string) (result Task, err error)
- func (client TasksClient) GetResourceGroupLevelTaskPreparer(ctx context.Context, resourceGroupName string, taskName string) (*http.Request, error)
- func (client TasksClient) GetResourceGroupLevelTaskResponder(resp *http.Response) (result Task, err error)
- func (client TasksClient) GetResourceGroupLevelTaskSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) GetSubscriptionLevelTask(ctx context.Context, taskName string) (result Task, err error)
- func (client TasksClient) GetSubscriptionLevelTaskPreparer(ctx context.Context, taskName string) (*http.Request, error)
- func (client TasksClient) GetSubscriptionLevelTaskResponder(resp *http.Response) (result Task, err error)
- func (client TasksClient) GetSubscriptionLevelTaskSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) List(ctx context.Context, filter string) (result TaskListPage, err error)
- func (client TasksClient) ListByHomeRegion(ctx context.Context, filter string) (result TaskListPage, err error)
- func (client TasksClient) ListByHomeRegionComplete(ctx context.Context, filter string) (result TaskListIterator, err error)
- func (client TasksClient) ListByHomeRegionPreparer(ctx context.Context, filter string) (*http.Request, error)
- func (client TasksClient) ListByHomeRegionResponder(resp *http.Response) (result TaskList, err error)
- func (client TasksClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string) (result TaskListPage, err error)
- func (client TasksClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string) (result TaskListIterator, err error)
- func (client TasksClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string) (*http.Request, error)
- func (client TasksClient) ListByResourceGroupResponder(resp *http.Response) (result TaskList, err error)
- func (client TasksClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) ListComplete(ctx context.Context, filter string) (result TaskListIterator, err error)
- func (client TasksClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error)
- func (client TasksClient) ListResponder(resp *http.Response) (result TaskList, err error)
- func (client TasksClient) ListSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) UpdateResourceGroupLevelTaskState(ctx context.Context, resourceGroupName string, taskName string, taskUpdateActionType string) (result autorest.Response, err error)
- func (client TasksClient) UpdateResourceGroupLevelTaskStatePreparer(ctx context.Context, resourceGroupName string, taskName string, taskUpdateActionType string) (*http.Request, error)
- func (client TasksClient) UpdateResourceGroupLevelTaskStateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client TasksClient) UpdateResourceGroupLevelTaskStateSender(req *http.Request) (*http.Response, error)
- func (client TasksClient) UpdateSubscriptionLevelTaskState(ctx context.Context, taskName string, taskUpdateActionType string) (result autorest.Response, err error)
- func (client TasksClient) UpdateSubscriptionLevelTaskStatePreparer(ctx context.Context, taskName string, taskUpdateActionType string) (*http.Request, error)
- func (client TasksClient) UpdateSubscriptionLevelTaskStateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client TasksClient) UpdateSubscriptionLevelTaskStateSender(req *http.Request) (*http.Response, error)
- type Threats
- type ThresholdCustomAlertRule
- func (tcar ThresholdCustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (tcar ThresholdCustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (tcar ThresholdCustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (tcar ThresholdCustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (tcar ThresholdCustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (tcar ThresholdCustomAlertRule) MarshalJSON() ([]byte, error)
- type TiStatus
- type TimeWindowCustomAlertRule
- func (twcar TimeWindowCustomAlertRule) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (twcar TimeWindowCustomAlertRule) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (twcar TimeWindowCustomAlertRule) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (twcar TimeWindowCustomAlertRule) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (twcar TimeWindowCustomAlertRule) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (twcar TimeWindowCustomAlertRule) MarshalJSON() ([]byte, error)
- type TopologyClient
- func NewTopologyClient(subscriptionID string, ascLocation string) TopologyClient
- func NewTopologyClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) TopologyClient
- func (client TopologyClient) Get(ctx context.Context, resourceGroupName string, topologyResourceName string) (result TopologyResource, err error)
- func (client TopologyClient) GetPreparer(ctx context.Context, resourceGroupName string, topologyResourceName string) (*http.Request, error)
- func (client TopologyClient) GetResponder(resp *http.Response) (result TopologyResource, err error)
- func (client TopologyClient) GetSender(req *http.Request) (*http.Response, error)
- func (client TopologyClient) List(ctx context.Context) (result TopologyListPage, err error)
- func (client TopologyClient) ListByHomeRegion(ctx context.Context) (result TopologyListPage, err error)
- func (client TopologyClient) ListByHomeRegionComplete(ctx context.Context) (result TopologyListIterator, err error)
- func (client TopologyClient) ListByHomeRegionPreparer(ctx context.Context) (*http.Request, error)
- func (client TopologyClient) ListByHomeRegionResponder(resp *http.Response) (result TopologyList, err error)
- func (client TopologyClient) ListByHomeRegionSender(req *http.Request) (*http.Response, error)
- func (client TopologyClient) ListComplete(ctx context.Context) (result TopologyListIterator, err error)
- func (client TopologyClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client TopologyClient) ListResponder(resp *http.Response) (result TopologyList, err error)
- func (client TopologyClient) ListSender(req *http.Request) (*http.Response, error)
- type TopologyList
- type TopologyListIterator
- type TopologyListPage
- type TopologyResource
- type TopologyResourceProperties
- type TopologySingleResource
- type TopologySingleResourceChild
- type TopologySingleResourceParent
- type TrackedResource
- type TransportProtocol
- type TwinUpdatesNotInAllowedRange
- func (tuniar TwinUpdatesNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (tuniar TwinUpdatesNotInAllowedRange) MarshalJSON() ([]byte, error)
- type Type
- type TypeBasicResourceIdentifier
- type UnauthorizedOperationsNotInAllowedRange
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsActiveConnectionsNotInAllowedRange() (*ActiveConnectionsNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsAllowlistCustomAlertRule() (*AllowlistCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsAmqpC2DMessagesNotInAllowedRange() (*AmqpC2DMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsAmqpC2DRejectedMessagesNotInAllowedRange() (*AmqpC2DRejectedMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsAmqpD2CMessagesNotInAllowedRange() (*AmqpD2CMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsBasicAllowlistCustomAlertRule() (BasicAllowlistCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsBasicCustomAlertRule() (BasicCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsBasicListCustomAlertRule() (BasicListCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsBasicThresholdCustomAlertRule() (BasicThresholdCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsBasicTimeWindowCustomAlertRule() (BasicTimeWindowCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsConnectionToIPNotAllowed() (*ConnectionToIPNotAllowed, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsCustomAlertRule() (*CustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsDenylistCustomAlertRule() (*DenylistCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsDirectMethodInvokesNotInAllowedRange() (*DirectMethodInvokesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsFailedLocalLoginsNotInAllowedRange() (*FailedLocalLoginsNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsFileUploadsNotInAllowedRange() (*FileUploadsNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsHTTPC2DMessagesNotInAllowedRange() (*HTTPC2DMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsHTTPC2DRejectedMessagesNotInAllowedRange() (*HTTPC2DRejectedMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsHTTPD2CMessagesNotInAllowedRange() (*HTTPD2CMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsListCustomAlertRule() (*ListCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsLocalUserNotAllowed() (*LocalUserNotAllowed, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsMqttC2DMessagesNotInAllowedRange() (*MqttC2DMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsMqttC2DRejectedMessagesNotInAllowedRange() (*MqttC2DRejectedMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsMqttD2CMessagesNotInAllowedRange() (*MqttD2CMessagesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsProcessNotAllowed() (*ProcessNotAllowed, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsQueuePurgesNotInAllowedRange() (*QueuePurgesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsThresholdCustomAlertRule() (*ThresholdCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsTimeWindowCustomAlertRule() (*TimeWindowCustomAlertRule, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsTwinUpdatesNotInAllowedRange() (*TwinUpdatesNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) AsUnauthorizedOperationsNotInAllowedRange() (*UnauthorizedOperationsNotInAllowedRange, bool)
- func (uoniar UnauthorizedOperationsNotInAllowedRange) MarshalJSON() ([]byte, error)
- type UnmaskedIPLoggingStatus
- type UpdateIoTSecuritySolutionProperties
- type UpdateIotSecuritySolutionData
- type UpgradePackageDownloadInfo
- type UserDefinedResourcesProperties
- type UserImpact
- type UserRecommendation
- type VMRecommendation
- type VaRule
- type ValueType
- type VendorReference
- type VersionKind
- type WorkspaceSetting
- type WorkspaceSettingList
- type WorkspaceSettingListIterator
- type WorkspaceSettingListPage
- type WorkspaceSettingProperties
- type WorkspaceSettingsClient
- func NewWorkspaceSettingsClient(subscriptionID string, ascLocation string) WorkspaceSettingsClient
- func NewWorkspaceSettingsClientWithBaseURI(baseURI string, subscriptionID string, ascLocation string) WorkspaceSettingsClient
- func (client WorkspaceSettingsClient) Create(ctx context.Context, workspaceSettingName string, workspaceSetting WorkspaceSetting) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) CreatePreparer(ctx context.Context, workspaceSettingName string, workspaceSetting WorkspaceSetting) (*http.Request, error)
- func (client WorkspaceSettingsClient) CreateResponder(resp *http.Response) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client WorkspaceSettingsClient) Delete(ctx context.Context, workspaceSettingName string) (result autorest.Response, err error)
- func (client WorkspaceSettingsClient) DeletePreparer(ctx context.Context, workspaceSettingName string) (*http.Request, error)
- func (client WorkspaceSettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client WorkspaceSettingsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client WorkspaceSettingsClient) Get(ctx context.Context, workspaceSettingName string) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) GetPreparer(ctx context.Context, workspaceSettingName string) (*http.Request, error)
- func (client WorkspaceSettingsClient) GetResponder(resp *http.Response) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client WorkspaceSettingsClient) List(ctx context.Context) (result WorkspaceSettingListPage, err error)
- func (client WorkspaceSettingsClient) ListComplete(ctx context.Context) (result WorkspaceSettingListIterator, err error)
- func (client WorkspaceSettingsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client WorkspaceSettingsClient) ListResponder(resp *http.Response) (result WorkspaceSettingList, err error)
- func (client WorkspaceSettingsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client WorkspaceSettingsClient) Update(ctx context.Context, workspaceSettingName string, workspaceSetting WorkspaceSetting) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) UpdatePreparer(ctx context.Context, workspaceSettingName string, workspaceSetting WorkspaceSetting) (*http.Request, error)
- func (client WorkspaceSettingsClient) UpdateResponder(resp *http.Response) (result WorkspaceSetting, err error)
- func (client WorkspaceSettingsClient) UpdateSender(req *http.Request) (*http.Response, error)
adaptiveapplicationcontrols.go adaptivenetworkhardenings.go advancedthreatprotection.go alerts.go alertssuppressionrules.go allowedconnections.go assessments.go assessmentsmetadata.go automations.go autoprovisioningsettings.go client.go complianceresults.go compliances.go connectors.go contacts.go device.go devicesecuritygroups.go devicesforhub.go devicesforsubscription.go discoveredsecuritysolutions.go enums.go externalsecuritysolutions.go informationprotectionpolicies.go iotalerts.go iotalerttypes.go iotdefendersettings.go iotrecommendations.go iotrecommendationtypes.go iotsecuritysolution.go iotsecuritysolutionanalytics.go iotsecuritysolutionsanalyticsaggregatedalert.go iotsecuritysolutionsanalyticsrecommendation.go iotsensors.go iotsites.go jitnetworkaccesspolicies.go locations.go models.go onpremiseiotsensors.go operations.go pricings.go regulatorycomplianceassessments.go regulatorycompliancecontrols.go regulatorycompliancestandards.go securescorecontroldefinitions.go securescorecontrols.go securescores.go servervulnerabilityassessment.go settings.go solutions.go solutionsreferencedata.go sqlvulnerabilityassessmentbaselinerules.go sqlvulnerabilityassessmentscanresults.go sqlvulnerabilityassessmentscans.go subassessments.go tasks.go topology.go version.go workspacesettings.go
Constants ¶
❖const (
// DefaultBaseURI is the default URI used for the service Security
DefaultBaseURI = "https://management.azure.com"
)
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
AadConnectivityState enumerates the values for aad connectivity state.
PossibleAadConnectivityStateValues returns an array of possible values for the AadConnectivityState const type.
❖type AadConnectivityState1 struct {
// ConnectivityState - Possible values include: 'Discovered', 'NotLicensed', 'Connected'
ConnectivityState AadConnectivityState `json:"connectivityState,omitempty"`
}
AadConnectivityState1 describes an Azure resource with kind
❖type AadExternalSecuritySolution struct {
Properties *AadSolutionProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
// Location - READ-ONLY; Location where the resource is stored
Location *string `json:"location,omitempty"`
// Kind - Possible values include: 'KindExternalSecuritySolution', 'KindCEF', 'KindATA', 'KindAAD'
Kind KindEnum1 `json:"kind,omitempty"`
}
AadExternalSecuritySolution represents an AAD identity protection solution which sends logs to an OMS
workspace.
AsAadExternalSecuritySolution is the BasicExternalSecuritySolution implementation for AadExternalSecuritySolution.
AsAtaExternalSecuritySolution is the BasicExternalSecuritySolution implementation for AadExternalSecuritySolution.
AsBasicExternalSecuritySolution is the BasicExternalSecuritySolution implementation for AadExternalSecuritySolution.
AsCefExternalSecuritySolution is the BasicExternalSecuritySolution implementation for AadExternalSecuritySolution.
AsExternalSecuritySolution is the BasicExternalSecuritySolution implementation for AadExternalSecuritySolution.
func (AadExternalSecuritySolution) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AadExternalSecuritySolution.
❖type AadSolutionProperties struct {
DeviceVendor *string `json:"deviceVendor,omitempty"`
DeviceType *string `json:"deviceType,omitempty"`
Workspace *ConnectedWorkspace `json:"workspace,omitempty"`
// ConnectivityState - Possible values include: 'Discovered', 'NotLicensed', 'Connected'
ConnectivityState AadConnectivityState `json:"connectivityState,omitempty"`
}
AadSolutionProperties ...
Action enumerates the values for action.
❖const (
// Add ...
Add Action = "Add"
// Recommended ...
Recommended Action = "Recommended"
// Remove ...
Remove Action = "Remove"
)
❖func PossibleActionValues() []Action
PossibleActionValues returns an array of possible values for the Action const type.
ActionType enumerates the values for action type.
❖const (
// ActionTypeAutomationAction ...
ActionTypeAutomationAction ActionType = "AutomationAction"
// ActionTypeEventHub ...
ActionTypeEventHub ActionType = "EventHub"
// ActionTypeLogicApp ...
ActionTypeLogicApp ActionType = "LogicApp"
// ActionTypeWorkspace ...
ActionTypeWorkspace ActionType = "Workspace"
)
PossibleActionTypeValues returns an array of possible values for the ActionType const type.
❖type ActiveConnectionsNotInAllowedRange struct {
// TimeWindowSize - The time window size in iso8601 format.
TimeWindowSize *string `json:"timeWindowSize,omitempty"`
// MinThreshold - The minimum threshold.
MinThreshold *int32 `json:"minThreshold,omitempty"`
// MaxThreshold - The maximum threshold.
MaxThreshold *int32 `json:"maxThreshold,omitempty"`
// DisplayName - READ-ONLY; The display name of the custom alert.
DisplayName *string `json:"displayName,omitempty"`
// Description - READ-ONLY; The description of the custom alert.
Description *string `json:"description,omitempty"`
// IsEnabled - Status of the custom alert.
IsEnabled *bool `json:"isEnabled,omitempty"`
// RuleType - Possible values include: 'RuleTypeCustomAlertRule', 'RuleTypeThresholdCustomAlertRule', 'RuleTypeTimeWindowCustomAlertRule', 'RuleTypeAllowlistCustomAlertRule', 'RuleTypeDenylistCustomAlertRule', 'RuleTypeListCustomAlertRule', 'RuleTypeConnectionToIPNotAllowed', 'RuleTypeLocalUserNotAllowed', 'RuleTypeProcessNotAllowed', 'RuleTypeActiveConnectionsNotInAllowedRange', 'RuleTypeAmqpC2DMessagesNotInAllowedRange', 'RuleTypeMqttC2DMessagesNotInAllowedRange', 'RuleTypeHTTPC2DMessagesNotInAllowedRange', 'RuleTypeAmqpC2DRejectedMessagesNotInAllowedRange', 'RuleTypeMqttC2DRejectedMessagesNotInAllowedRange', 'RuleTypeHTTPC2DRejectedMessagesNotInAllowedRange', 'RuleTypeAmqpD2CMessagesNotInAllowedRange', 'RuleTypeMqttD2CMessagesNotInAllowedRange', 'RuleTypeHTTPD2CMessagesNotInAllowedRange', 'RuleTypeDirectMethodInvokesNotInAllowedRange', 'RuleTypeFailedLocalLoginsNotInAllowedRange', 'RuleTypeFileUploadsNotInAllowedRange', 'RuleTypeQueuePurgesNotInAllowedRange', 'RuleTypeTwinUpdatesNotInAllowedRange', 'RuleTypeUnauthorizedOperationsNotInAllowedRange'
RuleType RuleTypeBasicCustomAlertRule `json:"ruleType,omitempty"`
}
ActiveConnectionsNotInAllowedRange number of active connections is not in allowed range.
AsActiveConnectionsNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsAmqpC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsAmqpC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsAmqpD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsBasicAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsBasicCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsBasicListCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsBasicThresholdCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsBasicTimeWindowCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsConnectionToIPNotAllowed is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsDenylistCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsDirectMethodInvokesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsFailedLocalLoginsNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsFileUploadsNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsHTTPC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsHTTPC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsHTTPD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsListCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsLocalUserNotAllowed is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsMqttC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsMqttC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsMqttD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsProcessNotAllowed is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsQueuePurgesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsThresholdCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsTimeWindowCustomAlertRule is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsTwinUpdatesNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
AsUnauthorizedOperationsNotInAllowedRange is the BasicCustomAlertRule implementation for ActiveConnectionsNotInAllowedRange.
func (ActiveConnectionsNotInAllowedRange) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for ActiveConnectionsNotInAllowedRange.
❖type AdaptiveApplicationControlGroup struct {
autorest.Response `json:"-"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
// Location - READ-ONLY; Location where the resource is stored
Location *string `json:"location,omitempty"`
*AdaptiveApplicationControlGroupData `json:"properties,omitempty"`
}
AdaptiveApplicationControlGroup ...
func (AdaptiveApplicationControlGroup) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AdaptiveApplicationControlGroup.
func (*AdaptiveApplicationControlGroup) UnmarshalJSON ¶ Uses
UnmarshalJSON is the custom unmarshaler for AdaptiveApplicationControlGroup struct.
❖type AdaptiveApplicationControlGroupData struct {
// EnforcementMode - Possible values include: 'Audit', 'Enforce', 'None'
EnforcementMode EnforcementMode `json:"enforcementMode,omitempty"`
ProtectionMode *ProtectionMode `json:"protectionMode,omitempty"`
// ConfigurationStatus - READ-ONLY; Possible values include: 'ConfigurationStatus2Configured', 'ConfigurationStatus2NotConfigured', 'ConfigurationStatus2InProgress', 'ConfigurationStatus2Failed', 'ConfigurationStatus2NoStatus'
ConfigurationStatus ConfigurationStatus2 `json:"configurationStatus,omitempty"`
// RecommendationStatus - READ-ONLY; Possible values include: 'RecommendationStatusRecommended', 'RecommendationStatusNotRecommended', 'RecommendationStatusNotAvailable', 'RecommendationStatusNoStatus'
RecommendationStatus RecommendationStatus `json:"recommendationStatus,omitempty"`
// Issues - READ-ONLY
Issues *[]AdaptiveApplicationControlIssueSummary `json:"issues,omitempty"`
// SourceSystem - READ-ONLY; Possible values include: 'SourceSystemAzureAppLocker', 'SourceSystemAzureAuditD', 'SourceSystemNonAzureAppLocker', 'SourceSystemNonAzureAuditD', 'SourceSystemNone'
SourceSystem SourceSystem `json:"sourceSystem,omitempty"`
VMRecommendations *[]VMRecommendation `json:"vmRecommendations,omitempty"`
PathRecommendations *[]PathRecommendation `json:"pathRecommendations,omitempty"`
}
AdaptiveApplicationControlGroupData represents a machines group and set of rules to be allowed running
on a machine
func (AdaptiveApplicationControlGroupData) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AdaptiveApplicationControlGroupData.
AdaptiveApplicationControlGroups represents a list of machine groups and set of rules that are
recommended by Azure Security Center to be allowed
❖type AdaptiveApplicationControlIssueSummary struct {
// Issue - Possible values include: 'ViolationsAudited', 'ViolationsBlocked', 'MsiAndScriptViolationsAudited', 'MsiAndScriptViolationsBlocked', 'ExecutableViolationsAudited', 'RulesViolatedManually'
Issue Issue `json:"issue,omitempty"`
// NumberOfVms - The number of machines in the group that have this alert
NumberOfVms *float64 `json:"numberOfVms,omitempty"`
}
AdaptiveApplicationControlIssueSummary represents a summary of the alerts of the machine group
❖type AdaptiveApplicationControlsClient struct {
BaseClient
}
AdaptiveApplicationControlsClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAdaptiveApplicationControlsClient creates an instance of the AdaptiveApplicationControlsClient client.
NewAdaptiveApplicationControlsClientWithBaseURI creates an instance of the AdaptiveApplicationControlsClient client
using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign
clouds, Azure stack).
func (AdaptiveApplicationControlsClient) Delete ¶ Uses
Delete delete an application control machine group
Parameters:
groupName - name of an application control machine group
func (AdaptiveApplicationControlsClient) DeletePreparer ¶ Uses
DeletePreparer prepares the Delete request.
func (AdaptiveApplicationControlsClient) DeleteResponder ¶ Uses
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
func (AdaptiveApplicationControlsClient) DeleteSender ¶ Uses
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (AdaptiveApplicationControlsClient) Get ¶ Uses
Get gets an application control VM/server group.
Parameters:
groupName - name of an application control machine group
func (AdaptiveApplicationControlsClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
func (AdaptiveApplicationControlsClient) GetResponder ¶ Uses
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (AdaptiveApplicationControlsClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
func (AdaptiveApplicationControlsClient) List ¶ Uses
List gets a list of application control machine groups for the subscription.
Parameters:
includePathRecommendations - include the policy rules
summary - return output in a summarized form
func (AdaptiveApplicationControlsClient) ListPreparer ¶ Uses
ListPreparer prepares the List request.
func (AdaptiveApplicationControlsClient) ListResponder ¶ Uses
ListResponder handles the response to the List request. The method always
closes the http.Response Body.
func (AdaptiveApplicationControlsClient) ListSender ¶ Uses
ListSender sends the List request. The method will close the
http.Response Body if it receives an error.
func (AdaptiveApplicationControlsClient) Put ¶ Uses
Put update an application control machine group
Parameters:
groupName - name of an application control machine group
func (AdaptiveApplicationControlsClient) PutPreparer ¶ Uses
PutPreparer prepares the Put request.
func (AdaptiveApplicationControlsClient) PutResponder ¶ Uses
PutResponder handles the response to the Put request. The method always
closes the http.Response Body.
func (AdaptiveApplicationControlsClient) PutSender ¶ Uses
PutSender sends the Put request. The method will close the
http.Response Body if it receives an error.
❖type AdaptiveNetworkHardening struct {
autorest.Response `json:"-"`
// AdaptiveNetworkHardeningProperties - Properties of the Adaptive Network Hardening resource
*AdaptiveNetworkHardeningProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
}
AdaptiveNetworkHardening the resource whose properties describes the Adaptive Network Hardening settings
for some Azure resource
func (AdaptiveNetworkHardening) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AdaptiveNetworkHardening.
UnmarshalJSON is the custom unmarshaler for AdaptiveNetworkHardening struct.
❖type AdaptiveNetworkHardeningEnforceRequest struct {
// Rules - The rules to enforce
Rules *[]Rule `json:"rules,omitempty"`
// NetworkSecurityGroups - The Azure resource IDs of the effective network security groups that will be updated with the created security rules from the Adaptive Network Hardening rules
NetworkSecurityGroups *[]string `json:"networkSecurityGroups,omitempty"`
}
AdaptiveNetworkHardeningEnforceRequest ...
❖type AdaptiveNetworkHardeningProperties struct {
// Rules - The security rules which are recommended to be effective on the VM
Rules *[]Rule `json:"rules,omitempty"`
// RulesCalculationTime - The UTC time on which the rules were calculated
RulesCalculationTime *date.Time `json:"rulesCalculationTime,omitempty"`
// EffectiveNetworkSecurityGroups - The Network Security Groups effective on the network interfaces of the protected resource
EffectiveNetworkSecurityGroups *[]EffectiveNetworkSecurityGroups `json:"effectiveNetworkSecurityGroups,omitempty"`
}
AdaptiveNetworkHardeningProperties adaptive Network Hardening resource properties
❖type AdaptiveNetworkHardeningsClient struct {
BaseClient
}
AdaptiveNetworkHardeningsClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAdaptiveNetworkHardeningsClient creates an instance of the AdaptiveNetworkHardeningsClient client.
NewAdaptiveNetworkHardeningsClientWithBaseURI creates an instance of the AdaptiveNetworkHardeningsClient client
using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign
clouds, Azure stack).
func (AdaptiveNetworkHardeningsClient) Enforce ¶ Uses
Enforce enforces the given rules on the NSG(s) listed in the request
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
resourceNamespace - the Namespace of the resource.
resourceType - the type of the resource.
resourceName - name of the resource.
adaptiveNetworkHardeningResourceName - the name of the Adaptive Network Hardening resource.
func (AdaptiveNetworkHardeningsClient) EnforcePreparer ¶ Uses
EnforcePreparer prepares the Enforce request.
EnforceResponder handles the response to the Enforce request. The method always
closes the http.Response Body.
func (AdaptiveNetworkHardeningsClient) EnforceSender ¶ Uses
EnforceSender sends the Enforce request. The method will close the
http.Response Body if it receives an error.
func (AdaptiveNetworkHardeningsClient) Get ¶ Uses
Get gets a single Adaptive Network Hardening resource
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
resourceNamespace - the Namespace of the resource.
resourceType - the type of the resource.
resourceName - name of the resource.
adaptiveNetworkHardeningResourceName - the name of the Adaptive Network Hardening resource.
func (AdaptiveNetworkHardeningsClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
func (AdaptiveNetworkHardeningsClient) GetResponder ¶ Uses
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (AdaptiveNetworkHardeningsClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByExtendedResource gets a list of Adaptive Network Hardenings resources in scope of an extended resource.
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
resourceNamespace - the Namespace of the resource.
resourceType - the type of the resource.
resourceName - name of the resource.
ListByExtendedResourceComplete enumerates all values, automatically crossing page boundaries as required.
ListByExtendedResourcePreparer prepares the ListByExtendedResource request.
ListByExtendedResourceResponder handles the response to the ListByExtendedResource request. The method always
closes the http.Response Body.
ListByExtendedResourceSender sends the ListByExtendedResource request. The method will close the
http.Response Body if it receives an error.
AdaptiveNetworkHardeningsEnforceFuture an abstraction for monitoring and retrieving the results of a
long-running operation.
❖type AdaptiveNetworkHardeningsList struct {
autorest.Response `json:"-"`
// Value - A list of Adaptive Network Hardenings resources
Value *[]AdaptiveNetworkHardening `json:"value,omitempty"`
// NextLink - The URL to get the next set of results
NextLink *string `json:"nextLink,omitempty"`
}
AdaptiveNetworkHardeningsList response for ListAdaptiveNetworkHardenings API service call
func (AdaptiveNetworkHardeningsList) IsEmpty ¶ Uses
IsEmpty returns true if the ListResult contains no values.
❖type AdaptiveNetworkHardeningsListIterator struct {
// contains filtered or unexported fields
}
AdaptiveNetworkHardeningsListIterator provides access to a complete listing of AdaptiveNetworkHardening
values.
Creates a new instance of the AdaptiveNetworkHardeningsListIterator type.
func (*AdaptiveNetworkHardeningsListIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
func (*AdaptiveNetworkHardeningsListIterator) NextWithContext ¶ Uses
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (AdaptiveNetworkHardeningsListIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (AdaptiveNetworkHardeningsListIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AdaptiveNetworkHardeningsListIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type AdaptiveNetworkHardeningsListPage struct {
// contains filtered or unexported fields
}
AdaptiveNetworkHardeningsListPage contains a page of AdaptiveNetworkHardening values.
Creates a new instance of the AdaptiveNetworkHardeningsListPage type.
func (*AdaptiveNetworkHardeningsListPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
func (*AdaptiveNetworkHardeningsListPage) NextWithContext ¶ Uses
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (AdaptiveNetworkHardeningsListPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (AdaptiveNetworkHardeningsListPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AdaptiveNetworkHardeningsListPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
❖type AdditionalData struct {
// AssessedResourceType - Possible values include: 'AssessedResourceTypeAdditionalData', 'AssessedResourceTypeSQLServerVulnerability', 'AssessedResourceTypeContainerRegistryVulnerability', 'AssessedResourceTypeServerVulnerabilityAssessment'
AssessedResourceType AssessedResourceType `json:"assessedResourceType,omitempty"`
}
AdditionalData details of the sub-assessment
AsAdditionalData is the BasicAdditionalData implementation for AdditionalData.
AsBasicAdditionalData is the BasicAdditionalData implementation for AdditionalData.
AsContainerRegistryVulnerabilityProperties is the BasicAdditionalData implementation for AdditionalData.
AsSQLServerVulnerabilityProperties is the BasicAdditionalData implementation for AdditionalData.
AsServerVulnerabilityProperties is the BasicAdditionalData implementation for AdditionalData.
MarshalJSON is the custom marshaler for AdditionalData.
❖type AdvancedThreatProtectionClient struct {
BaseClient
}
AdvancedThreatProtectionClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAdvancedThreatProtectionClient creates an instance of the AdvancedThreatProtectionClient client.
NewAdvancedThreatProtectionClientWithBaseURI creates an instance of the AdvancedThreatProtectionClient client using
a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign
clouds, Azure stack).
func (AdvancedThreatProtectionClient) Create ¶ Uses
Create creates or updates the Advanced Threat Protection settings on a specified resource.
Parameters:
resourceID - the identifier of the resource.
advancedThreatProtectionSetting - advanced Threat Protection Settings
func (AdvancedThreatProtectionClient) CreatePreparer ¶ Uses
CreatePreparer prepares the Create request.
CreateResponder handles the response to the Create request. The method always
closes the http.Response Body.
func (AdvancedThreatProtectionClient) CreateSender ¶ Uses
CreateSender sends the Create request. The method will close the
http.Response Body if it receives an error.
func (AdvancedThreatProtectionClient) Get ¶ Uses
Get gets the Advanced Threat Protection settings for the specified resource.
Parameters:
resourceID - the identifier of the resource.
func (AdvancedThreatProtectionClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
func (AdvancedThreatProtectionClient) GetResponder ¶ Uses
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (AdvancedThreatProtectionClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
❖type AdvancedThreatProtectionProperties struct {
// IsEnabled - Indicates whether Advanced Threat Protection is enabled.
IsEnabled *bool `json:"isEnabled,omitempty"`
}
AdvancedThreatProtectionProperties the Advanced Threat Protection settings.
❖type AdvancedThreatProtectionSetting struct {
autorest.Response `json:"-"`
*AdvancedThreatProtectionProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
}
AdvancedThreatProtectionSetting the Advanced Threat Protection resource.
func (AdvancedThreatProtectionSetting) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AdvancedThreatProtectionSetting.
func (*AdvancedThreatProtectionSetting) UnmarshalJSON ¶ Uses
UnmarshalJSON is the custom unmarshaler for AdvancedThreatProtectionSetting struct.
❖type Alert struct {
autorest.Response `json:"-"`
// AlertProperties - describes security alert properties.
*AlertProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
}
Alert security alert
MarshalJSON is the custom marshaler for Alert.
UnmarshalJSON is the custom unmarshaler for Alert struct.
❖type AlertEntity struct {
// AdditionalProperties - Unmatched properties from the message are deserialized this collection
AdditionalProperties map[string]interface{} `json:""`
// Type - READ-ONLY; Type of entity
Type *string `json:"type,omitempty"`
}
AlertEntity changing set of properties depending on the entity type.
MarshalJSON is the custom marshaler for AlertEntity.
UnmarshalJSON is the custom unmarshaler for AlertEntity struct.
AlertIntent enumerates the values for alert intent.
❖const (
// Collection ...
Collection AlertIntent = "Collection"
// CommandAndControl ...
CommandAndControl AlertIntent = "CommandAndControl"
// CredentialAccess ...
CredentialAccess AlertIntent = "CredentialAccess"
// DefenseEvasion ...
DefenseEvasion AlertIntent = "DefenseEvasion"
// Discovery ...
Discovery AlertIntent = "Discovery"
// Execution ...
Execution AlertIntent = "Execution"
// Exfiltration ...
Exfiltration AlertIntent = "Exfiltration"
// Exploitation ...
Exploitation AlertIntent = "Exploitation"
// Impact ...
Impact AlertIntent = "Impact"
// InitialAccess ...
InitialAccess AlertIntent = "InitialAccess"
// LateralMovement ...
LateralMovement AlertIntent = "LateralMovement"
// Persistence ...
Persistence AlertIntent = "Persistence"
// PreAttack ...
PreAttack AlertIntent = "PreAttack"
// PrivilegeEscalation ...
PrivilegeEscalation AlertIntent = "PrivilegeEscalation"
// Probing ...
Probing AlertIntent = "Probing"
// Unknown ...
Unknown AlertIntent = "Unknown"
)
PossibleAlertIntentValues returns an array of possible values for the AlertIntent const type.
❖type AlertList struct {
autorest.Response `json:"-"`
// Value - describes security alert properties.
Value *[]Alert `json:"value,omitempty"`
// NextLink - READ-ONLY; The URI to fetch the next page.
NextLink *string `json:"nextLink,omitempty"`
}
AlertList list of security alerts
IsEmpty returns true if the ListResult contains no values.
MarshalJSON is the custom marshaler for AlertList.
❖type AlertListIterator struct {
// contains filtered or unexported fields
}
AlertListIterator provides access to a complete listing of Alert values.
Creates a new instance of the AlertListIterator type.
func (*AlertListIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (AlertListIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (AlertListIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AlertListIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type AlertListPage struct {
// contains filtered or unexported fields
}
AlertListPage contains a page of Alert values.
Creates a new instance of the AlertListPage type.
func (*AlertListPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
NotDone returns true if the page enumeration should be started or is not yet complete.
Response returns the raw server response from the last page request.
func (AlertListPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
AlertNotifications enumerates the values for alert notifications.
PossibleAlertNotificationsValues returns an array of possible values for the AlertNotifications const type.
❖type AlertProperties struct {
// AlertType - READ-ONLY; Unique identifier for the detection logic (all alert instances from the same detection logic will have the same alertType).
AlertType *string `json:"alertType,omitempty"`
// SystemAlertID - READ-ONLY; Unique identifier for the alert.
SystemAlertID *string `json:"systemAlertId,omitempty"`
// ProductComponentName - READ-ONLY; The name of Azure Security Center pricing tier which powering this alert. Learn more: https://docs.microsoft.com/en-us/azure/security-center/security-center-pricing
ProductComponentName *string `json:"productComponentName,omitempty"`
// AlertDisplayName - READ-ONLY; The display name of the alert.
AlertDisplayName *string `json:"alertDisplayName,omitempty"`
// Description - READ-ONLY; Description of the suspicious activity that was detected.
Description *string `json:"description,omitempty"`
// Severity - READ-ONLY; The risk level of the threat that was detected. Learn more: https://docs.microsoft.com/en-us/azure/security-center/security-center-alerts-overview#how-are-alerts-classified. Possible values include: 'Informational', 'Low', 'Medium', 'High'
Severity AlertSeverity `json:"severity,omitempty"`
// Intent - READ-ONLY; The kill chain related intent behind the alert. For list of supported values, and explanations of Azure Security Center's supported kill chain intents. Possible values include: 'IntentUnknown', 'IntentPreAttack', 'IntentInitialAccess', 'IntentPersistence', 'IntentPrivilegeEscalation', 'IntentDefenseEvasion', 'IntentCredentialAccess', 'IntentDiscovery', 'IntentLateralMovement', 'IntentExecution', 'IntentCollection', 'IntentExfiltration', 'IntentCommandAndControl', 'IntentImpact', 'IntentProbing', 'IntentExploitation'
Intent Intent `json:"intent,omitempty"`
// StartTimeUtc - READ-ONLY; The UTC time of the first event or activity included in the alert in ISO8601 format.
StartTimeUtc *date.Time `json:"startTimeUtc,omitempty"`
// EndTimeUtc - READ-ONLY; The UTC time of the last event or activity included in the alert in ISO8601 format.
EndTimeUtc *date.Time `json:"endTimeUtc,omitempty"`
// ResourceIdentifiers - READ-ONLY; The resource identifiers that can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). There can be multiple identifiers of different type per alert.
ResourceIdentifiers *[]BasicResourceIdentifier `json:"resourceIdentifiers,omitempty"`
// RemediationSteps - READ-ONLY; Manual action items to take to remediate the alert.
RemediationSteps *[]string `json:"remediationSteps,omitempty"`
// VendorName - READ-ONLY; The name of the vendor that raises the alert.
VendorName *string `json:"vendorName,omitempty"`
// Status - READ-ONLY; The life cycle status of the alert. Possible values include: 'Active', 'Resolved', 'Dismissed'
Status AlertStatus `json:"status,omitempty"`
// ExtendedLinks - READ-ONLY; Links related to the alert
ExtendedLinks *[]map[string]*string `json:"extendedLinks,omitempty"`
// AlertURI - READ-ONLY; A direct link to the alert page in Azure Portal.
AlertURI *string `json:"alertUri,omitempty"`
// TimeGeneratedUtc - READ-ONLY; The UTC time the alert was generated in ISO8601 format.
TimeGeneratedUtc *date.Time `json:"timeGeneratedUtc,omitempty"`
// ProductName - READ-ONLY; The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on).
ProductName *string `json:"productName,omitempty"`
// ProcessingEndTimeUtc - READ-ONLY; The UTC processing end time of the alert in ISO8601 format.
ProcessingEndTimeUtc *date.Time `json:"processingEndTimeUtc,omitempty"`
// Entities - READ-ONLY; A list of entities related to the alert.
Entities *[]AlertEntity `json:"entities,omitempty"`
// IsIncident - READ-ONLY; This field determines whether the alert is an incident (a compound grouping of several alerts) or a single alert.
IsIncident *bool `json:"isIncident,omitempty"`
// CorrelationKey - READ-ONLY; Key for corelating related alerts. Alerts with the same correlation key considered to be related.
CorrelationKey *string `json:"correlationKey,omitempty"`
// ExtendedProperties - Custom properties for the alert.
ExtendedProperties map[string]*string `json:"extendedProperties"`
// CompromisedEntity - READ-ONLY; The display name of the resource most related to this alert.
CompromisedEntity *string `json:"compromisedEntity,omitempty"`
}
AlertProperties describes security alert properties.
MarshalJSON is the custom marshaler for AlertProperties.
UnmarshalJSON is the custom unmarshaler for AlertProperties struct.
AlertSeverity enumerates the values for alert severity.
PossibleAlertSeverityValues returns an array of possible values for the AlertSeverity const type.
AlertStatus enumerates the values for alert status.
❖const (
// Active An alert which doesn't specify a value is assigned the status 'Active'
Active AlertStatus = "Active"
// Dismissed Alert dismissed as false positive
Dismissed AlertStatus = "Dismissed"
// Resolved Alert closed after handling
Resolved AlertStatus = "Resolved"
)
PossibleAlertStatusValues returns an array of possible values for the AlertStatus const type.
AlertsClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAlertsClient creates an instance of the AlertsClient client.
NewAlertsClientWithBaseURI creates an instance of the AlertsClient client using a custom endpoint. Use this when
interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
GetResourceGroupLevelAlerts get an alert that is associated a resource group or a resource in a resource group
Parameters:
alertName - name of the alert object
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
GetResourceGroupLevelAlertsPreparer prepares the GetResourceGroupLevelAlerts request.
GetResourceGroupLevelAlertsResponder handles the response to the GetResourceGroupLevelAlerts request. The method always
closes the http.Response Body.
GetResourceGroupLevelAlertsSender sends the GetResourceGroupLevelAlerts request. The method will close the
http.Response Body if it receives an error.
GetSubscriptionLevelAlert get an alert that is associated with a subscription
Parameters:
alertName - name of the alert object
GetSubscriptionLevelAlertPreparer prepares the GetSubscriptionLevelAlert request.
GetSubscriptionLevelAlertResponder handles the response to the GetSubscriptionLevelAlert request. The method always
closes the http.Response Body.
GetSubscriptionLevelAlertSender sends the GetSubscriptionLevelAlert request. The method will close the
http.Response Body if it receives an error.
func (AlertsClient) List ¶ Uses
List list all the alerts that are associated with the subscription
ListByResourceGroup list all the alerts that are associated with the resource group
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always
closes the http.Response Body.
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
http.Response Body if it receives an error.
ListComplete enumerates all values, automatically crossing page boundaries as required.
ListPreparer prepares the List request.
ListResourceGroupLevelAlertsByRegion list all the alerts that are associated with the resource group that are stored
in a specific location
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
ListResourceGroupLevelAlertsByRegionComplete enumerates all values, automatically crossing page boundaries as required.
ListResourceGroupLevelAlertsByRegionPreparer prepares the ListResourceGroupLevelAlertsByRegion request.
ListResourceGroupLevelAlertsByRegionResponder handles the response to the ListResourceGroupLevelAlertsByRegion request. The method always
closes the http.Response Body.
ListResourceGroupLevelAlertsByRegionSender sends the ListResourceGroupLevelAlertsByRegion request. The method will close the
http.Response Body if it receives an error.
ListResponder handles the response to the List request. The method always
closes the http.Response Body.
ListSender sends the List request. The method will close the
http.Response Body if it receives an error.
ListSubscriptionLevelAlertsByRegion list all the alerts that are associated with the subscription that are stored in
a specific location
ListSubscriptionLevelAlertsByRegionComplete enumerates all values, automatically crossing page boundaries as required.
ListSubscriptionLevelAlertsByRegionPreparer prepares the ListSubscriptionLevelAlertsByRegion request.
ListSubscriptionLevelAlertsByRegionResponder handles the response to the ListSubscriptionLevelAlertsByRegion request. The method always
closes the http.Response Body.
ListSubscriptionLevelAlertsByRegionSender sends the ListSubscriptionLevelAlertsByRegion request. The method will close the
http.Response Body if it receives an error.
UpdateResourceGroupLevelAlertStateToDismiss update the alert's state
Parameters:
alertName - name of the alert object
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
UpdateResourceGroupLevelAlertStateToDismissPreparer prepares the UpdateResourceGroupLevelAlertStateToDismiss request.
UpdateResourceGroupLevelAlertStateToDismissResponder handles the response to the UpdateResourceGroupLevelAlertStateToDismiss request. The method always
closes the http.Response Body.
UpdateResourceGroupLevelAlertStateToDismissSender sends the UpdateResourceGroupLevelAlertStateToDismiss request. The method will close the
http.Response Body if it receives an error.
UpdateResourceGroupLevelAlertStateToReactivate update the alert's state
Parameters:
alertName - name of the alert object
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
UpdateResourceGroupLevelAlertStateToReactivatePreparer prepares the UpdateResourceGroupLevelAlertStateToReactivate request.
UpdateResourceGroupLevelAlertStateToReactivateResponder handles the response to the UpdateResourceGroupLevelAlertStateToReactivate request. The method always
closes the http.Response Body.
UpdateResourceGroupLevelAlertStateToReactivateSender sends the UpdateResourceGroupLevelAlertStateToReactivate request. The method will close the
http.Response Body if it receives an error.
UpdateResourceGroupLevelStateToResolve update the alert's state
Parameters:
alertName - name of the alert object
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
UpdateResourceGroupLevelStateToResolvePreparer prepares the UpdateResourceGroupLevelStateToResolve request.
UpdateResourceGroupLevelStateToResolveResponder handles the response to the UpdateResourceGroupLevelStateToResolve request. The method always
closes the http.Response Body.
UpdateResourceGroupLevelStateToResolveSender sends the UpdateResourceGroupLevelStateToResolve request. The method will close the
http.Response Body if it receives an error.
UpdateSubscriptionLevelAlertStateToDismiss update the alert's state
Parameters:
alertName - name of the alert object
UpdateSubscriptionLevelAlertStateToDismissPreparer prepares the UpdateSubscriptionLevelAlertStateToDismiss request.
UpdateSubscriptionLevelAlertStateToDismissResponder handles the response to the UpdateSubscriptionLevelAlertStateToDismiss request. The method always
closes the http.Response Body.
UpdateSubscriptionLevelAlertStateToDismissSender sends the UpdateSubscriptionLevelAlertStateToDismiss request. The method will close the
http.Response Body if it receives an error.
UpdateSubscriptionLevelAlertStateToReactivate update the alert's state
Parameters:
alertName - name of the alert object
UpdateSubscriptionLevelAlertStateToReactivatePreparer prepares the UpdateSubscriptionLevelAlertStateToReactivate request.
UpdateSubscriptionLevelAlertStateToReactivateResponder handles the response to the UpdateSubscriptionLevelAlertStateToReactivate request. The method always
closes the http.Response Body.
UpdateSubscriptionLevelAlertStateToReactivateSender sends the UpdateSubscriptionLevelAlertStateToReactivate request. The method will close the
http.Response Body if it receives an error.
UpdateSubscriptionLevelStateToResolve update the alert's state
Parameters:
alertName - name of the alert object
UpdateSubscriptionLevelStateToResolvePreparer prepares the UpdateSubscriptionLevelStateToResolve request.
UpdateSubscriptionLevelStateToResolveResponder handles the response to the UpdateSubscriptionLevelStateToResolve request. The method always
closes the http.Response Body.
UpdateSubscriptionLevelStateToResolveSender sends the UpdateSubscriptionLevelStateToResolve request. The method will close the
http.Response Body if it receives an error.
❖type AlertsSuppressionRule struct {
autorest.Response `json:"-"`
*AlertsSuppressionRuleProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
}
AlertsSuppressionRule describes the suppression rule
MarshalJSON is the custom marshaler for AlertsSuppressionRule.
UnmarshalJSON is the custom unmarshaler for AlertsSuppressionRule struct.
❖type AlertsSuppressionRuleProperties struct {
// AlertType - Type of the alert to automatically suppress. For all alert types, use '*'
AlertType *string `json:"alertType,omitempty"`
// LastModifiedUtc - READ-ONLY; The last time this rule was modified
LastModifiedUtc *date.Time `json:"lastModifiedUtc,omitempty"`
// ExpirationDateUtc - Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date.
ExpirationDateUtc *date.Time `json:"expirationDateUtc,omitempty"`
// Reason - The reason for dismissing the alert
Reason *string `json:"reason,omitempty"`
// State - Possible states of the rule. Possible values include: 'RuleStateEnabled', 'RuleStateDisabled', 'RuleStateExpired'
State RuleState `json:"state,omitempty"`
// Comment - Any comment regarding the rule
*string `json:"comment,omitempty"`
// SuppressionAlertsScope - The suppression conditions
SuppressionAlertsScope *SuppressionAlertsScope `json:"suppressionAlertsScope,omitempty"`
}
AlertsSuppressionRuleProperties describes AlertsSuppressionRule properties
func (AlertsSuppressionRuleProperties) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AlertsSuppressionRuleProperties.
❖type AlertsSuppressionRulesClient struct {
BaseClient
}
AlertsSuppressionRulesClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAlertsSuppressionRulesClient creates an instance of the AlertsSuppressionRulesClient client.
NewAlertsSuppressionRulesClientWithBaseURI creates an instance of the AlertsSuppressionRulesClient client using a
custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds,
Azure stack).
func (AlertsSuppressionRulesClient) Delete ¶ Uses
Delete delete dismiss alert rule for this subscription.
Parameters:
alertsSuppressionRuleName - the unique name of the suppression alert rule
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
func (AlertsSuppressionRulesClient) DeleteSender ¶ Uses
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (AlertsSuppressionRulesClient) Get ¶ Uses
Get get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription
Parameters:
alertsSuppressionRuleName - the unique name of the suppression alert rule
func (AlertsSuppressionRulesClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
func (AlertsSuppressionRulesClient) GetResponder ¶ Uses
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (AlertsSuppressionRulesClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
func (AlertsSuppressionRulesClient) List ¶ Uses
List list of all the dismiss rules for the given subscription
Parameters:
alertType - type of the alert to get rules for
func (AlertsSuppressionRulesClient) ListComplete ¶ Uses
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (AlertsSuppressionRulesClient) ListPreparer ¶ Uses
ListPreparer prepares the List request.
func (AlertsSuppressionRulesClient) ListResponder ¶ Uses
ListResponder handles the response to the List request. The method always
closes the http.Response Body.
func (AlertsSuppressionRulesClient) ListSender ¶ Uses
ListSender sends the List request. The method will close the
http.Response Body if it receives an error.
func (AlertsSuppressionRulesClient) Update ¶ Uses
Update update existing rule or create new rule if it doesn't exist
Parameters:
alertsSuppressionRuleName - the unique name of the suppression alert rule
alertsSuppressionRule - suppression rule object
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
func (AlertsSuppressionRulesClient) UpdateSender ¶ Uses
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
❖type AlertsSuppressionRulesList struct {
autorest.Response `json:"-"`
Value *[]AlertsSuppressionRule `json:"value,omitempty"`
// NextLink - READ-ONLY; URI to fetch the next page.
NextLink *string `json:"nextLink,omitempty"`
}
AlertsSuppressionRulesList suppression rules list for subscription.
func (AlertsSuppressionRulesList) IsEmpty ¶ Uses
IsEmpty returns true if the ListResult contains no values.
func (AlertsSuppressionRulesList) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AlertsSuppressionRulesList.
❖type AlertsSuppressionRulesListIterator struct {
// contains filtered or unexported fields
}
AlertsSuppressionRulesListIterator provides access to a complete listing of AlertsSuppressionRule
values.
Creates a new instance of the AlertsSuppressionRulesListIterator type.
func (*AlertsSuppressionRulesListIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
func (*AlertsSuppressionRulesListIterator) NextWithContext ¶ Uses
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (AlertsSuppressionRulesListIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (AlertsSuppressionRulesListIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AlertsSuppressionRulesListIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type AlertsSuppressionRulesListPage struct {
// contains filtered or unexported fields
}
AlertsSuppressionRulesListPage contains a page of AlertsSuppressionRule values.
Creates a new instance of the AlertsSuppressionRulesListPage type.
func (*AlertsSuppressionRulesListPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
func (*AlertsSuppressionRulesListPage) NextWithContext ¶ Uses
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (AlertsSuppressionRulesListPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (AlertsSuppressionRulesListPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AlertsSuppressionRulesListPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
AlertsToAdmins enumerates the values for alerts to admins.
❖const (
// AlertsToAdminsOff Don't send notification on new alerts to the subscription's admins
AlertsToAdminsOff AlertsToAdmins = "Off"
// AlertsToAdminsOn Send notification on new alerts to the subscription's admins
AlertsToAdminsOn AlertsToAdmins = "On"
)
PossibleAlertsToAdminsValues returns an array of possible values for the AlertsToAdmins const type.
AllowedConnectionsClient is the API spec for Microsoft.Security (Azure Security Center) resource provider
NewAllowedConnectionsClient creates an instance of the AllowedConnectionsClient client.
NewAllowedConnectionsClientWithBaseURI creates an instance of the AllowedConnectionsClient client using a custom
endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure
stack).
func (AllowedConnectionsClient) Get ¶ Uses
Get gets the list of all possible traffic between resources for the subscription and location, based on connection
type.
Parameters:
resourceGroupName - the name of the resource group within the user's subscription. The name is case
insensitive.
connectionType - the type of allowed connections (Internal, External)
func (AllowedConnectionsClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (AllowedConnectionsClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
func (AllowedConnectionsClient) List ¶ Uses
List gets the list of all possible traffic between resources for the subscription
ListByHomeRegion gets the list of all possible traffic between resources for the subscription and location.
ListByHomeRegionComplete enumerates all values, automatically crossing page boundaries as required.
ListByHomeRegionPreparer prepares the ListByHomeRegion request.
ListByHomeRegionResponder handles the response to the ListByHomeRegion request. The method always
closes the http.Response Body.
ListByHomeRegionSender sends the ListByHomeRegion request. The method will close the
http.Response Body if it receives an error.
ListComplete enumerates all values, automatically crossing page boundaries as required.
ListPreparer prepares the List request.
ListResponder handles the response to the List request. The method always
closes the http.Response Body.
func (AllowedConnectionsClient) ListSender ¶ Uses
ListSender sends the List request. The method will close the
http.Response Body if it receives an error.
❖type AllowedConnectionsList struct {
autorest.Response `json:"-"`
// Value - READ-ONLY
Value *[]AllowedConnectionsResource `json:"value,omitempty"`
// NextLink - READ-ONLY; The URI to fetch the next page.
NextLink *string `json:"nextLink,omitempty"`
}
AllowedConnectionsList list of all possible traffic between Azure resources
func (AllowedConnectionsList) IsEmpty ¶ Uses
IsEmpty returns true if the ListResult contains no values.
❖type AllowedConnectionsListIterator struct {
// contains filtered or unexported fields
}
AllowedConnectionsListIterator provides access to a complete listing of AllowedConnectionsResource
values.
Creates a new instance of the AllowedConnectionsListIterator type.
func (*AllowedConnectionsListIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
func (*AllowedConnectionsListIterator) NextWithContext ¶ Uses
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (AllowedConnectionsListIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (AllowedConnectionsListIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AllowedConnectionsListIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
AllowedConnectionsListPage contains a page of AllowedConnectionsResource values.
Creates a new instance of the AllowedConnectionsListPage type.
func (*AllowedConnectionsListPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (AllowedConnectionsListPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (AllowedConnectionsListPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (AllowedConnectionsListPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
❖type AllowedConnectionsResource struct {
autorest.Response `json:"-"`
// ID - READ-ONLY; Resource Id
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type
Type *string `json:"type,omitempty"`
// Location - READ-ONLY; Location where the resource is stored
Location *string `json:"location,omitempty"`
// AllowedConnectionsResourceProperties - READ-ONLY
*AllowedConnectionsResourceProperties `json:"properties,omitempty"`
}
AllowedConnectionsResource the resource whose properties describes the allowed traffic between Azure
resources
func (AllowedConnectionsResource) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AllowedConnectionsResource.
func (*AllowedConnectionsResource) UnmarshalJSON ¶ Uses
UnmarshalJSON is the custom unmarshaler for AllowedConnectionsResource struct.
❖type AllowedConnectionsResourceProperties struct {
// CalculatedDateTime - READ-ONLY; The UTC time on which the allowed connections resource was calculated
CalculatedDateTime *date.Time `json:"calculatedDateTime,omitempty"`
// ConnectableResources - READ-ONLY; List of connectable resources
ConnectableResources *[]ConnectableResource `json:"connectableResources,omitempty"`
}
AllowedConnectionsResourceProperties describes the allowed traffic between Azure resources
❖type AllowlistCustomAlertRule struct {
// AllowlistValues - The values to allow. The format of the values depends on the rule type.
AllowlistValues *[]string `json:"allowlistValues,omitempty"`
// ValueType - READ-ONLY; The value type of the items in the list. Possible values include: 'ValueTypeIPCidr', 'ValueTypeString'
ValueType ValueType `json:"valueType,omitempty"`
// DisplayName - READ-ONLY; The display name of the custom alert.
DisplayName *string `json:"displayName,omitempty"`
// Description - READ-ONLY; The description of the custom alert.
Description *string `json:"description,omitempty"`
// IsEnabled - Status of the custom alert.
IsEnabled *bool `json:"isEnabled,omitempty"`
// RuleType - Possible values include: 'RuleTypeCustomAlertRule', 'RuleTypeThresholdCustomAlertRule', 'RuleTypeTimeWindowCustomAlertRule', 'RuleTypeAllowlistCustomAlertRule', 'RuleTypeDenylistCustomAlertRule', 'RuleTypeListCustomAlertRule', 'RuleTypeConnectionToIPNotAllowed', 'RuleTypeLocalUserNotAllowed', 'RuleTypeProcessNotAllowed', 'RuleTypeActiveConnectionsNotInAllowedRange', 'RuleTypeAmqpC2DMessagesNotInAllowedRange', 'RuleTypeMqttC2DMessagesNotInAllowedRange', 'RuleTypeHTTPC2DMessagesNotInAllowedRange', 'RuleTypeAmqpC2DRejectedMessagesNotInAllowedRange', 'RuleTypeMqttC2DRejectedMessagesNotInAllowedRange', 'RuleTypeHTTPC2DRejectedMessagesNotInAllowedRange', 'RuleTypeAmqpD2CMessagesNotInAllowedRange', 'RuleTypeMqttD2CMessagesNotInAllowedRange', 'RuleTypeHTTPD2CMessagesNotInAllowedRange', 'RuleTypeDirectMethodInvokesNotInAllowedRange', 'RuleTypeFailedLocalLoginsNotInAllowedRange', 'RuleTypeFileUploadsNotInAllowedRange', 'RuleTypeQueuePurgesNotInAllowedRange', 'RuleTypeTwinUpdatesNotInAllowedRange', 'RuleTypeUnauthorizedOperationsNotInAllowedRange'
RuleType RuleTypeBasicCustomAlertRule `json:"ruleType,omitempty"`
}
AllowlistCustomAlertRule a custom alert rule that checks if a value (depends on the custom alert type) is
allowed.
AsActiveConnectionsNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsAmqpC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsAmqpC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsAmqpD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsBasicAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsBasicCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsBasicListCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsBasicThresholdCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsBasicTimeWindowCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsConnectionToIPNotAllowed is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsDenylistCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsDirectMethodInvokesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsFailedLocalLoginsNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsFileUploadsNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsHTTPC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsHTTPC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsHTTPD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsListCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsLocalUserNotAllowed is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsMqttC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsMqttC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsMqttD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsProcessNotAllowed is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsQueuePurgesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsThresholdCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsTimeWindowCustomAlertRule is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsTwinUpdatesNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
AsUnauthorizedOperationsNotInAllowedRange is the BasicCustomAlertRule implementation for AllowlistCustomAlertRule.
func (AllowlistCustomAlertRule) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for AllowlistCustomAlertRule.
❖type AmqpC2DMessagesNotInAllowedRange struct {
// TimeWindowSize - The time window size in iso8601 format.
TimeWindowSize *string `json:"timeWindowSize,omitempty"`
// MinThreshold - The minimum threshold.
MinThreshold *int32 `json:"minThreshold,omitempty"`
// MaxThreshold - The maximum threshold.
MaxThreshold *int32 `json:"maxThreshold,omitempty"`
// DisplayName - READ-ONLY; The display name of the custom alert.
DisplayName *string `json:"displayName,omitempty"`
// Description - READ-ONLY; The description of the custom alert.
Description *string `json:"description,omitempty"`
// IsEnabled - Status of the custom alert.
IsEnabled *bool `json:"isEnabled,omitempty"`
// RuleType - Possible values include: 'RuleTypeCustomAlertRule', 'RuleTypeThresholdCustomAlertRule', 'RuleTypeTimeWindowCustomAlertRule', 'RuleTypeAllowlistCustomAlertRule', 'RuleTypeDenylistCustomAlertRule', 'RuleTypeListCustomAlertRule', 'RuleTypeConnectionToIPNotAllowed', 'RuleTypeLocalUserNotAllowed', 'RuleTypeProcessNotAllowed', 'RuleTypeActiveConnectionsNotInAllowedRange', 'RuleTypeAmqpC2DMessagesNotInAllowedRange', 'RuleTypeMqttC2DMessagesNotInAllowedRange', 'RuleTypeHTTPC2DMessagesNotInAllowedRange', 'RuleTypeAmqpC2DRejectedMessagesNotInAllowedRange', 'RuleTypeMqttC2DRejectedMessagesNotInAllowedRange', 'RuleTypeHTTPC2DRejectedMessagesNotInAllowedRange', 'RuleTypeAmqpD2CMessagesNotInAllowedRange', 'RuleTypeMqttD2CMessagesNotInAllowedRange', 'RuleTypeHTTPD2CMessagesNotInAllowedRange', 'RuleTypeDirectMethodInvokesNotInAllowedRange', 'RuleTypeFailedLocalLoginsNotInAllowedRange', 'RuleTypeFileUploadsNotInAllowedRange', 'RuleTypeQueuePurgesNotInAllowedRange', 'RuleTypeTwinUpdatesNotInAllowedRange', 'RuleTypeUnauthorizedOperationsNotInAllowedRange'
RuleType RuleTypeBasicCustomAlertRule `json:"ruleType,omitempty"`
}
AmqpC2DMessagesNotInAllowedRange number of cloud to device messages (AMQP protocol) is not in allowed
range.
AsActiveConnectionsNotInAllowedRange is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsAmqpC2DMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsAmqpC2DRejectedMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsAmqpD2CMessagesNotInAllowedRange is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsBasicAllowlistCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsBasicCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsBasicListCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsBasicThresholdCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsBasicTimeWindowCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsConnectionToIPNotAllowed is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.
AsDenylistCustomAlertRule is the BasicCustomAlertRule implementation for AmqpC2DMessagesNotInAllowedRange.