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

GetSigningPlatformResponse

import type { GetSigningPlatformResponse } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface GetSigningPlatformResponse {
category?: Category | null;
displayName?: string | null;
maxSizeInMB?: number | null;
partner?: string | null;
platformId?: string | null;
revocationSupported?: boolean | null;
signingConfiguration?: SigningConfiguration | null;
signingImageFormat?: SigningImageFormat | null;
target?: string | null;
}

§Properties

§
category?: Category | null
[src]

The category type of the target signing platform.

§
displayName?: string | null
[src]

The display name of the target signing platform.

§
maxSizeInMB?: number | null
[src]

The maximum size (in MB) of the payload that can be signed by the target platform.

§
partner?: string | null
[src]

A list of partner entities that use the target signing platform.

§
platformId?: string | null
[src]

The ID of the target signing platform.

§
revocationSupported?: boolean | null
[src]

A flag indicating whether signatures generated for the signing platform can be revoked.

§
signingConfiguration?: SigningConfiguration | null
[src]

A list of configurations applied to the target platform at signing.

§
signingImageFormat?: SigningImageFormat | null
[src]

The format of the target platform's signing image.

§
target?: string | null
[src]

The validation template that is used by the target signing platform.