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"]],[["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 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)."]]],[]]