-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from yuguorui/master
Add Alibaba Cloud TDX default platform policy for fmspc 90C06F000000
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
SampleCode/QuoteAppraisalSample/Policies/alibabacloud_tdx_platform_policy_90C06F000000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"policy_array": [ | ||
{ | ||
"environment": { | ||
"class_id": "f708b97f-0fb2-4e6b-8b03-8a5bcd1221d3", | ||
"description": "Alibaba Cloud Evaluation Num Policy for TDX Platform" | ||
}, | ||
"reference": { | ||
"allow_dynamic_plaform": true, | ||
"accepted_tcb_status": [ | ||
"UpToDate" | ||
], | ||
"min_eval_num": 16 | ||
} | ||
}, | ||
{ | ||
"environment": { | ||
"class_id": "3769258c-75e6-4bc7-8d72-d2b0e224cad2", | ||
"description": "Alibaba Cloud Num Policy for Verified TDQE" | ||
}, | ||
"reference": { | ||
"accepted_tcb_status": [ | ||
"UpToDate" | ||
], | ||
"min_eval_num": 16 | ||
} | ||
} | ||
] | ||
} |