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

SetFindingStateRequest

import type { SetFindingStateRequest } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Request message for updating a finding's state.

interface SetFindingStateRequest {
startTime?: Date;
state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE";
}

§Properties

§
startTime?: Date
[src]

Required. The time at which the updated state takes effect.

§
state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE"
[src]

Required. The desired State of the finding.