Class LintPolicyResponse (2.15.0)

LintPolicyResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.

Attribute

NameDescription
lint_results MutableSequence[google.cloud.iam_admin_v1.types.LintResult]
List of lint results sorted by severity in descending order.