google_api_iam v0.26.1 GoogleApi.IAM.V1.Model.LintResult View Source
Structured response of a single validation unit.
Attributes
debugMessage
(type:String.t
, default:nil
) - Human readable debug message associated with the issue.fieldName
(type:String.t
, default:nil
) - The name of the field for which this lint result is about.For nested messages
field_name
consists of names of the embedded fields separated by period character. The top-level qualifier is the input object to lint in the request. For example, thefield_name
valuecondition.expression
identifies a lint result for theexpression
field of the provided condition.level
(type:String.t
, default:nil
) - The validation unit level.locationOffset
(type:integer()
, default:nil
) - 0-based character position of problematic construct within the object identified byfield_name
. Currently, this is populated only for condition expression.severity
(type:String.t
, default:nil
) - The validation unit severity.validationUnitName
(type:String.t
, default:nil
) - The validation unit name, for instance "lintValidationUnits/ConditionComplexityCheck".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.