public sealed class IamPolicy : IMessage<Asset.Types.IamPolicy>, IEquatable<Asset.Types.IamPolicy>, IDeepCloneable<Asset.Types.IamPolicy>, IBufferMessage, IMessage
Cloud IAM Policy information associated with the Google Cloud resource
described by the Security Command Center asset. This information is managed
and defined by the Google Cloud resource and cannot be modified by the
user.
[[["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."],[[["The latest version of the `IamPolicy` class is 3.24.0, with previous versions available dating back to 2.2.0, all within the `Google.Cloud.SecurityCenter.V1` namespace."],["The `IamPolicy` class, part of Google Cloud's Security Center, represents the Cloud IAM Policy information linked to a Google Cloud resource, and this information cannot be directly modified by users."],["`IamPolicy` objects implement interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and have constructors for creating new instances, either default or from an existing `IamPolicy` object."],["The class includes a `PolicyBlob` property, which is a string representing the JSON format of the associated policy."],["The `IamPolicy` class inherits from the base `Object` class and can utilize the inherited methods such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]