AssetDetails
import type { AssetDetails } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
Details of a Cloud Asset Inventory asset that caused a violation.
interface AssetDetails {
asset?: string;
assetType?: string;
}§Properties
§
asset?: string
[src]Information about the Cloud Asset Inventory asset that violated a policy. The format of this information can change at any time without prior notice. Your application must not depend on this information in any way.
§
assetType?: string
[src]The type of Cloud Asset Inventory asset. For a list of asset types, see Supported asset types.