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, the field_name value
condition.expression identifies a lint result for the expression field
of the provided condition.
0-based character position of problematic construct within the object
identified by field_name. Currently, this is populated only for condition
expression.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eLintResult\u003c/code\u003e class within the Google Cloud Identity and Access Management (IAM) v1 API, specifically in the .NET context.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintResult\u003c/code\u003e class is used to structure the response of a single validation unit, implementing multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eLintResult\u003c/code\u003e class include \u003ccode\u003eDebugMessage\u003c/code\u003e, \u003ccode\u003eFieldName\u003c/code\u003e, \u003ccode\u003eLevel\u003c/code\u003e, \u003ccode\u003eLocationOffset\u003c/code\u003e, \u003ccode\u003eSeverity\u003c/code\u003e, and \u003ccode\u003eValidationUnitName\u003c/code\u003e, each offering insights into different aspects of the validation process.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documented here is 2.4.0, and prior versions are also accessible, with versions going as far back as 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Identity and Access Management (IAM) v1 API - Class LintResult (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/latest/Google.Cloud.Iam.Admin.V1.LintResult)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/2.3.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/2.2.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/2.1.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/2.0.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/1.2.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/1.1.0/Google.Cloud.Iam.Admin.V1.LintResult)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/1.0.0/Google.Cloud.Iam.Admin.V1.LintResult) \n\n public sealed class LintResult : IMessage\u003cLintResult\u003e, IEquatable\u003cLintResult\u003e, IDeepCloneable\u003cLintResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v1 API class LintResult.\n\nStructured response of a single validation unit. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LintResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LintResult](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/latest/Google.Cloud.Iam.Admin.V1.LintResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LintResult](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/latest/Google.Cloud.Iam.Admin.V1.LintResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LintResult](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/latest/Google.Cloud.Iam.Admin.V1.LintResult), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iam.Admin.V1](/dotnet/docs/reference/Google.Cloud.Iam.Admin.V1/latest/Google.Cloud.Iam.Admin.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.Admin.V1.dll\n\nConstructors\n------------\n\n### LintResult()\n\n public LintResult()\n\n### LintResult(LintResult)\n\n public LintResult(LintResult other)\n\nProperties\n----------\n\n### DebugMessage\n\n public string DebugMessage { get; set; }\n\nHuman readable debug message associated with the issue.\n\n### FieldName\n\n public string FieldName { get; set; }\n\nThe name of the field for which this lint result is about.\n\nFor nested messages `field_name` consists of names of the embedded fields\nseparated by period character. The top-level qualifier is the input object\nto lint in the request. For example, the `field_name` value\n`condition.expression` identifies a lint result for the `expression` field\nof the provided condition.\n\n### Level\n\n public LintResult.Types.Level Level { get; set; }\n\nThe validation unit level.\n\n### LocationOffset\n\n public int LocationOffset { get; set; }\n\n0-based character position of problematic construct within the object\nidentified by `field_name`. Currently, this is populated only for condition\nexpression.\n\n### Severity\n\n public LintResult.Types.Severity Severity { get; set; }\n\nThe validation unit severity.\n\n### ValidationUnitName\n\n public string ValidationUnitName { get; set; }\n\nThe validation unit name, for instance\n\"lintValidationUnits/ConditionComplexityCheck\"."]]