Show / Hide Table of Contents

Class ServerVulnerabilityAssessmentRecurringScansArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerVulnerabilityAssessmentRecurringScansArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServerVulnerabilityAssessmentRecurringScansArgs()

Declaration
public ServerVulnerabilityAssessmentRecurringScansArgs()

Properties

View Source

Emails

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

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

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