public sealed class GetEffectivePolicyRequest : IMessage<GetEffectivePolicyRequest>, IEquatable<GetEffectivePolicyRequest>, IDeepCloneable<GetEffectivePolicyRequest>, IBufferMessage, IMessage
The request sent to the [GetEffectivePolicy]
[google.cloud.orgpolicy.v2.OrgPolicy.GetEffectivePolicy] method.
[[["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 `GetEffectivePolicyRequest` class, which is used to send requests to the `GetEffectivePolicy` method within the `Google.Cloud.OrgPolicy.V2` namespace."],["The `GetEffectivePolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer message capabilities."],["The class has two constructors: a default constructor and a copy constructor that takes another `GetEffectivePolicyRequest` object as a parameter."],["It contains two properties, `Name` and `PolicyName`, which are used to set the effective policy name to compute, with `PolicyName` providing a typed view of the `Name` property."],["The page also provides links to the documentation of various versions of the `GetEffectivePolicyRequest`, ranging from version 1.0.0 up to the latest version, 2.7.0."]]],[]]