Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2StoredType

import type { GooglePrivacyDlpV2StoredType } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

A reference to a StoredInfoType to use with scanning.

interface GooglePrivacyDlpV2StoredType {
createTime?: Date;
name?: string;
}

§Properties

§
createTime?: Date
[src]

Timestamp indicating when the version of the StoredInfoType used for inspection was created. Output-only field, populated by the system.

§
name?: string
[src]

Resource name of the requested StoredInfoType, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.