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 JSON representation shows the resource type.

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