Method: organizations.locations.securityHealthAnalyticsCustomModules.list

지정된 상위 요소의 모든 SecurityHealthAnalyticsCustomModule 리소스 목록을 반환합니다. 여기에는 상위의 범위에서 정의된 상주 모듈과 상위 조직, 폴더, 프로젝트에서 상속된 상속 모듈 (자손 제외)이 포함됩니다.

HTTP 요청

GET https://securitycentermanagement.googleapis.com/v1/{parent=organizations/*/locations/*}/securityHealthAnalyticsCustomModules

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

경로 매개변수

매개변수
parent

string

필수 입력란입니다. 커스텀 모듈을 나열할 상위 조직, 폴더 또는 프로젝트의 이름이며 다음 형식 중 하나입니다.

  • organizations/{organization}/locations/{location}
  • folders/{folder}/locations/{location}
  • projects/{project}/locations/{location}

쿼리 매개변수

매개변수
pageSize

integer

선택사항입니다. 단일 응답에서 반환할 최대 결과 수입니다. 기본값은 10, 최소는 1, 최대는 1,000입니다.

pageToken

string

선택사항입니다. 이전 요청에서 반환된 페이지로 나누기 토큰입니다. 결과의 다음 페이지를 가져오려면 이 토큰을 제공합니다.

페이지를 매길 때 나머지 요청은 페이지 토큰을 생성한 요청과 일치해야 합니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

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

승인 범위

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

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

자세한 내용은 인증 개요를 참조하세요.

IAM 권한

parent 리소스에 대해서는 다음 IAM 권한이 필요합니다.

  • securitycentermanagement.securityHealthAnalyticsCustomModules.list

자세한 내용은 IAM 문서를 참조하세요.