Documentation ¶
Index ¶
- type AdaptiveApplicationControlsClientAPI
- type AdaptiveNetworkHardeningsClientAPI
- type AdvancedThreatProtectionClientAPI
- type AlertsClientAPI
- type AlertsSuppressionRulesClientAPI
- type AllowedConnectionsClientAPI
- type AutoProvisioningSettingsClientAPI
- type AutomationsClientAPI
- type CompliancesClientAPI
- type ConnectorsClientAPI
- type ContactsClientAPI
- type DeviceSecurityGroupsClientAPI
- type DiscoveredSecuritySolutionsClientAPI
- type ExternalSecuritySolutionsClientAPI
- type InformationProtectionPoliciesClientAPI
- type IoTSecuritySolutionsAnalyticsAggregatedAlertClientAPI
- type IoTSecuritySolutionsAnalyticsAggregatedAlertsClientAPI
- type IoTSecuritySolutionsAnalyticsClientAPI
- type IoTSecuritySolutionsAnalyticsRecommendationClientAPI
- type IoTSecuritySolutionsAnalyticsRecommendationsClientAPI
- type IoTSecuritySolutionsClientAPI
- type IoTSecuritySolutionsResourceGroupClientAPI
- type IotSecuritySolutionClientAPI
- type JitNetworkAccessPoliciesClientAPI
- type LocationsClientAPI
- type OperationsClientAPI
- type PricingsClientAPI
- type RegulatoryComplianceAssessmentsClientAPI
- type RegulatoryComplianceControlsClientAPI
- type RegulatoryComplianceStandardsClientAPI
- type SQLVulnerabilityAssessmentBaselineRulesClientAPI
- type SQLVulnerabilityAssessmentScanResultsClientAPI
- type SQLVulnerabilityAssessmentScansClientAPI
- type SecureScoreControlDefinitionsClientAPI
- type SecureScoreControlsClientAPI
- type SecureScoresClientAPI
- type SettingsClientAPI
- type SubAssessmentsClientAPI
- type TasksClientAPI
- type TopologyClientAPI
- type WorkspaceSettingsClientAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdaptiveApplicationControlsClientAPI ¶
type AdaptiveApplicationControlsClientAPI interface { Delete(ctx context.Context, groupName string) (result autorest.Response, err error) Get(ctx context.Context, groupName string) (result security.AppWhitelistingGroup, err error) List(ctx context.Context, includePathRecommendations *bool, summary *bool) (result security.AppWhitelistingGroups, err error) Put(ctx context.Context, groupName string, body security.AppWhitelistingPutGroupData) (result security.AppWhitelistingGroup, err error) }
AdaptiveApplicationControlsClientAPI contains the set of methods on the AdaptiveApplicationControlsClient type.
type AdaptiveNetworkHardeningsClientAPI ¶
type AdaptiveNetworkHardeningsClientAPI interface { Enforce(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string, body security.AdaptiveNetworkHardeningEnforceRequest) (result security.AdaptiveNetworkHardeningsEnforceFuture, err error) Get(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string, adaptiveNetworkHardeningResourceName string) (result security.AdaptiveNetworkHardening, err error) ListByExtendedResource(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result security.AdaptiveNetworkHardeningsListPage, err error) ListByExtendedResourceComplete(ctx context.Context, resourceGroupName string, resourceNamespace string, resourceType string, resourceName string) (result security.AdaptiveNetworkHardeningsListIterator, err error) }
AdaptiveNetworkHardeningsClientAPI contains the set of methods on the AdaptiveNetworkHardeningsClient type.
type AdvancedThreatProtectionClientAPI ¶
type AdvancedThreatProtectionClientAPI interface { Create(ctx context.Context, resourceID string, advancedThreatProtectionSetting security.AdvancedThreatProtectionSetting) (result security.AdvancedThreatProtectionSetting, err error) Get(ctx context.Context, resourceID string) (result security.AdvancedThreatProtectionSetting, err error) }
AdvancedThreatProtectionClientAPI contains the set of methods on the AdvancedThreatProtectionClient type.
type AlertsClientAPI ¶
type AlertsClientAPI interface { GetResourceGroupLevelAlerts(ctx context.Context, alertName string, resourceGroupName string) (result security.Alert, err error) GetSubscriptionLevelAlert(ctx context.Context, alertName string) (result security.Alert, err error) List(ctx context.Context, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListPage, err error) ListComplete(ctx context.Context, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListIterator, err error) ListResourceGroupLevelAlertsByRegion(ctx context.Context, resourceGroupName string, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListPage, err error) ListResourceGroupLevelAlertsByRegionComplete(ctx context.Context, resourceGroupName string, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListIterator, err error) ListSubscriptionLevelAlertsByRegion(ctx context.Context, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListPage, err error) ListSubscriptionLevelAlertsByRegionComplete(ctx context.Context, filter string, selectParameter string, expand string, autoDismissRuleName string) (result security.AlertListIterator, err error) UpdateResourceGroupLevelAlertStateToDismiss(ctx context.Context, alertName string, resourceGroupName string) (result autorest.Response, err error) UpdateResourceGroupLevelAlertStateToReactivate(ctx context.Context, alertName string, resourceGroupName string) (result autorest.Response, err error) UpdateSubscriptionLevelAlertStateToDismiss(ctx context.Context, alertName string) (result autorest.Response, err error) UpdateSubscriptionLevelAlertStateToReactivate(ctx context.Context, alertName string) (result autorest.Response, err error) }
AlertsClientAPI contains the set of methods on the AlertsClient type.
type AlertsSuppressionRulesClientAPI ¶
type AlertsSuppressionRulesClientAPI interface { Delete(ctx context.Context, alertsSuppressionRuleName string) (result autorest.Response, err error) Get(ctx context.Context, alertsSuppressionRuleName string) (result security.AlertsSuppressionRule, err error) List(ctx context.Context, alertType string) (result security.AlertsSuppressionRulesListPage, err error) ListComplete(ctx context.Context, alertType string) (result security.AlertsSuppressionRulesListIterator, err error) Update(ctx context.Context, alertsSuppressionRuleName string, alertsSuppressionRule security.AlertsSuppressionRule) (result security.AlertsSuppressionRule, err error) }
AlertsSuppressionRulesClientAPI contains the set of methods on the AlertsSuppressionRulesClient type.
type AllowedConnectionsClientAPI ¶
type AllowedConnectionsClientAPI interface { Get(ctx context.Context, resourceGroupName string, connectionType security.ConnectionType) (result security.AllowedConnectionsResource, err error) List(ctx context.Context) (result security.AllowedConnectionsListPage, err error) ListComplete(ctx context.Context) (result security.AllowedConnectionsListIterator, err error) ListByHomeRegion(ctx context.Context) (result security.AllowedConnectionsListPage, err error) ListByHomeRegionComplete(ctx context.Context) (result security.AllowedConnectionsListIterator, err error) }
AllowedConnectionsClientAPI contains the set of methods on the AllowedConnectionsClient type.
type AutoProvisioningSettingsClientAPI ¶
type AutoProvisioningSettingsClientAPI interface { Create(ctx context.Context, settingName string, setting security.AutoProvisioningSetting) (result security.AutoProvisioningSetting, err error) Get(ctx context.Context, settingName string) (result security.AutoProvisioningSetting, err error) List(ctx context.Context) (result security.AutoProvisioningSettingListPage, err error) ListComplete(ctx context.Context) (result security.AutoProvisioningSettingListIterator, err error) }
AutoProvisioningSettingsClientAPI contains the set of methods on the AutoProvisioningSettingsClient type.
type AutomationsClientAPI ¶
type AutomationsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, automationName string, automation security.Automation) (result security.Automation, err error) Delete(ctx context.Context, resourceGroupName string, automationName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, automationName string) (result security.Automation, err error) List(ctx context.Context) (result security.AutomationListPage, err error) ListComplete(ctx context.Context) (result security.AutomationListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result security.AutomationListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result security.AutomationListIterator, err error) Validate(ctx context.Context, resourceGroupName string, automationName string, automation security.Automation) (result security.AutomationValidationStatus, err error) }
AutomationsClientAPI contains the set of methods on the AutomationsClient type.
type CompliancesClientAPI ¶
type CompliancesClientAPI interface { Get(ctx context.Context, scope string, complianceName string) (result security.Compliance, err error) List(ctx context.Context, scope string) (result security.ComplianceListPage, err error) ListComplete(ctx context.Context, scope string) (result security.ComplianceListIterator, err error) }
CompliancesClientAPI contains the set of methods on the CompliancesClient type.
type ConnectorsClientAPI ¶
type ConnectorsClientAPI interface { CreateOrUpdate(ctx context.Context, connectorName string, connectorSetting security.ConnectorSetting) (result security.ConnectorSetting, err error) Delete(ctx context.Context, connectorName string) (result autorest.Response, err error) Get(ctx context.Context, connectorName string) (result security.ConnectorSetting, err error) List(ctx context.Context) (result security.ConnectorSettingListPage, err error) ListComplete(ctx context.Context) (result security.ConnectorSettingListIterator, err error) }
ConnectorsClientAPI contains the set of methods on the ConnectorsClient type.
type ContactsClientAPI ¶
type ContactsClientAPI interface { Create(ctx context.Context, securityContactName string, securityContact security.Contact) (result security.Contact, err error) Delete(ctx context.Context, securityContactName string) (result autorest.Response, err error) Get(ctx context.Context, securityContactName string) (result security.Contact, err error) List(ctx context.Context) (result security.ContactListPage, err error) ListComplete(ctx context.Context) (result security.ContactListIterator, err error) Update(ctx context.Context, securityContactName string, securityContact security.Contact) (result security.Contact, err error) }
ContactsClientAPI contains the set of methods on the ContactsClient type.
type DeviceSecurityGroupsClientAPI ¶
type DeviceSecurityGroupsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceID string, deviceSecurityGroupName string, deviceSecurityGroup security.DeviceSecurityGroup) (result security.DeviceSecurityGroup, err error) Delete(ctx context.Context, resourceID string, deviceSecurityGroupName string) (result autorest.Response, err error) Get(ctx context.Context, resourceID string, deviceSecurityGroupName string) (result security.DeviceSecurityGroup, err error) List(ctx context.Context, resourceID string) (result security.DeviceSecurityGroupListPage, err error) ListComplete(ctx context.Context, resourceID string) (result security.DeviceSecurityGroupListIterator, err error) }
DeviceSecurityGroupsClientAPI contains the set of methods on the DeviceSecurityGroupsClient type.
type DiscoveredSecuritySolutionsClientAPI ¶
type DiscoveredSecuritySolutionsClientAPI interface { Get(ctx context.Context, resourceGroupName string, discoveredSecuritySolutionName string) (result security.DiscoveredSecuritySolution, err error) List(ctx context.Context) (result security.DiscoveredSecuritySolutionListPage, err error) ListComplete(ctx context.Context) (result security.DiscoveredSecuritySolutionListIterator, err error) ListByHomeRegion(ctx context.Context) (result security.DiscoveredSecuritySolutionListPage, err error) ListByHomeRegionComplete(ctx context.Context) (result security.DiscoveredSecuritySolutionListIterator, err error) }
DiscoveredSecuritySolutionsClientAPI contains the set of methods on the DiscoveredSecuritySolutionsClient type.
type ExternalSecuritySolutionsClientAPI ¶
type ExternalSecuritySolutionsClientAPI interface { Get(ctx context.Context, resourceGroupName string, externalSecuritySolutionsName string) (result security.ExternalSecuritySolutionModel, err error) List(ctx context.Context) (result security.ExternalSecuritySolutionListPage, err error) ListComplete(ctx context.Context) (result security.ExternalSecuritySolutionListIterator, err error) ListByHomeRegion(ctx context.Context) (result security.ExternalSecuritySolutionListPage, err error) ListByHomeRegionComplete(ctx context.Context) (result security.ExternalSecuritySolutionListIterator, err error) }
ExternalSecuritySolutionsClientAPI contains the set of methods on the ExternalSecuritySolutionsClient type.
type InformationProtectionPoliciesClientAPI ¶
type InformationProtectionPoliciesClientAPI interface { CreateOrUpdate(ctx context.Context, scope string, informationProtectionPolicyName string, informationProtectionPolicy security.InformationProtectionPolicy) (result security.InformationProtectionPolicy, err error) Get(ctx context.Context, scope string, informationProtectionPolicyName string) (result security.InformationProtectionPolicy, err error) List(ctx context.Context, scope string) (result security.InformationProtectionPolicyListPage, err error) ListComplete(ctx context.Context, scope string) (result security.InformationProtectionPolicyListIterator, err error) }
InformationProtectionPoliciesClientAPI contains the set of methods on the InformationProtectionPoliciesClient type.
type IoTSecuritySolutionsAnalyticsAggregatedAlertClientAPI ¶
type IoTSecuritySolutionsAnalyticsAggregatedAlertClientAPI interface { Dismiss(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, solutionName string, aggregatedAlertName string) (result security.IoTSecurityAggregatedAlert, err error) }
IoTSecuritySolutionsAnalyticsAggregatedAlertClientAPI contains the set of methods on the IoTSecuritySolutionsAnalyticsAggregatedAlertClient type.
type IoTSecuritySolutionsAnalyticsAggregatedAlertsClientAPI ¶
type IoTSecuritySolutionsAnalyticsAggregatedAlertsClientAPI interface { List(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result security.IoTSecurityAggregatedAlertListPage, err error) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result security.IoTSecurityAggregatedAlertListIterator, err error) }
IoTSecuritySolutionsAnalyticsAggregatedAlertsClientAPI contains the set of methods on the IoTSecuritySolutionsAnalyticsAggregatedAlertsClient type.
type IoTSecuritySolutionsAnalyticsClientAPI ¶
type IoTSecuritySolutionsAnalyticsClientAPI interface { GetAll(ctx context.Context, resourceGroupName string, solutionName string) (result security.IoTSecuritySolutionAnalyticsModelList, err error) GetDefault(ctx context.Context, resourceGroupName string, solutionName string) (result security.IoTSecuritySolutionAnalyticsModel, err error) }
IoTSecuritySolutionsAnalyticsClientAPI contains the set of methods on the IoTSecuritySolutionsAnalyticsClient type.
type IoTSecuritySolutionsAnalyticsRecommendationClientAPI ¶
type IoTSecuritySolutionsAnalyticsRecommendationClientAPI interface {
Get(ctx context.Context, resourceGroupName string, solutionName string, aggregatedRecommendationName string) (result security.IoTSecurityAggregatedRecommendation, err error)
}
IoTSecuritySolutionsAnalyticsRecommendationClientAPI contains the set of methods on the IoTSecuritySolutionsAnalyticsRecommendationClient type.
type IoTSecuritySolutionsAnalyticsRecommendationsClientAPI ¶
type IoTSecuritySolutionsAnalyticsRecommendationsClientAPI interface { List(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result security.IoTSecurityAggregatedRecommendationListPage, err error) ListComplete(ctx context.Context, resourceGroupName string, solutionName string, top *int32) (result security.IoTSecurityAggregatedRecommendationListIterator, err error) }
IoTSecuritySolutionsAnalyticsRecommendationsClientAPI contains the set of methods on the IoTSecuritySolutionsAnalyticsRecommendationsClient type.
type IoTSecuritySolutionsClientAPI ¶
type IoTSecuritySolutionsClientAPI interface { List(ctx context.Context, filter string) (result security.IoTSecuritySolutionsListPage, err error) ListComplete(ctx context.Context, filter string) (result security.IoTSecuritySolutionsListIterator, err error) }
IoTSecuritySolutionsClientAPI contains the set of methods on the IoTSecuritySolutionsClient type.
type IoTSecuritySolutionsResourceGroupClientAPI ¶
type IoTSecuritySolutionsResourceGroupClientAPI interface { List(ctx context.Context, resourceGroupName string, filter string) (result security.IoTSecuritySolutionsListPage, err error) ListComplete(ctx context.Context, resourceGroupName string, filter string) (result security.IoTSecuritySolutionsListIterator, err error) }
IoTSecuritySolutionsResourceGroupClientAPI contains the set of methods on the IoTSecuritySolutionsResourceGroupClient type.
type IotSecuritySolutionClientAPI ¶
type IotSecuritySolutionClientAPI interface { Create(ctx context.Context, resourceGroupName string, solutionName string, iotSecuritySolutionData security.IoTSecuritySolutionModel) (result security.IoTSecuritySolutionModel, err error) Delete(ctx context.Context, resourceGroupName string, solutionName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, solutionName string) (result security.IoTSecuritySolutionModel, err error) Update(ctx context.Context, resourceGroupName string, solutionName string, updateIotSecuritySolutionData security.UpdateIotSecuritySolutionData) (result security.IoTSecuritySolutionModel, err error) }
IotSecuritySolutionClientAPI contains the set of methods on the IotSecuritySolutionClient type.
type JitNetworkAccessPoliciesClientAPI ¶
type JitNetworkAccessPoliciesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body security.JitNetworkAccessPolicy) (result security.JitNetworkAccessPolicy, err error) Delete(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string) (result security.JitNetworkAccessPolicy, err error) Initiate(ctx context.Context, resourceGroupName string, jitNetworkAccessPolicyName string, body security.JitNetworkAccessPolicyInitiateRequest) (result security.JitNetworkAccessRequest, err error) List(ctx context.Context) (result security.JitNetworkAccessPoliciesListPage, err error) ListComplete(ctx context.Context) (result security.JitNetworkAccessPoliciesListIterator, err error) ListByRegion(ctx context.Context) (result security.JitNetworkAccessPoliciesListPage, err error) ListByRegionComplete(ctx context.Context) (result security.JitNetworkAccessPoliciesListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result security.JitNetworkAccessPoliciesListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result security.JitNetworkAccessPoliciesListIterator, err error) ListByResourceGroupAndRegion(ctx context.Context, resourceGroupName string) (result security.JitNetworkAccessPoliciesListPage, err error) ListByResourceGroupAndRegionComplete(ctx context.Context, resourceGroupName string) (result security.JitNetworkAccessPoliciesListIterator, err error) }
JitNetworkAccessPoliciesClientAPI contains the set of methods on the JitNetworkAccessPoliciesClient type.
type LocationsClientAPI ¶
type LocationsClientAPI interface { Get(ctx context.Context) (result security.AscLocation, err error) List(ctx context.Context) (result security.AscLocationListPage, err error) ListComplete(ctx context.Context) (result security.AscLocationListIterator, err error) }
LocationsClientAPI contains the set of methods on the LocationsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result security.OperationListPage, err error) ListComplete(ctx context.Context) (result security.OperationListIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PricingsClientAPI ¶
type PricingsClientAPI interface { Get(ctx context.Context, pricingName string) (result security.Pricing, err error) List(ctx context.Context) (result security.PricingList, err error) Update(ctx context.Context, pricingName string, pricing security.Pricing) (result security.Pricing, err error) }
PricingsClientAPI contains the set of methods on the PricingsClient type.
type RegulatoryComplianceAssessmentsClientAPI ¶
type RegulatoryComplianceAssessmentsClientAPI interface { Get(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, regulatoryComplianceAssessmentName string) (result security.RegulatoryComplianceAssessment, err error) List(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, filter string) (result security.RegulatoryComplianceAssessmentListPage, err error) ListComplete(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string, filter string) (result security.RegulatoryComplianceAssessmentListIterator, err error) }
RegulatoryComplianceAssessmentsClientAPI contains the set of methods on the RegulatoryComplianceAssessmentsClient type.
type RegulatoryComplianceControlsClientAPI ¶
type RegulatoryComplianceControlsClientAPI interface { Get(ctx context.Context, regulatoryComplianceStandardName string, regulatoryComplianceControlName string) (result security.RegulatoryComplianceControl, err error) List(ctx context.Context, regulatoryComplianceStandardName string, filter string) (result security.RegulatoryComplianceControlListPage, err error) ListComplete(ctx context.Context, regulatoryComplianceStandardName string, filter string) (result security.RegulatoryComplianceControlListIterator, err error) }
RegulatoryComplianceControlsClientAPI contains the set of methods on the RegulatoryComplianceControlsClient type.
type RegulatoryComplianceStandardsClientAPI ¶
type RegulatoryComplianceStandardsClientAPI interface { Get(ctx context.Context, regulatoryComplianceStandardName string) (result security.RegulatoryComplianceStandard, err error) List(ctx context.Context, filter string) (result security.RegulatoryComplianceStandardListPage, err error) ListComplete(ctx context.Context, filter string) (result security.RegulatoryComplianceStandardListIterator, err error) }
RegulatoryComplianceStandardsClientAPI contains the set of methods on the RegulatoryComplianceStandardsClient type.
type SQLVulnerabilityAssessmentBaselineRulesClientAPI ¶
type SQLVulnerabilityAssessmentBaselineRulesClientAPI interface { Add(ctx context.Context, workspaceID string, APIVersion string, resourceID string, body *security.RulesResultsInput) (result security.RulesResults, err error) CreateOrUpdate(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string, body *security.RuleResultsInput) (result security.RuleResults, err error) Delete(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (result autorest.Response, err error) Get(ctx context.Context, ruleID string, workspaceID string, APIVersion string, resourceID string) (result security.RuleResults, err error) List(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (result security.RulesResults, err error) }
SQLVulnerabilityAssessmentBaselineRulesClientAPI contains the set of methods on the SQLVulnerabilityAssessmentBaselineRulesClient type.
type SQLVulnerabilityAssessmentScanResultsClientAPI ¶
type SQLVulnerabilityAssessmentScanResultsClientAPI interface { Get(ctx context.Context, scanID string, scanResultID string, workspaceID string, APIVersion string, resourceID string) (result security.ScanResult, err error) List(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (result security.ScanResults, err error) }
SQLVulnerabilityAssessmentScanResultsClientAPI contains the set of methods on the SQLVulnerabilityAssessmentScanResultsClient type.
type SQLVulnerabilityAssessmentScansClientAPI ¶
type SQLVulnerabilityAssessmentScansClientAPI interface { Get(ctx context.Context, scanID string, workspaceID string, APIVersion string, resourceID string) (result security.Scan, err error) List(ctx context.Context, workspaceID string, APIVersion string, resourceID string) (result security.Scans, err error) }
SQLVulnerabilityAssessmentScansClientAPI contains the set of methods on the SQLVulnerabilityAssessmentScansClient type.
type SecureScoreControlDefinitionsClientAPI ¶
type SecureScoreControlDefinitionsClientAPI interface { List(ctx context.Context) (result security.SecureScoreControlDefinitionListPage, err error) ListComplete(ctx context.Context) (result security.SecureScoreControlDefinitionListIterator, err error) ListBySubscription(ctx context.Context) (result security.SecureScoreControlDefinitionListPage, err error) ListBySubscriptionComplete(ctx context.Context) (result security.SecureScoreControlDefinitionListIterator, err error) }
SecureScoreControlDefinitionsClientAPI contains the set of methods on the SecureScoreControlDefinitionsClient type.
type SecureScoreControlsClientAPI ¶
type SecureScoreControlsClientAPI interface { List(ctx context.Context, expand security.ExpandControlsEnum) (result security.SecureScoreControlListPage, err error) ListComplete(ctx context.Context, expand security.ExpandControlsEnum) (result security.SecureScoreControlListIterator, err error) ListBySecureScore(ctx context.Context, secureScoreName string, expand security.ExpandControlsEnum) (result security.SecureScoreControlListPage, err error) ListBySecureScoreComplete(ctx context.Context, secureScoreName string, expand security.ExpandControlsEnum) (result security.SecureScoreControlListIterator, err error) }
SecureScoreControlsClientAPI contains the set of methods on the SecureScoreControlsClient type.
type SecureScoresClientAPI ¶
type SecureScoresClientAPI interface { Get(ctx context.Context, secureScoreName string) (result security.SecureScoreItem, err error) List(ctx context.Context) (result security.SecureScoresListPage, err error) ListComplete(ctx context.Context) (result security.SecureScoresListIterator, err error) }
SecureScoresClientAPI contains the set of methods on the SecureScoresClient type.
type SettingsClientAPI ¶
type SettingsClientAPI interface { Get(ctx context.Context, settingName string) (result security.Setting, err error) List(ctx context.Context) (result security.SettingsListPage, err error) ListComplete(ctx context.Context) (result security.SettingsListIterator, err error) Update(ctx context.Context, settingName string, setting security.Setting) (result security.Setting, err error) }
SettingsClientAPI contains the set of methods on the SettingsClient type.
type SubAssessmentsClientAPI ¶
type SubAssessmentsClientAPI interface { Get(ctx context.Context, scope string, assessmentName string, subAssessmentName string) (result security.SubAssessment, err error) List(ctx context.Context, scope string, assessmentName string) (result security.SubAssessmentListPage, err error) ListComplete(ctx context.Context, scope string, assessmentName string) (result security.SubAssessmentListIterator, err error) ListAll(ctx context.Context, scope string) (result security.SubAssessmentListPage, err error) ListAllComplete(ctx context.Context, scope string) (result security.SubAssessmentListIterator, err error) }
SubAssessmentsClientAPI contains the set of methods on the SubAssessmentsClient type.
type TasksClientAPI ¶
type TasksClientAPI interface { GetResourceGroupLevelTask(ctx context.Context, resourceGroupName string, taskName string) (result security.Task, err error) GetSubscriptionLevelTask(ctx context.Context, taskName string) (result security.Task, err error) List(ctx context.Context, filter string) (result security.TaskListPage, err error) ListComplete(ctx context.Context, filter string) (result security.TaskListIterator, err error) ListByHomeRegion(ctx context.Context, filter string) (result security.TaskListPage, err error) ListByHomeRegionComplete(ctx context.Context, filter string) (result security.TaskListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string) (result security.TaskListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string) (result security.TaskListIterator, err error) UpdateResourceGroupLevelTaskState(ctx context.Context, resourceGroupName string, taskName string, taskUpdateActionType string) (result autorest.Response, err error) UpdateSubscriptionLevelTaskState(ctx context.Context, taskName string, taskUpdateActionType string) (result autorest.Response, err error) }
TasksClientAPI contains the set of methods on the TasksClient type.
type TopologyClientAPI ¶
type TopologyClientAPI interface { Get(ctx context.Context, resourceGroupName string, topologyResourceName string) (result security.TopologyResource, err error) List(ctx context.Context) (result security.TopologyListPage, err error) ListComplete(ctx context.Context) (result security.TopologyListIterator, err error) ListByHomeRegion(ctx context.Context) (result security.TopologyListPage, err error) ListByHomeRegionComplete(ctx context.Context) (result security.TopologyListIterator, err error) }
TopologyClientAPI contains the set of methods on the TopologyClient type.
type WorkspaceSettingsClientAPI ¶
type WorkspaceSettingsClientAPI interface { Create(ctx context.Context, workspaceSettingName string, workspaceSetting security.WorkspaceSetting) (result security.WorkspaceSetting, err error) Delete(ctx context.Context, workspaceSettingName string) (result autorest.Response, err error) Get(ctx context.Context, workspaceSettingName string) (result security.WorkspaceSetting, err error) List(ctx context.Context) (result security.WorkspaceSettingListPage, err error) ListComplete(ctx context.Context) (result security.WorkspaceSettingListIterator, err error) Update(ctx context.Context, workspaceSettingName string, workspaceSetting security.WorkspaceSetting) (result security.WorkspaceSetting, err error) }
WorkspaceSettingsClientAPI contains the set of methods on the WorkspaceSettingsClient type.