Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PolicyCertificates

Package version

Class representing a PolicyCertificates.

Hierarchy

  • PolicyCertificates

Index

Constructors

Methods

Constructors

constructor

Methods

add

  • Adds a new attestation policy certificate to the set of policy management certificates.

    Parameters

    • policyCertificateToAdd: string

      An RFC7519 JSON Web Token whose body is an RFC7517 JSON Web Key object. The RFC7519 JWT must be signed with one of the existing signing certificates

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<PolicyCertificatesAddResponse>

get

remove

  • Removes the specified policy management certificate. Note that the final policy management certificate cannot be removed.

    Parameters

    • policyCertificateToRemove: string

      An RFC7519 JSON Web Token whose body is an AttestationCertificateManagementBody object. The RFC7519 JWT must be signed with one of the existing signing certificates

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<PolicyCertificatesRemoveResponse>

Generated using TypeDoc