Skip to main content

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.

FieldTypeNumberDescription
shareToAllbool1share_to_all, when true, grants invoke access to every authenticated user on the platform.
sharedWithrepeated string2shared_with lists bare tenant ids (no tenant: prefix) whose members get invoke access.