Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultCertificate

Package version

interface

An interface representing a certificate without the certificate's policy

Hierarchy

Index

Properties

Optional cer

cer: Uint8Array

CER contents of x509 certificate.

Optional contentType

The content type of the secret.

Optional keyId

keyId: undefined | string

The key id. NOTE: This property will not be serialized. It can only be populated by the server.

name

name: string

The name of certificate.

Optional policy

The management policy. NOTE: This property will not be serialized. It can only be populated by the server.

properties

The properties of the certificate

Optional secretId

secretId: undefined | string

The secret id. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc