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.
Implements
IMessage<Asset.Types.IamPolicy>, IEquatable<Asset.Types.IamPolicy>, IDeepCloneable<Asset.Types.IamPolicy>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
IamPolicy()
public IamPolicy()
IamPolicy(Asset.Types.IamPolicy)
public IamPolicy(Asset.Types.IamPolicy other)
Parameter | |
---|---|
Name | Description |
other | Asset.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 | |
---|---|
Type | Description |
String |