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
str

The email of this security contact.

Default value: None
phone
str

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
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

email
str

The email of this security contact.

phone
str

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".