Show / Hide Table of Contents

Class ContactArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContactArgs
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.SecurityCenter
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ContactArgs : ResourceArgs

Constructors

View Source

ContactArgs()

Declaration
public ContactArgs()

Properties

View Source

AlertNotifications

Whether to send security alerts notifications to the security contact.

Declaration
public Input<bool> AlertNotifications { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AlertsToAdmins

Whether to send security alerts notifications to subscription admins.

Declaration
public Input<bool> AlertsToAdmins { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Email

The email of the Security Center Contact.

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Phone

The phone number of the Security Center Contact.

Declaration
public Input<string> Phone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.