Show / Hide Table of Contents

Class ServerVulnerabilityAssessmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerVulnerabilityAssessmentArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MSSql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerVulnerabilityAssessmentArgs : ResourceArgs

Constructors

View Source

ServerVulnerabilityAssessmentArgs()

Declaration
public ServerVulnerabilityAssessmentArgs()

Properties

View Source

RecurringScans

The recurring scans settings. The recurring_scans block supports fields documented below.

Declaration
public Input<ServerVulnerabilityAssessmentRecurringScansArgs> RecurringScans { get; set; }
Property Value
Type Description
Input<ServerVulnerabilityAssessmentRecurringScansArgs>
View Source

ServerSecurityAlertPolicyId

The id of the security alert policy of the MS SQL Server. Changing this forces a new resource to be created.

Declaration
public Input<string> ServerSecurityAlertPolicyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountAccessKey

Specifies the identifier key of the storage account for vulnerability assessment scan results. If storage_container_sas_key isn't specified, storage_account_access_key is required.

Declaration
public Input<string> StorageAccountAccessKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageContainerPath

A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).

Declaration
public Input<string> StorageContainerPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageContainerSasKey

A shared access signature (SAS Key) that has write access to the blob container specified in storage_container_path parameter. If storage_account_access_key isn't specified, storage_container_sas_key is required.

Declaration
public Input<string> StorageContainerSasKey { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.