cmind/modelmanager/v1/sharing.proto
Package: cmind.modelmanager.v1
Messages
Sharing
Sharing controls who can invoke a model resource. Mirrors the model-operator CRD Sharing struct; reconciled into OpenFGA tuples by the operator.
| Field | Type | Number | Description |
|---|---|---|---|
shareToAll | bool | 1 | share_to_all, when true, grants invoke access to every authenticated user on the platform. |
sharedWith | repeated string | 2 | shared_with lists bare tenant ids (no tenant: prefix) whose members get invoke access. |