clientCertificateAuthentication resource type

Namespace: microsoft.graph

A type derived from apiAuthenticationConfigurationBase that is used to represent a Pkcs12-based client certificate authentication. This is used to retrieve the public properties of uploaded certificates.

Inherits from apiAuthenticationConfigurationBase.

Properties

Property Type Description
certificateList pkcs12CertificateInformation collection The list of certificates uploaded for this API connector.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.clientCertificateAuthentication",
  "certificateList": "Collection(microsoft.graph.pkcs12CertificateInformation)",
}