This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.sql.getManagedInstanceVulnerabilityAssessment
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the managed instance’s vulnerability assessment. Azure REST API version: 2021-11-01.
Other available API versions: 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview, 2024-05-01-preview.
Using getManagedInstanceVulnerabilityAssessment
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 getManagedInstanceVulnerabilityAssessment(args: GetManagedInstanceVulnerabilityAssessmentArgs, opts?: InvokeOptions): Promise<GetManagedInstanceVulnerabilityAssessmentResult>
function getManagedInstanceVulnerabilityAssessmentOutput(args: GetManagedInstanceVulnerabilityAssessmentOutputArgs, opts?: InvokeOptions): Output<GetManagedInstanceVulnerabilityAssessmentResult>def get_managed_instance_vulnerability_assessment(managed_instance_name: Optional[str] = None,
                                                  resource_group_name: Optional[str] = None,
                                                  vulnerability_assessment_name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetManagedInstanceVulnerabilityAssessmentResult
def get_managed_instance_vulnerability_assessment_output(managed_instance_name: Optional[pulumi.Input[str]] = None,
                                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                                  vulnerability_assessment_name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetManagedInstanceVulnerabilityAssessmentResult]func LookupManagedInstanceVulnerabilityAssessment(ctx *Context, args *LookupManagedInstanceVulnerabilityAssessmentArgs, opts ...InvokeOption) (*LookupManagedInstanceVulnerabilityAssessmentResult, error)
func LookupManagedInstanceVulnerabilityAssessmentOutput(ctx *Context, args *LookupManagedInstanceVulnerabilityAssessmentOutputArgs, opts ...InvokeOption) LookupManagedInstanceVulnerabilityAssessmentResultOutput> Note: This function is named LookupManagedInstanceVulnerabilityAssessment in the Go SDK.
public static class GetManagedInstanceVulnerabilityAssessment 
{
    public static Task<GetManagedInstanceVulnerabilityAssessmentResult> InvokeAsync(GetManagedInstanceVulnerabilityAssessmentArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedInstanceVulnerabilityAssessmentResult> Invoke(GetManagedInstanceVulnerabilityAssessmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedInstanceVulnerabilityAssessmentResult> getManagedInstanceVulnerabilityAssessment(GetManagedInstanceVulnerabilityAssessmentArgs args, InvokeOptions options)
public static Output<GetManagedInstanceVulnerabilityAssessmentResult> getManagedInstanceVulnerabilityAssessment(GetManagedInstanceVulnerabilityAssessmentArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:sql:getManagedInstanceVulnerabilityAssessment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagedInstance stringName 
- The name of the managed instance for which the vulnerability assessment is defined.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- VulnerabilityAssessment stringName 
- The name of the vulnerability assessment.
- ManagedInstance stringName 
- The name of the managed instance for which the vulnerability assessment is defined.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- VulnerabilityAssessment stringName 
- The name of the vulnerability assessment.
- managedInstance StringName 
- The name of the managed instance for which the vulnerability assessment is defined.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- vulnerabilityAssessment StringName 
- The name of the vulnerability assessment.
- managedInstance stringName 
- The name of the managed instance for which the vulnerability assessment is defined.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- vulnerabilityAssessment stringName 
- The name of the vulnerability assessment.
- managed_instance_ strname 
- The name of the managed instance for which the vulnerability assessment is defined.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- vulnerability_assessment_ strname 
- The name of the vulnerability assessment.
- managedInstance StringName 
- The name of the managed instance for which the vulnerability assessment is defined.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- vulnerabilityAssessment StringName 
- The name of the vulnerability assessment.
getManagedInstanceVulnerabilityAssessment Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- Resource name.
- Type string
- Resource type.
- RecurringScans Pulumi.Azure Native. Sql. Outputs. Vulnerability Assessment Recurring Scans Properties Response 
- The recurring scans settings
- Id string
- Resource ID.
- Name string
- Resource name.
- Type string
- Resource type.
- RecurringScans VulnerabilityAssessment Recurring Scans Properties Response 
- The recurring scans settings
- id String
- Resource ID.
- name String
- Resource name.
- type String
- Resource type.
- recurringScans VulnerabilityAssessment Recurring Scans Properties Response 
- The recurring scans settings
- id string
- Resource ID.
- name string
- Resource name.
- type string
- Resource type.
- recurringScans VulnerabilityAssessment Recurring Scans Properties Response 
- The recurring scans settings
- id str
- Resource ID.
- name str
- Resource name.
- type str
- Resource type.
- recurring_scans VulnerabilityAssessment Recurring Scans Properties Response 
- The recurring scans settings
- id String
- Resource ID.
- name String
- Resource name.
- type String
- Resource type.
- recurringScans Property Map
- The recurring scans settings
Supporting Types
VulnerabilityAssessmentRecurringScansPropertiesResponse     
- EmailSubscription boolAdmins 
- 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.
- EmailSubscription boolAdmins 
- 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.
- emailSubscription BooleanAdmins 
- 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.
- emailSubscription booleanAdmins 
- 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_ booladmins 
- 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.
- emailSubscription BooleanAdmins 
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi