1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getWorkspaceManagedSqlServerVulnerabilityAssessment
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.synapse.getWorkspaceManagedSqlServerVulnerabilityAssessment

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get workspace managed sql server’s vulnerability assessment.

Uses Azure REST API version 2021-06-01.

Other available API versions: 2021-04-01-preview, 2021-05-01, 2021-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native synapse [ApiVersion]. See the version guide for details.

Using getWorkspaceManagedSqlServerVulnerabilityAssessment

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getWorkspaceManagedSqlServerVulnerabilityAssessment(args: GetWorkspaceManagedSqlServerVulnerabilityAssessmentArgs, opts?: InvokeOptions): Promise<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult>
function getWorkspaceManagedSqlServerVulnerabilityAssessmentOutput(args: GetWorkspaceManagedSqlServerVulnerabilityAssessmentOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult>
Copy
def get_workspace_managed_sql_server_vulnerability_assessment(resource_group_name: Optional[str] = None,
                                                              vulnerability_assessment_name: Optional[str] = None,
                                                              workspace_name: Optional[str] = None,
                                                              opts: Optional[InvokeOptions] = None) -> GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult
def get_workspace_managed_sql_server_vulnerability_assessment_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                              vulnerability_assessment_name: Optional[pulumi.Input[str]] = None,
                                                              workspace_name: Optional[pulumi.Input[str]] = None,
                                                              opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult]
Copy
func LookupWorkspaceManagedSqlServerVulnerabilityAssessment(ctx *Context, args *LookupWorkspaceManagedSqlServerVulnerabilityAssessmentArgs, opts ...InvokeOption) (*LookupWorkspaceManagedSqlServerVulnerabilityAssessmentResult, error)
func LookupWorkspaceManagedSqlServerVulnerabilityAssessmentOutput(ctx *Context, args *LookupWorkspaceManagedSqlServerVulnerabilityAssessmentOutputArgs, opts ...InvokeOption) LookupWorkspaceManagedSqlServerVulnerabilityAssessmentResultOutput
Copy

> Note: This function is named LookupWorkspaceManagedSqlServerVulnerabilityAssessment in the Go SDK.

public static class GetWorkspaceManagedSqlServerVulnerabilityAssessment 
{
    public static Task<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult> InvokeAsync(GetWorkspaceManagedSqlServerVulnerabilityAssessmentArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult> Invoke(GetWorkspaceManagedSqlServerVulnerabilityAssessmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult> getWorkspaceManagedSqlServerVulnerabilityAssessment(GetWorkspaceManagedSqlServerVulnerabilityAssessmentArgs args, InvokeOptions options)
public static Output<GetWorkspaceManagedSqlServerVulnerabilityAssessmentResult> getWorkspaceManagedSqlServerVulnerabilityAssessment(GetWorkspaceManagedSqlServerVulnerabilityAssessmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:synapse:getWorkspaceManagedSqlServerVulnerabilityAssessment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VulnerabilityAssessmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vulnerability assessment.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
VulnerabilityAssessmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vulnerability assessment.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
vulnerabilityAssessmentName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vulnerability assessment.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
vulnerabilityAssessmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vulnerability assessment.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
vulnerability_assessment_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the vulnerability assessment.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
vulnerabilityAssessmentName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vulnerability assessment.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.

getWorkspaceManagedSqlServerVulnerabilityAssessment Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
StorageContainerPath string
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
RecurringScans Pulumi.AzureNative.Synapse.Outputs.VulnerabilityAssessmentRecurringScansPropertiesResponse
The recurring scans settings
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
StorageContainerPath string
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
RecurringScans VulnerabilityAssessmentRecurringScansPropertiesResponse
The recurring scans settings
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
storageContainerPath String
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
recurringScans VulnerabilityAssessmentRecurringScansPropertiesResponse
The recurring scans settings
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
storageContainerPath string
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
recurringScans VulnerabilityAssessmentRecurringScansPropertiesResponse
The recurring scans settings
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
storage_container_path str
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
recurring_scans VulnerabilityAssessmentRecurringScansPropertiesResponse
The recurring scans settings
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
storageContainerPath String
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
recurringScans Property Map
The recurring scans settings

Supporting Types

VulnerabilityAssessmentRecurringScansPropertiesResponse

EmailSubscriptionAdmins bool
Specifies that the schedule scan notification will be is sent to the subscription administrators.
Emails List<string>
Specifies an array of e-mail addresses to which the scan notification is sent.
IsEnabled bool
Recurring scans state.
EmailSubscriptionAdmins bool
Specifies that the schedule scan notification will be is sent to the subscription administrators.
Emails []string
Specifies an array of e-mail addresses to which the scan notification is sent.
IsEnabled bool
Recurring scans state.
emailSubscriptionAdmins Boolean
Specifies that the schedule scan notification will be is sent to the subscription administrators.
emails List<String>
Specifies an array of e-mail addresses to which the scan notification is sent.
isEnabled Boolean
Recurring scans state.
emailSubscriptionAdmins boolean
Specifies that the schedule scan notification will be is sent to the subscription administrators.
emails string[]
Specifies an array of e-mail addresses to which the scan notification is sent.
isEnabled boolean
Recurring scans state.
email_subscription_admins bool
Specifies that the schedule scan notification will be is sent to the subscription administrators.
emails Sequence[str]
Specifies an array of e-mail addresses to which the scan notification is sent.
is_enabled bool
Recurring scans state.
emailSubscriptionAdmins Boolean
Specifies that the schedule scan notification will be is sent to the subscription administrators.
emails List<String>
Specifies an array of e-mail addresses to which the scan notification is sent.
isEnabled Boolean
Recurring scans state.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi