cmind/authz/authz.proto
Package: cmind.authz
Messages
FgaAuthz
FgaAuthz defines an OpenFGA authorization check for a method. The relation is a fixed string (e.g. "can_view"), and the object follows OpenFGA's type:id format with template variables pulled from the request (e.g. "document:{id}").
| Field | Type | Number | Description |
|---|---|---|---|
object | string | 1 | |
relation | string | 2 |