次の方法で共有


SecurityContact type

セキュリティの問題に関する連絡先の詳細

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