Identity and Access Management (IAM) v1 API - Class LintPolicyResponse (2.4.0)

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.

Inheritance

object > LintPolicyResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

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
RepeatedFieldLintResult