Skip to content

Commit

Permalink
Add output_access_policy_node_id to AggCoreContainerFinalizeConfigura…
Browse files Browse the repository at this point in the history
…tion.

PiperOrigin-RevId: 643171291
  • Loading branch information
zpgong authored and copybara-github committed Jun 14, 2024
1 parent 1cbb74b commit 93990d1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ enum AggCoreFinalizationType {
// This is specified through `FinalizeRequest.configuration`.
message AggCoreContainerFinalizeConfiguration {
AggCoreFinalizationType type = 1;

// The numerical identifier for the result blob of the aggregation. This field
// is only used by trusted services. If the agg core finalization step
// produces an encrypted result, this will be used to identify the policy node
// to include in the blob header.
uint32 output_access_policy_node_id = 2;
}

0 comments on commit 93990d1

Please sign in to comment.