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 Identity and Access Management (IAM) v1 API."],["The `LintPolicyResponse` class represents the response of a lint operation, with an empty response indicating no issues were found."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LintPolicyResponse` class is available across multiple versions, ranging from 1.0.0 to 2.4.0 (latest), and allows for the creation of a new instance via the `LintPolicyResponse()` constructor."],["It contains a `LintResults` property of type `RepeatedField\u003cLintResult\u003e` which lists lint results in descending order of severity."]]],[]]