Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateImportParameters

Package version

The certificate import parameters.

Hierarchy

  • CertificateImportParameters

Index

Properties

base64EncodedCertificate

base64EncodedCertificate: string

Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key.

Optional certificateAttributes

certificateAttributes: CertificateAttributes

The attributes of the certificate (optional).

Optional certificatePolicy

certificatePolicy: CertificatePolicy

The management policy for the certificate.

Optional password

password: undefined | string

If the private key in base64EncodedCertificate is encrypted, the password used for encryption.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Generated using TypeDoc