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."],[[["This webpage details the `IamPolicy` class within the `Google.Cloud.SecurityCenter.V1` namespace for .NET, which represents the Cloud IAM Policy associated with a Google Cloud resource, managed by the resource itself and not user-modifiable."],["The latest version available is 3.24.0, and a range of previous versions from 3.23.0 down to 2.2.0 are also accessible through direct links."],["The `IamPolicy` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `IamPolicy` class has two constructors: a default one, and another that takes an `Asset.Types.IamPolicy` as a parameter, and has the property `PolicyBlob` which is a JSON string representation of the IAM Policy."]]],[]]