Method: organizations.sources.locations.findings.externalSystems.patch

외부 시스템을 업데이트합니다. 이는 특정 발견 항목에 적용됩니다. 위치를 지정하지 않으면 전역

HTTP 요청


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

경로 매개변수

매개변수
externalSystem.name

string

외부 시스템의 전체 리소스 이름입니다. 다음 목록은 몇 가지 예를 보여줍니다.

  • organizations/1234/sources/5678/findings/123456/externalSystems/jira + organizations/1234/sources/5678/locations/us/findings/123456/externalSystems/jira
  • folders/1234/sources/5678/findings/123456/externalSystems/jira + folders/1234/sources/5678/locations/us/findings/123456/externalSystems/jira
  • projects/1234/sources/5678/findings/123456/externalSystems/jira + projects/1234/sources/5678/locations/us/findings/123456/externalSystems/jira

쿼리 매개변수

매개변수
updateMask

string (FieldMask format)

외부 시스템 리소스를 업데이트할 때 사용할 FieldMask입니다.

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

요청 본문

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

응답 본문

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

승인 범위

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

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

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