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-03-21 UTC."],[[["This document provides reference documentation for the `LintPolicyResponse` class within the Google Cloud Identity and Access Management (IAM) v1 API, including its properties and constructors."],["`LintPolicyResponse` is a class representing the response of a lint operation, indicating whether lint issues were found; an empty response means no issues."],["The `LintPolicyResponse` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of this class is `2.4.0`, and there are seven previous versions available, going back to version `1.0.0`."],["`LintResults` is a property of the class that lists the results of any lint operations, sorted in descending order by severity."]]],[]]