Asset Review
CreateCleanRoomAssetReviewResponse object
- notebook_reviewsarray of objectBeta
All existing notebook approvals or rejections
Show child attributesHide child attributes
- reviewer_collaborator_aliasstring
Collaborator alias of the reviewer
- created_at_millisint64
When the review was submitted, in epoch milliseconds
- review_statestring
Review outcome
- commentstring
Review comment
- review_sub_reasonstring
Specified when the review was not explicitly made by a user
- jar_analysis_reviewsarray of objectBeta
All existing jar analysis approvals or rejections
Show child attributesHide child attributes
- reviewer_collaborator_aliasstringPublic Preview
collaborator alias of the reviewer
- created_at_millisint64Public Preview
timestamp of when the review was submitted
- review_statestringPublic Preview
review outcome
- commentstringPublic Preview
review comment
- review_sub_reasonstringPublic Preview
specified when the review was not explicitly made by a user
- notebook_review_statestringBeta
Top-level status derived from all reviews
- jar_analysis_review_statestringBeta
top-level status derived from all reviews
Create Beta
POST
Submit an asset review
API scopes: cleanrooms
Parameters
- clean_room_namestringRequiredpath
Name of the clean room
- namestringRequiredpath
Name of the asset
- asset_typestringRequiredpath
Asset type. Can either be NOTEBOOK_FILE or JAR_ANALYSIS.
Request body
- notebook_reviewobject
Show child attributesHide child attributes
- etagstringRequired
Etag identifying the notebook version
- review_statestringRequired
Review outcome
- commentstring
Review comment
- jar_analysis_reviewobject
Show child attributesHide child attributes
- etagstringRequired
Etag identifying the jar analysis version, with its value being a hash of an internally-generated UUID
- review_statestringRequired
Review outcome
- commentstring
Review comment