public sealed class GetEffectivePolicyRequest : IMessage<GetEffectivePolicyRequest>, IEquatable<GetEffectivePolicyRequest>, IDeepCloneable<GetEffectivePolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Organization Policy v2 API class GetEffectivePolicyRequest.
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"]],[["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."],[[["This webpage provides reference documentation for the `GetEffectivePolicyRequest` class within the Organization Policy v2 API."],["The `GetEffectivePolicyRequest` class is used to send requests to the `GetEffectivePolicy` method for computing an effective policy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that takes another `GetEffectivePolicyRequest` as a parameter for creating a new instance from another."],["The `GetEffectivePolicyRequest` class includes properties like `Name` (a string representing the resource name) and `PolicyName` (a typed view of the resource name)."]]],[]]