AssetEnrichment
import type { AssetEnrichment } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";
The enhanced metadata information for a resource.
interface AssetEnrichment {
resourceOwners?: ResourceOwners;
}§Properties
§
resourceOwners?: ResourceOwners
[src]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.