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 request the effective policy through the `GetEffectivePolicy` method."],["The `GetEffectivePolicyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities like deep cloning and equality comparison."],["The class includes two constructors: a default constructor and a constructor that accepts another `GetEffectivePolicyRequest` object for initialization."],["The class has two main properties: `Name`, a string representing the effective policy to be computed and `PolicyName`, a typed view over the `Name` property, enhancing management and handling of policy names."],["The page includes links to each previous version, including the most recent, to browse the documentation for each version."]]],[]]