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

DenyMaintenancePeriod

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

DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.

interface DenyMaintenancePeriod {
endDate?: Date;
startDate?: Date;
time?: TimeOfDay;
}

§Properties

§
endDate?: Date
[src]

Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be before the end.

§
startDate?: Date
[src]

Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be the same or after the start.

§

Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC