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

ConfigurationRevision

import type { ConfigurationRevision } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

A ConfigurationRevision is a snapshot of a Configuration at a point in time. It is immutable.

interface ConfigurationRevision {
readonly createTime?: Date;
name?: string;
snapshot?: Configuration;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time the Revision was created

§
name?: string
[src]

Identifier. The name of the ConfigurationRevision Format: vaults//configurations//revisions/ OR projects//configurations//revisions/

§

The snapshot of the configuration