Class ContactState
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.SecurityCenter
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ContactState : ResourceArgs
Constructors
View SourceContactState()
Declaration
public ContactState()
Properties
View SourceAlertNotifications
Whether to send security alerts notifications to the security contact.
Declaration
public Input<bool> AlertNotifications { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AlertsToAdmins
Whether to send security alerts notifications to subscription admins.
Declaration
public Input<bool> AlertsToAdmins { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
The email of the Security Center Contact.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Phone
The phone number of the Security Center Contact.
Declaration
public Input<string> Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |