type
FieldCapabilities
type FieldCapabilities struct {
Read bool `json:"read"`
Create bool `json:"create"`
Update bool `json:"update"`
}Boolean create, read, and update permissions for one field path.
Source protocol/envelope.go:144
Readbool- The Read value.
Createbool- The Create value.
Updatebool- The Update value.