public sealed class Asset.Types.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.
Implements
IMessageAssetTypesIamPolicy, IEquatableAssetTypesIamPolicy, IDeepCloneableAssetTypesIamPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
IamPolicy()
public IamPolicy()
IamPolicy(IamPolicy)
public IamPolicy(Asset.Types.IamPolicy other)
Parameter | |
---|---|
Name | Description |
other | AssetTypesIamPolicy |
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 |