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

GoogleCloudAssuredworkloadsV1WorkloadKMSSettings

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

Settings specific to the Key Management Service.

interface GoogleCloudAssuredworkloadsV1WorkloadKMSSettings {
nextRotationTime?: Date;
rotationPeriod?: number;
}

§Properties

§
nextRotationTime?: Date
[src]

Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.

§
rotationPeriod?: number
[src]

Required. Input only. Immutable. [next_rotation_time] will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.