你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityContact Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contact details and configurations for notifications coming from Microsoft Defender for Cloud.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecurityContact : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecurityContact = class
inherit Resource
Public Class SecurityContact
Inherits Resource
- Inheritance
- Attributes
Constructors
SecurityContact() |
Initializes a new instance of the SecurityContact class. |
SecurityContact(String, String, String, String, String, SecurityContactPropertiesAlertNotifications, SecurityContactPropertiesNotificationsByRole) |
Initializes a new instance of the SecurityContact class. |
Properties
AlertNotifications |
Gets or sets defines whether to send email notifications about new security alerts |
Emails |
Gets or sets list of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact. |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
NotificationsByRole |
Gets or sets defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription. |
Phone |
Gets or sets the security contact's phone number |
Type |
Gets resource type (Inherited from Resource) |
Extension Methods
ConvertToPSType(SecurityContact) |