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

OrganizationsAssetsUpdateSecurityMarksOptions

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

Additional options for SecurityCenter#organizationsAssetsUpdateSecurityMarks.

interface OrganizationsAssetsUpdateSecurityMarksOptions {
startTime?: Date;
updateMask?: string;
}

§Properties

§
startTime?: Date
[src]

The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time. Must be earlier or equal to the server time.

§
updateMask?: string
[src]

The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.".