Class ServerVulnerabilityAssessmentArgs
Inherited Members
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 SourceServerVulnerabilityAssessmentArgs()
Declaration
public ServerVulnerabilityAssessmentArgs()
Properties
View SourceRecurringScans
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> |
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> |
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> |
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> |
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> |