Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificatePolicy

Package version

Management policy for a certificate. An type representing a certificate's policy with at least one of the subject properties.

Hierarchy

  • CertificatePolicy

Index

Properties

Optional attributes

The certificate attributes.

Optional id

id: undefined | string

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

Optional issuerParameters

issuerParameters: IssuerParameters

Parameters for the issuer of the X509 component of a certificate.

Optional keyProperties

keyProperties: KeyProperties

Properties of the key backing a certificate.

Optional lifetimeActions

lifetimeActions: LifetimeAction[]

Actions that will be performed by Key Vault over the lifetime of a certificate.

Optional secretProperties

secretProperties: SecretProperties

Properties of the secret backing a certificate.

Optional x509CertificateProperties

x509CertificateProperties: X509CertificateProperties

Properties of the X509 component of a certificate.

Generated using TypeDoc