public sealed class SetIamPolicyResourcePolicyRequest : IMessage<SetIamPolicyResourcePolicyRequest>, IEquatable<SetIamPolicyResourcePolicyRequest>, IDeepCloneable<SetIamPolicyResourcePolicyRequest>, IBufferMessage, IMessage
A request message for ResourcePolicies.SetIamPolicy. See the method description for details.
[[["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-24 UTC."],[[["The `SetIamPolicyResourcePolicyRequest` class is a request message for setting IAM policies on resources, with version 3.6.0 being the latest available."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing message structures, comparisons, deep cloning, and buffer operations."],["It contains properties such as `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource` to specify the context and target of the policy request."],["There are multiple previous versions of the `SetIamPolicyResourcePolicyRequest`, ranging back to version 1.0.0."],["The `SetIamPolicyResourcePolicyRequest` class provides constructors for creating new instances, either empty or by cloning existing instances, to facilitate creating and modifying policy requests."]]],[]]