public sealed class SetIamPolicyDiskRequest : IMessage<SetIamPolicyDiskRequest>, IEquatable<SetIamPolicyDiskRequest>, IDeepCloneable<SetIamPolicyDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyDiskRequest.
A request message for Disks.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 `SetIamPolicyDiskRequest` class within the Google Compute Engine v1 API, specifically for .NET."],["The latest version of the API documented here is 3.6.0, with a comprehensive list of previous versions dating back to 1.0.0, all relating to this specific request."],["`SetIamPolicyDiskRequest` is used to construct request messages for the `Disks.SetIamPolicy` method, allowing users to manage the IAM policy of a disk resource."],["The `SetIamPolicyDiskRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function within the context of the .NET compute environment."],["The class contains properties such as `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource` that allow you to define the details of the request to be sent."]]],[]]