Skip to content

Commit

Permalink
Add Egress Source to expected tcg test result data
Browse files Browse the repository at this point in the history
  • Loading branch information
yifengli2023 committed Oct 20, 2023
1 parent 1fe01cd commit bf26306
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"egressPolicies": [
{
"egressFrom": {
"identityType": "ANY_USER_ACCOUNT"
"identityType": "ANY_USER_ACCOUNT",
"source_restriction": "SOURCE_RESTRICTION_ENABLED",
"sources": [
{
"access_level": "accessPolicies/987654/accessLevels/restrict_storage"
}
]
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,4 @@
}
}
}

0 comments on commit bf26306

Please sign in to comment.