Latest generation

This commit is contained in:
ci core model
2026-06-18 15:48:02 +00:00
parent 3c0e6617fe
commit 13d1bca4c4
5 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ export interface Rule {
/**
* @generated from protobuf field: repeated string Attributes = 10
*/
Attributes: string[]; // Contextual key:value pairs provided by the rule's consumer to scope evaluation (e.g. "ActorID:<id>" used to compute a restriction rule for a given actor context).
Attributes: string[]; // Contextual key:value pairs provided by the rule's consumer to scope evaluation (e.g. "ActorID:\<id\>" used to compute a restriction rule for a given actor context).
}
// ========== REQUESTS & RESPONSE MESSAGES ==========