Google Cloud Security Command Center v1 API - Class Asset.Types.IamPolicy (3.5.0)

public sealed class IamPolicy : IMessage<Asset.Types.IamPolicy>, IEquatable<Asset.Types.IamPolicy>, IDeepCloneable<Asset.Types.IamPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Asset.Types.IamPolicy.

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.

Inheritance

Object > Asset.Types.IamPolicy

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

IamPolicy()

public IamPolicy()

IamPolicy(Asset.Types.IamPolicy)

public IamPolicy(Asset.Types.IamPolicy other)
Parameter
NameDescription
otherAsset.Types.IamPolicy

Properties

PolicyBlob

public string PolicyBlob { get; set; }

The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.

Property Value
TypeDescription
String