public sealed class AssetEnrichment : IMessage<AssetEnrichment>, IEquatable<AssetEnrichment>, IDeepCloneable<AssetEnrichment>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class AssetEnrichment.
The enhanced metadata information for a resource.
Implements
IMessageAssetEnrichment, IEquatableAssetEnrichment, IDeepCloneableAssetEnrichment, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AssetEnrichment()
public AssetEnrichment()AssetEnrichment(AssetEnrichment)
public AssetEnrichment(AssetEnrichment other)| Parameter | |
|---|---|
| Name | Description |
other |
AssetEnrichment |
Properties
EnrichmentDataCase
public AssetEnrichment.EnrichmentDataOneofCase EnrichmentDataCase { get; }| Property Value | |
|---|---|
| Type | Description |
AssetEnrichmentEnrichmentDataOneofCase |
|
ResourceOwners
public ResourceOwners ResourceOwners { get; set; }The resource owners for a resource.
Note that this field only contains the members that have "roles/owner" role in the resource's IAM Policy.
| Property Value | |
|---|---|
| Type | Description |
ResourceOwners |
|