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 page details the `IamPolicy` class within the `Google.Cloud.SecurityCenter.V1` namespace, which represents Cloud IAM Policy information for Google Cloud resources."],["The `IamPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The class is part of the `Google.Cloud.SecurityCenter.V1.dll` assembly and offers two constructors: a default constructor and one that takes another `IamPolicy` object as a parameter for copying."],["It provides a `PolicyBlob` property, a string that stores the JSON representation of the IAM Policy, following the format specified in the Google Cloud IAM documentation."],["The document also provides a list of multiple versions of the class starting from version 3.24.0 (latest) all the way down to 2.2.0, providing multiple links to older documentation."]]],[]]