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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `LintPolicyRequest` class within the `Google.Cloud.Iam.Admin.V1` namespace, used to request the linting of a Cloud IAM policy."],["The latest version of `LintPolicyRequest` is 2.4.0, with multiple previous versions available, including the original version, 1.0.0."],["The `LintPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LintPolicyRequest` has properties such as `Condition`, `FullResourceName`, and `LintObjectCase`, each serving specific purposes in defining the linting process and object."],["The class also includes constructors, one default and one for creating a new instance from an existing `LintPolicyRequest` object."]]],[]]