You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,7 +151,6 @@ represents a decision that an authorizer performed in the past
186
151
| outcomes |[Decision.OutcomesEntry](#aserto-authorizer-v2-api-Decision-OutcomesEntry)| repeated | outcome of the decisions specified in the policy context |
187
152
| resource |[google.protobuf.Struct](#google-protobuf-Struct)|| the resource context used in a decision |
188
153
| annotations |[Decision.AnnotationsEntry](#aserto-authorizer-v2-api-Decision-AnnotationsEntry)| repeated | annotations that may be added to a decision |
189
-
| tenant_id |[string](#string)| optional | id of the tenant that generated the decision |
190
154
191
155
192
156
@@ -238,7 +202,6 @@ information about a policy used in a decision
238
202
| registry_image |[string](#string)|| image of the policy in the registry, including org (e.g. acmecorp/peoplefinder-abac) |
239
203
| registry_tag |[string](#string)|| tag of the policy image (e.g. 0.8.2 or latest) |
240
204
| registry_digest |[string](#string)|| digest of the policy image |
241
-
| policy_instance |[PolicyInstance](#aserto-authorizer-v2-api-PolicyInstance)|| policy instance used in decision |
242
205
243
206
244
207
@@ -255,7 +218,7 @@ information about a user on behalf of whom a decision was made
255
218
| ----- | ---- | ----- | ----------- |
256
219
| context |[IdentityContext](#aserto-authorizer-v2-api-IdentityContext)|| identity context used in the decision |
257
220
| id |[string](#string)|| id of the user the identity resolved to |
0 commit comments