type
PolicySummary
PolicySummary is descriptive configuration evidence, never callback identity or a dispatch plan. No function address or captured state is serialized.
Properties
| Property | Type | Description |
|---|---|---|
LiveValidators | int | The LiveValidators value. |
Validators | int | The Validators value. |
Hooks | map[string]int | The Hooks value. |
CreateAccess | bool | The CreateAccess value. |
ReadAccess | bool | The ReadAccess value. |
UpdateAccess | bool | The UpdateAccess value. |
Resolver | bool | The Resolver value. |
DynamicDefault | bool | The DynamicDefault value. |
Full signature
type PolicySummary struct {
LiveValidators int `json:"liveValidators,omitempty"`
Validators int `json:"validators,omitempty"`
Hooks map[string]int `json:"hooks,omitempty"`
CreateAccess bool `json:"createAccess,omitempty"`
ReadAccess bool `json:"readAccess,omitempty"`
UpdateAccess bool `json:"updateAccess,omitempty"`
Resolver bool `json:"resolver,omitempty"`
DynamicDefault bool `json:"dynamicDefault,omitempty"`
}