Partager via


Type de ressource clientCertificateAuthentication

Espace de noms: microsoft.graph

Type dérivé de apiAuthenticationConfigurationBase qui est utilisé pour représenter une authentification par certificat client basée sur Pkcs12. Il permet de récupérer les propriétés publiques des certificats chargés.

Hérite de apiAuthenticationConfigurationBase.

Propriétés

Propriété Type Description
certificateList Collection pkcs12CertificateInformation Liste des certificats chargés pour ce connecteur d’API.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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