A validation unit returns an error only for critical issues. If an
attempt is made to set the problematic policy without rectifying the
critical issue, it causes the setPolicy operation to fail.
Info
Any informative statement which is not severe enough to raise
ERROR/WARNING/NOTICE, like auto-correction recommendations on the
input content. Note that current version of the linter does not utilize
INFO.
Notice
Reserved for the issues that are not severe as ERROR/WARNING, but
need special handling. For instance, messages about skipped validation
units are issued as NOTICE.
Unspecified
Severity is unspecified.
Warning
Any issue which is severe enough but does not cause an error.
For example, suspicious constructs in the input object will not
necessarily fail setPolicy, but there is a high likelihood that they
won't behave as expected during policy evaluation in checkPolicy.
This includes the following common scenarios:
Unsatisfiable condition: Expired timestamp in date/time condition.
Ineffective condition: Condition on a <principal, role> pair which is
granted unconditionally in another binding of the same policy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe document outlines the \u003ccode\u003eSeverity\u003c/code\u003e enum within the Identity and Access Management (IAM) v1 API, detailing possible severity levels for validation results.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documented is 2.4.0, with previous versions back to 1.0.0 also available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThere are six defined severity levels: \u003ccode\u003eDeprecated\u003c/code\u003e, \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eInfo\u003c/code\u003e, \u003ccode\u003eNotice\u003c/code\u003e, \u003ccode\u003eUnspecified\u003c/code\u003e, and \u003ccode\u003eWarning\u003c/code\u003e, each serving a specific purpose in conveying the criticality of validation issues.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eError\u003c/code\u003e severity indicates critical issues that will cause the \u003ccode\u003esetPolicy\u003c/code\u003e operation to fail if not addressed, while \u003ccode\u003eWarning\u003c/code\u003e indicates issues that may cause unexpected behavior during policy evaluation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintResult.Types.Severity\u003c/code\u003e is part of the Google.Cloud.Iam.Admin.V1 namespace, and is contained in the Google.Cloud.Iam.Admin.V1.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]