다음을 통해 공유


Security Contacts - Get

구독에 대한 기본 보안 연락처 구성 가져오기

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/default?api-version=2023-12-01-preview

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
securityContactName
path True

securityContactName

보안 연락처 개체의 이름

regex 패턴: ^(default)$

subscriptionId
path True

string

Azure 구독 ID

regex 패턴: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

작업에 대한 API 버전

응답

Name 형식 Description
200 OK

SecurityContact

그래

Other Status Codes

CloudError

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

Get a security contact

샘플 요청

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/securityContacts/default?api-version=2023-12-01-preview

샘플 응답

{
  "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/securityContacts/default",
  "name": "default",
  "type": "Microsoft.Security/securityContacts",
  "properties": {
    "notificationsByRole": {
      "state": "On",
      "roles": [
        "Owner"
      ]
    },
    "isEnabled": true,
    "emails": "john@contoso.com;jane@contoso.com",
    "phone": "(214)275-4038",
    "notificationsSources": [
      {
        "sourceType": "AttackPath",
        "minimalRiskLevel": "Critical"
      },
      {
        "sourceType": "Alert",
        "minimalSeverity": "Medium"
      }
    ]
  }
}

정의

Name Description
CloudError

실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. 또한 OData 오류 응답 형식을 따릅니다.

CloudErrorBody

오류 세부 정보입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

minimalRiskLevel

이메일 알림으로 전송될 최소 연결 경로 위험 수준을 정의합니다.

minimalSeverity
NotificationsByRole

Microsoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

NotificationsSourceAlert

경고 알림 원본

NotificationsSourceAttackPath

공격 경로 알림 원본

SecurityContact

클라우드용 Microsoft Defender에서 제공되는 알림에 대한 연락처 세부 정보 및 구성입니다.

securityContactName

보안 연락처 개체의 이름

securityContactRole

클라우드용 Microsoft Defender에서 전자 메일 알림을 받을 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

state

AMicrosoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

CloudError

실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. 또한 OData 오류 응답 형식을 따릅니다.

Name 형식 Description
error.additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

error.code

string

오류 코드입니다.

error.details

CloudErrorBody[]

오류 세부 정보입니다.

error.message

string

오류 메시지입니다.

error.target

string

오류 대상입니다.

CloudErrorBody

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

CloudErrorBody[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

minimalRiskLevel

이메일 알림으로 전송될 최소 연결 경로 위험 수준을 정의합니다.

Name 형식 Description
Critical

string

위험 수준이 중요한 새 공격 경로에 대한 알림 받기

High

string

위험 수준이 높거나 위험 수준이 높은 새 공격 경로에 대한 알림 받기

Low

string

낮음, 중간, 높음 또는 위험 수준이 있는 새 연결 경로에 대한 알림 받기

Medium

string

중간, 높음 또는 위험 수준이 있는 새 연결 경로에 대한 알림 받기

minimalSeverity

Name 형식 Description
High

string

심각도가 높은 새 경고에 대한 알림 받기

Low

string

심각도가 낮음, 중간 또는 높음인 새 경고에 대한 알림 받기

Medium

string

심각도가 중간 또는 높음인 새 경고에 대한 알림 받기

NotificationsByRole

Microsoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

Name 형식 Description
roles

securityContactRole[]

클라우드용 Microsoft Defender에서 전자 메일 알림을 받을 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

state

state

AMicrosoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

NotificationsSourceAlert

경고 알림 원본

Name 형식 Description
minimalSeverity

minimalSeverity

sourceType string:

Alert

알림을 트리거할 원본 유형입니다.

NotificationsSourceAttackPath

공격 경로 알림 원본

Name 형식 Description
minimalRiskLevel

minimalRiskLevel

이메일 알림으로 전송될 최소 연결 경로 위험 수준을 정의합니다.

sourceType string:

AttackPath

알림을 트리거할 원본 유형입니다.

SecurityContact

클라우드용 Microsoft Defender에서 제공되는 알림에 대한 연락처 세부 정보 및 구성입니다.

Name 형식 Description
id

string

리소스 ID

name

string

리소스 이름

properties.emails

string

이 보안 연락처에 정의된 구성으로 클라우드용 Microsoft Defender에서 알림을 받을 전자 메일 주소 목록입니다.

properties.isEnabled

boolean

보안 연락처를 사용할 수 있는지 여부를 나타냅니다.

properties.notificationsByRole

NotificationsByRole

Microsoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

properties.notificationsSources NotificationsSource[]:

전자 메일 알림을 평가하는 원본 형식의 컬렉션입니다.

properties.phone

string

보안 연락처의 전화 번호

type

string

리소스 종류

securityContactName

보안 연락처 개체의 이름

Name 형식 Description
default

string

보안 연락처 개체의 적용 가능한 단일 이름

securityContactRole

클라우드용 Microsoft Defender에서 전자 메일 알림을 받을 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

Name 형식 Description
AccountAdmin

string

사용하도록 설정된 경우 계정 관리자에게 새 경고에 대한 알림을 보냅니다.

Contributor

string

사용하도록 설정된 경우 구독 기여자에게 새 경고에 대한 알림을 보냅니다.

Owner

string

사용하도록 설정된 경우 구독 소유자에게 새 경고에 대한 알림을 보냅니다.

ServiceAdmin

string

사용하도록 설정된 경우 서비스 관리자에게 새 경고에 대한 알림을 보냅니다.

state

AMicrosoft Defender for Cloud에서 구독의 특정 RBAC 역할을 가진 사람에게 전자 메일 알림을 보낼지 여부를 정의합니다.

Name 형식 Description
Off

string

구독 관리자에게 새 경고에 대한 알림을 보내지 않음

On

string

구독 관리자에게 새 경고에 대한 알림 보내기