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

IssuerDetails

import type { IssuerDetails } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Details associated with the issuer of a license.

interface IssuerDetails {
KeyFingerprint?: string | null;
Name?: string | null;
SignKey?: string | null;
}

§Properties

§
KeyFingerprint?: string | null
[src]

Issuer key fingerprint.

§
Name?: string | null
[src]

Issuer name.

§
SignKey?: string | null
[src]

Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.