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

ModifyCertificateBasedAuthPropertiesRequest

import type { ModifyCertificateBasedAuthPropertiesRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface ModifyCertificateBasedAuthPropertiesRequest {
CertificateBasedAuthProperties?: CertificateBasedAuthProperties | null;
PropertiesToDelete?: DeletableCertificateBasedAuthProperty[] | null;
ResourceId: string;
}

§Properties

§
CertificateBasedAuthProperties?: CertificateBasedAuthProperties | null
[src]

The properties of the certificate-based authentication.

§
PropertiesToDelete?: DeletableCertificateBasedAuthProperty[] | null
[src]

The properties of the certificate-based authentication you want to delete.

§
ResourceId: string
[src]

The resource identifiers, in the form of directory IDs.