Method: organizations.eventThreatDetectionSettings.customModules.patch

지정된 업데이트 마스크를 기반으로 지정된 이름으로 Event Threat Detection 커스텀 모듈을 업데이트합니다. 사용 설정 상태 업데이트는 상주 모듈과 상속된 모듈 모두에서 지원됩니다 (상주 모듈은 '상속됨'의 사용 설정 상태를 가질 수 없음). 모듈의 표시 이름 또는 구성을 업데이트하는 기능은 상주 모듈에만 지원됩니다. 모듈의 유형은 변경할 수 없습니다.

HTTP 요청


URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
eventThreatDetectionCustomModule.name

string

변경할 수 없습니다. Event Threat Detection 커스텀 모듈의 리소스 이름입니다.

형식은 다음과 같습니다.

  • organizations/{organization}/eventThreatDetectionSettings/customModules/{module}.
  • folders/{folder}/eventThreatDetectionSettings/customModules/{module}
  • projects/{project}/eventThreatDetectionSettings/customModules/{module}.

쿼리 매개변수

매개변수
updateMask

string (FieldMask format)

업데이트할 필드 목록입니다. 비어 있으면 모든 변경 가능한 필드가 업데이트됩니다.

요청 본문

요청 본문에 EventThreatDetectionCustomModule의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답 본문에 EventThreatDetectionCustomModule의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/cloud-platform

자세한 내용은 Authentication Overview를 참고하세요.