Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/keyvault-certificates

Package version

Index

Type aliases

CertificateContentType

CertificateContentType: "application/pem" | "application/x-pkcs12" | undefined

Defines values for contentType. Possible values include: 'application/pem', 'application/x-pkcs12'

readonly
enum

{string}

CertificateTags

CertificateTags: object
interface

An interface representing the shape of the Certificate Tags. The tags are just string key-value pairs.

Type declaration

  • [propertyName: string]: string

Variables

Const logger

logger: AzureLogger = createClientLogger("keyvault-certificates")

The @azure/logger configuration for this package.

Generated using TypeDoc