Security Contacts - Get

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

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

URI 매개 변수

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

string

보안 연락처 개체의 이름

subscriptionId
path True

string

Azure 구독 ID입니다.

Regex pattern: ^[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

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation 사용자 계정 가장

예제

Get a security contact

Sample Request

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

Sample Response

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

정의

Name Description
AlertNotifications

새 보안 경고에 대한 메일 알림 보낼지 여부를 정의합니다.

CloudError

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

CloudErrorBody

오류 세부 정보입니다.

ErrorAdditionalInfo

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

minimalSeverity

메일 알림 전송될 최소 경고 심각도를 정의합니다.

NotificationsByRole

클라우드용 Microsoft Defender 구독에 특정 RBAC 역할이 있는 사용자에게 메일 알림 보낼지 여부를 정의합니다.

roles

클라우드용 Microsoft Defender 메일 알림 가져올 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

SecurityContact

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

state

새 보안 경고에 대해 메일 알림 전송되는지를 정의합니다.

AlertNotifications

새 보안 경고에 대한 메일 알림 보낼지 여부를 정의합니다.

Name 형식 Description
minimalSeverity

minimalSeverity

메일 알림 전송될 최소 경고 심각도를 정의합니다.

state

state

새 보안 경고에 대해 메일 알림 전송되는지를 정의합니다.

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

추가 정보 유형입니다.

minimalSeverity

메일 알림 전송될 최소 경고 심각도를 정의합니다.

Name 형식 Description
High

string

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

Low

string

심각도가 낮거나 중간 또는 높은 새 경고에 대한 알림을 받지 않음

Medium

string

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

NotificationsByRole

클라우드용 Microsoft Defender 구독에 특정 RBAC 역할이 있는 사용자에게 메일 알림 보낼지 여부를 정의합니다.

Name 형식 Description
roles

roles[]

클라우드용 Microsoft Defender 메일 알림 가져올 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

state

state

AMicrosoft Defender for Cloud에서 구독에 특정 RBAC 역할이 있는 사용자에게 메일 알림 보낼지 여부를 정의합니다.

roles

클라우드용 Microsoft Defender 메일 알림 가져올 RBAC 역할을 정의합니다. 허용되는 RBAC 역할 목록:

Name 형식 Description
AccountAdmin

string

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

Contributor

string

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

Owner

string

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

ServiceAdmin

string

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

SecurityContact

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

Name 형식 Description
id

string

리소스 ID

name

string

리소스 이름

properties.alertNotifications

AlertNotifications

새 보안 경고에 대한 메일 알림 보낼지 여부를 정의합니다.

properties.emails

string

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

properties.notificationsByRole

NotificationsByRole

클라우드용 Microsoft Defender 구독에 특정 RBAC 역할이 있는 사용자에게 메일 알림 보낼지 여부를 정의합니다.

properties.phone

string

보안 연락처의 전화 번호

type

string

리소스 유형

state

새 보안 경고에 대해 메일 알림 전송되는지를 정의합니다.

Name 형식 Description
Off

string

새 경고에 대한 알림을 받지 않음

On

string

새 경고에 대한 알림 받기