public sealed class LintPolicyRequest : IMessage<LintPolicyRequest>, IEquatable<LintPolicyRequest>, IDeepCloneable<LintPolicyRequest>, IBufferMessage, IMessage
The full resource name of the policy this lint request is about.
The name follows the Google Cloud Platform (GCP) resource format.
For example, a GCP project with ID my-project will be named
//cloudresourcemanager.googleapis.com/projects/my-project.
The resource name is not used to read the policy instance from the Cloud
IAM database. The candidate policy for lint has to be provided in the same
request object.
[[["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 latest version available is 2.4.0, with this page specifically documenting version 1.2.0 of the \u003ccode\u003eLintPolicyRequest\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLintPolicyRequest\u003c/code\u003e is a class used to request the linting of a Cloud IAM policy object, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLintPolicyRequest\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003eLintPolicyRequest\u003c/code\u003e object, \u003ccode\u003eother\u003c/code\u003e, as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eCondition\u003c/code\u003e, which is the condition object to be linted, \u003ccode\u003eFullResourceName\u003c/code\u003e, representing the full resource name of the policy, and \u003ccode\u003eLintObjectCase\u003c/code\u003e to determine which lint object to use.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be found within the \u003ccode\u003eGoogle.Cloud.Iam.Admin.V1\u003c/code\u003e namespace, and its assembly is \u003ccode\u003eGoogle.Cloud.Iam.Admin.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]