Class DatabaseVulnerabilityAssessmentRuleBaselineState
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 DatabaseVulnerabilityAssessmentRuleBaselineState : ResourceArgs
Constructors
View SourceDatabaseVulnerabilityAssessmentRuleBaselineState()
Declaration
public DatabaseVulnerabilityAssessmentRuleBaselineState()
Properties
View SourceBaselineName
The name of the vulnerability assessment rule baseline. Valid options are default and master. default implies a baseline on a database level rule and master for server level rule. Defaults to default. Changing this forces a new resource to be created.
Declaration
public Input<string> BaselineName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BaselineResults
A baseline_result block as documented below. Multiple blocks can be defined.
Declaration
public InputList<DatabaseVulnerabilityAssessmentRuleBaselineBaselineResultGetArgs> BaselineResults { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DatabaseVulnerabilityAssessmentRuleBaselineBaselineResultGetArgs> |
DatabaseName
Specifies the name of the MS SQL Database. Changing this forces a new resource to be created.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RuleId
The vulnerability assessment rule ID. Changing this forces a new resource to be created.
Declaration
public Input<string> RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerVulnerabilityAssessmentId
The Vulnerability Assessment ID of the MS SQL Server. Changing this forces a new resource to be created.
Declaration
public Input<string> ServerVulnerabilityAssessmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |