REST API의 세분화된 권한
REST API에서 개인 액세스 토큰의 세분화된 권한 관련 내용을 설명합니다.
REST API의 세분화된 권한 # 히스토리 GitLab 19.2에서 일반 사용 가능 . 세분화된 개인 액세스 토큰은 사용자가 부여한 리소스와 권한에만 액세스할 수 있습니다. REST API와 함께 사용하려면 토큰을 생성하고 범위를 정의하세요. 자세한 내용은 세분화된 개인 액세스 토큰 을 참조하세요. 사용 가능한 세분화된 권한 # 세분화된 개인 액세스 토큰은 다음 REST API 엔드포인트에 액세스할 수 있습니다: 애플리케이션 보안 리소스 # Attestation # 증명(attestation)을 읽는 기능을 부여합니다. Action Access Method Path Read Project GET /projects/:id/attestations/:attestation_iid/download Read Project GET /projects/:id/attestations/:subject_digest Compliance Policy Setting # 규정 준수 정책 설정을 읽고 업데이트하는 기능을 부여합니다. Action Access Method Path Read Instance GET /admin/security/compliance_policy_settings Update Instance PUT /admin/security/compliance_policy_settings Dependency # 의존성을 읽는 기능을 부여합니다. Action Access Method Path Read Project GET /projects/:id/dependencies Dependency List Export # 의존성 목록 내보내기를 생성하고 읽는 기능을 부여합니다. Action Access Method Path Create Project POST /pipelines/:id/dependency_list_exports Create Project POST /projects/:id/dependency_list_exports Create Group POST /groups/:id/dependency_list_exports Read Project GET /dependency_list_exports/:export_id Read Project GET /dependency_list_exports/:export_id/download Read Group GET /dependency_list_exports/:export_id Read Group GET /dependency_list_exports/:export_id/download SBOM Occurrence # SBOM 발생 항목을 읽는 기능을 부여합니다. Action Access Method Path Read Project GET /occurrences/vulnerabilities Security Scan # 보안 스캔을 생성하는 기능을 부여합니다. Action Access Method Path Create Project POST /projects/:id/security_scans/sast/:sast_endpoint Secur