public sealed class SetIamPolicyResourcePolicyRequest : IMessage<SetIamPolicyResourcePolicyRequest>, IEquatable<SetIamPolicyResourcePolicyRequest>, IDeepCloneable<SetIamPolicyResourcePolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyResourcePolicyRequest.
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-21 UTC."],[[["This webpage provides documentation for the `SetIamPolicyResourcePolicyRequest` class within the Google.Cloud.Compute.V1 API, specifically focusing on version 2.17.0 but also listing versions ranging from 1.0.0 to 3.6.0."],["The `SetIamPolicyResourcePolicyRequest` class is used to send a request to set the IAM policy for a resource, as detailed in the method description of `ResourcePolicies.SetIamPolicy`."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its functionality and interactions."],["Key properties of the `SetIamPolicyResourcePolicyRequest` class include `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which are used to specify the target resource and the desired policy."],["There are multiple constructors offered for this class, a default constructor, as well as one that copies from another `SetIamPolicyResourcePolicyRequest` object."]]],[]]