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

Issuer

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

Details about the issuer of a license.

interface Issuer {
Name: string;
SignKey?: string | null;
}

§Properties

§
Name: string
[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.