public sealed class LintPolicyResponse : IMessage<LintPolicyResponse>, IEquatable<LintPolicyResponse>, IDeepCloneable<LintPolicyResponse>, IBufferMessage, IMessage
The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.
Implements
IMessage<LintPolicyResponse>, IEquatable<LintPolicyResponse>, IDeepCloneable<LintPolicyResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
LintPolicyResponse()
public LintPolicyResponse()
LintPolicyResponse(LintPolicyResponse)
public LintPolicyResponse(LintPolicyResponse other)
Parameter | |
---|---|
Name | Description |
other | LintPolicyResponse |
Properties
LintResults
public RepeatedField<LintResult> LintResults { get; }
List of lint results sorted by severity
in descending order.
Property Value | |
---|---|
Type | Description |
RepeatedField<LintResult> |