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

ProjectsMuteConfigsCreateOptions

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

Additional options for SecurityCenter#projectsMuteConfigsCreate.

interface ProjectsMuteConfigsCreateOptions {
muteConfigId?: string;
}

§Properties

§
muteConfigId?: string
[src]

Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.