Show / Hide Table of Contents

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 Source

Emails

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.