Class ServerVulnerabilityAssessmentRecurringScansArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerVulnerabilityAssessmentRecurringScansArgs : ResourceArgs
Constructors
View SourceServerVulnerabilityAssessmentRecurringScansArgs()
Declaration
public ServerVulnerabilityAssessmentRecurringScansArgs()
Properties
View SourceEmails
Specifies an array of e-mail addresses to which the scan notification is sent.
Declaration
public InputList<string> Emails { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EmailSubscriptionAdmins
Boolean flag which specifies if the schedule scan notification will be sent to the subscription administrators. Defaults to false.
Declaration
public Input<bool> EmailSubscriptionAdmins { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Enabled
Boolean flag which specifies if recurring scans is enabled or disabled. Defaults to false.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |