type
FieldCapabilities
type FieldCapabilities struct {
Read bool
Create bool
Update bool
}Evaluated permissions for one authored field path.
Readbool- Reports whether the field is visible.
Createbool- Reports whether the field may be supplied during creation.
Updatebool- Reports whether the field may be changed.