다음을 통해 공유


SecurityContact type

보안 문제에 대한 연락처 세부 정보

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