DesignRuleCheckExecutionConfigurationItemInput
**Experimental** Represents the rule check configuration for a specific rule check execution, allowing to override certain traits of the rule check execution.
input DesignRuleCheckExecutionConfigurationItemInput {
errorReportLevel: String!
name: String
ruleCheckId: ID!
}
Fields
DesignRuleCheckExecutionConfigurationItemInput.errorReportLevel ● String! non-null scalar
**Experimental** The error level at which violations of this rule check should be reported for this execution. Known values: NO_REPORT, WARNING, ERROR, FATAL. New values may be added; clients must tolerate unknown values.
DesignRuleCheckExecutionConfigurationItemInput.name ● String scalar
**Experimental** The display name of the rule check. Used to report a skipped violation when the rule check no longer exists on the server.
DesignRuleCheckExecutionConfigurationItemInput.ruleCheckId ● ID! non-null scalar
**Experimental** The identifier of the rule check.