AsAIBridged returns a context with an actor that has permissions required for creating, reading, and updating aibridge-related resources.
(ctx context.Context)
| 841 | // AsAIBridged returns a context with an actor that has permissions |
| 842 | // required for creating, reading, and updating aibridge-related resources. |
| 843 | func AsAIBridged(ctx context.Context) context.Context { |
| 844 | return As(ctx, subjectAibridged) |
| 845 | } |
| 846 | |
| 847 | // AsDBPurge returns a context with an actor that has permissions required |
| 848 | // for dbpurge to delete old database records. |