azure-native.sql.getDatabaseVulnerabilityAssessment
Gets the database’s vulnerability assessment. API Version: 2020-11-01-preview.
Using getDatabaseVulnerabilityAssessment
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 getDatabaseVulnerabilityAssessment(args: GetDatabaseVulnerabilityAssessmentArgs, opts?: InvokeOptions): Promise<GetDatabaseVulnerabilityAssessmentResult>
function getDatabaseVulnerabilityAssessmentOutput(args: GetDatabaseVulnerabilityAssessmentOutputArgs, opts?: InvokeOptions): Output<GetDatabaseVulnerabilityAssessmentResult>
def get_database_vulnerability_assessment(database_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
vulnerability_assessment_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseVulnerabilityAssessmentResult
def get_database_vulnerability_assessment_output(database_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
server_name: Optional[pulumi.Input[str]] = None,
vulnerability_assessment_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseVulnerabilityAssessmentResult]
func LookupDatabaseVulnerabilityAssessment(ctx *Context, args *LookupDatabaseVulnerabilityAssessmentArgs, opts ...InvokeOption) (*LookupDatabaseVulnerabilityAssessmentResult, error)
func LookupDatabaseVulnerabilityAssessmentOutput(ctx *Context, args *LookupDatabaseVulnerabilityAssessmentOutputArgs, opts ...InvokeOption) LookupDatabaseVulnerabilityAssessmentResultOutput
> Note: This function is named LookupDatabaseVulnerabilityAssessment
in the Go SDK.
public static class GetDatabaseVulnerabilityAssessment
{
public static Task<GetDatabaseVulnerabilityAssessmentResult> InvokeAsync(GetDatabaseVulnerabilityAssessmentArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseVulnerabilityAssessmentResult> Invoke(GetDatabaseVulnerabilityAssessmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseVulnerabilityAssessmentResult> getDatabaseVulnerabilityAssessment(GetDatabaseVulnerabilityAssessmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:sql:getDatabaseVulnerabilityAssessment
arguments:
# arguments dictionary
The following arguments are supported:
- Database
Name string The name of the database for which the vulnerability assessment is defined.
- Resource
Group 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.
- Server
Name string The name of the server.
- Vulnerability
Assessment stringName The name of the vulnerability assessment.
- Database
Name string The name of the database for which the vulnerability assessment is defined.
- Resource
Group 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.
- Server
Name string The name of the server.
- Vulnerability
Assessment stringName The name of the vulnerability assessment.
- database
Name String The name of the database for which the vulnerability assessment is defined.
- resource
Group 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.
- server
Name String The name of the server.
- vulnerability
Assessment StringName The name of the vulnerability assessment.
- database
Name string The name of the database for which the vulnerability assessment is defined.
- resource
Group 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.
- server
Name string The name of the server.
- vulnerability
Assessment stringName The name of the vulnerability assessment.
- database_
name str The name of the database 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.
- server_
name str The name of the server.
- vulnerability_
assessment_ strname The name of the vulnerability assessment.
- database
Name String The name of the database for which the vulnerability assessment is defined.
- resource
Group 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.
- server
Name String The name of the server.
- vulnerability
Assessment StringName The name of the vulnerability assessment.
getDatabaseVulnerabilityAssessment Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Type string
Resource type.
- Recurring
Scans 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.
- Recurring
Scans VulnerabilityAssessment Recurring Scans Properties Response The recurring scans settings
- id String
Resource ID.
- name String
Resource name.
- type String
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.
- recurring
Scans 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.
- recurring
Scans Property Map The recurring scans settings
Supporting Types
VulnerabilityAssessmentRecurringScansPropertiesResponse
- Email
Subscription 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.
- Is
Enabled bool Recurring scans state.
- Email
Subscription 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.
- Is
Enabled bool Recurring scans state.
- email
Subscription 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.
- is
Enabled Boolean Recurring scans state.
- email
Subscription 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.
- is
Enabled 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.
- email
Subscription 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.
- is
Enabled Boolean Recurring scans state.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0