共用方式為


SecurityContact type

安全性問題的連絡詳細數據

type SecurityContact = Resource & {
  alertNotifications?: AlertNotifications
  alertsToAdmins?: AlertsToAdmins
  email?: string
  phone?: string
}