Class ServerVulnerabilityAssessmentRecurringScans
Inheritance
System.Object
ServerVulnerabilityAssessmentRecurringScans
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerVulnerabilityAssessmentRecurringScans
Fields
View SourceEmails
Specifies an array of e-mail addresses to which the scan notification is sent.
Declaration
public readonly ImmutableArray<string> Emails
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
EmailSubscriptionAdmins
Boolean flag which specifies if the schedule scan notification will be sent to the subscription administrators. Defaults to false.
Declaration
public readonly bool? EmailSubscriptionAdmins
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enabled
Boolean flag which specifies if recurring scans is enabled or disabled. Defaults to false.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |