public sealed class GetIamPolicyImageRequest : IMessage<GetIamPolicyImageRequest>, IEquatable<GetIamPolicyImageRequest>, IDeepCloneable<GetIamPolicyImageRequest>, IBufferMessage, IMessage
A request message for Images.GetIamPolicy. 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 `GetIamPolicyImageRequest` class is a request message for retrieving IAM policies related to images, with version 3.6.0 being the latest available."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `GetIamPolicyImageRequest` class offers constructors for creating new instances, either as a default object or as a copy of another `GetIamPolicyImageRequest` object."],["Key properties of this request class include `OptionsRequestedPolicyVersion`, which handles the requested version of the IAM policy, and `Project` and `Resource`, which specify the project and the target resource."],["The `GetIamPolicyImageRequest` object inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, common to .NET objects."]]],[]]