enrichments property
Enrichments of the asset.
Currently supported enrichment types with SearchAllResources API: *
RESOURCE_OWNERS The corresponding read masks in order to get the
enrichment: * enrichments.resource_owners The corresponding required
permissions: * cloudasset.assets.searchEnrichmentResourceOwners Example
query to get resource owner enrichment: scope: "projects/my-project" query: "name: my-project" assetTypes: "cloudresourcemanager.googleapis.com/Project" readMask: { paths: "asset_type" paths: "name" paths: "enrichments.resource_owners" }
Implementation
core.List<AssetEnrichment>? enrichments;