Method: organizations.securityHealthAnalyticsSettings.customModules.simulate

지정된 SecurityHealthAnalyticsCustomModule 및 리소스를 시뮬레이션합니다.

HTTP 요청


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

경로 매개변수

매개변수
parent

string

필수 입력란입니다. 조직, 프로젝트 또는 폴더의 상대 리소스 이름입니다. 상대 리소스 이름에 관한 자세한 내용은 상대 리소스 이름을 참고하세요. 예: organizations/{organization_id}

요청 본문

요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.

JSON 표현
{
  "customConfig": {
    object (CustomConfig)
  },
  "resource": {
    object (SimulatedResource)
  }
}
필드
customConfig

object (CustomConfig)

필수 입력란입니다. 테스트해야 하는 맞춤 구성입니다.

resource

object (SimulatedResource)

필수 입력란입니다. 커스텀 모듈을 시뮬레이션할 리소스 데이터입니다.

응답 본문

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

승인 범위

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

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

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