Part of lp.code.interfaces.gitrule View In Hierarchy
Known subclasses: lp.code.interfaces.gitrule.IGitRuleGrant
IGitRuleGrant attributes that can be edited.
These attributes need launchpad.View to see, and launchpad.Edit to change.
| Bool | can_create | Whether creating references is allowed. |
| Bool | can_push | Whether pushing references is allowed. |
| Bool | can_force_push | Whether force-pushing references is allowed. |
| FrozenSet | permissions | The permissions granted by this grant. |