SecurityContact Class
Contact details for security issues.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
SecurityContact(*, email: str | None = None, phone: str | None = None, alert_notifications: str | _models.AlertNotifications | None = None, alerts_to_admins: str | _models.AlertsToAdmins | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
email
|
The email of this security contact. Default value: None
|
|
phone
|
The phone number of this security contact. Default value: None
|
|
alert_notifications
|
Whether to send security alerts notifications to the security contact. Known values are: "On" and "Off". Default value: None
|
|
alerts_to_admins
|
Whether to send security alerts notifications to subscription admins. Known values are: "On" and "Off". Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
email
|
The email of this security contact. |
|
phone
|
The phone number of this security contact. |
|
alert_notifications
|
Whether to send security alerts notifications to the security contact. Known values are: "On" and "Off". |
|
alerts_to_admins
|
Whether to send security alerts notifications to subscription admins. Known values are: "On" and "Off". |