REST Resource: organizations.locations.notificationConfigs

리소스: NotificationConfig

Cloud Security Command Center (Cloud SCC) 알림 구성

알림 구성은 발견 항목, 애셋 등의 생성/업데이트 이벤트에 관한 알림을 전송하는 구성이 포함된 Cloud SCC 리소스입니다.

JSON 표현
{
  "name": string,
  "description": string,
  "pubsubTopic": string,
  "serviceAccount": string,
  "updateTime": string,

  // Union field notify_config can be only one of the following:
  "streamingConfig": {
    object (StreamingConfig)
  }
  // End of list of possible types for union field notify_config.
}
필드
name

string

식별자. 이 알림 구성의 상대 리소스 이름입니다. 참고: https://cloud.google.com/apis/design/resource_names#relative_resource_name 다음 목록에는 몇 가지 예가 나와 있습니다. + organizations/{organization_id}/locations/{locationId}/notificationConfigs/notify_public_bucket + folders/{folder_id}/locations/{locationId}/notificationConfigs/notify_public_bucket + projects/{projectId}/locations/{locationId}/notificationConfigs/notify_public_bucket

description

string

알림 구성의 설명입니다 (최대 1,024자).

pubsubTopic

string

알림을 보낼 Pub/Sub 주제입니다. 형식은 'projects/[projectId]/topics/[topic]'입니다.

serviceAccount

string

출력 전용입니다. Pub/Sub 주제에 게시하려면 'pubsub.topics.publish' 권한이 필요한 서비스 계정

updateTime

string (Timestamp format)

출력 전용입니다. 알림 구성이 마지막으로 업데이트된 시점의 타임스탬프입니다.

생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.

통합 필드 notify_config. 알림 트리거 구성입니다. notify_config은 다음 중 하나여야 합니다.
streamingConfig

object (StreamingConfig)

스트리밍 기반 알림을 트리거하기 위한 구성입니다.

메서드

create

알림 구성을 만듭니다.

delete

알림 구성을 삭제합니다.

get

알림 구성을 가져옵니다.

list

알림 구성을 나열합니다.

patch

알림 구성을 업데이트합니다.