public sealed class LintPolicyResponse : IMessage<LintPolicyResponse>, IEquatable<LintPolicyResponse>, IDeepCloneable<LintPolicyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class LintPolicyResponse.
The response of a lint operation. An empty response indicates
the operation was able to fully execute and no lint issue was found.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The latest version of the `LintPolicyResponse` API is 2.4.0, with this specific documentation page detailing version 2.3.0."],["`LintPolicyResponse` is a class within the Google.Cloud.Iam.Admin.V1 namespace and it provides the response structure for lint operations."],["The `LintPolicyResponse` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in handling messages and data operations."],["An empty `LintPolicyResponse` signifies that the lint operation completed without finding any issues."],["`LintPolicyResponse` contains a property called `LintResults` which is a list of `LintResult` objects, sorted by severity, and which allows the user to understand the issues found during the lint operation."]]],[]]