Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectSaveChangesRules ¶
type ProjectSaveChangesRules struct { RoleIDs []string `yaml:"roleIds,omitempty" json:"roleIds,omitempty"` //nolint:tagliatelle DisallowedRuleSet []RuleSet `yaml:"disallowedRuleSet,omitempty" json:"disallowedRuleSet,omitempty"` IsInheritedFromTenant bool `yaml:"isInheritedFromTenant,omitempty" json:"isInheritedFromTenant,omitempty"` }
type RuleOptions ¶
type RuleSet ¶
type RuleSet struct { JSONPath string `yaml:"jsonPath,omitempty" json:"jsonPath,omitempty"` Options *RuleOptions `yaml:"processingOptions,omitempty" json:"processingOptions,omitempty"` //nolint:tagliatelle RuleID string `yaml:"ruleId,omitempty" json:"ruleId,omitempty"` //nolint:tagliatelle }
type SaveChangesRules ¶
Click to show internal directories.
Click to hide internal directories.