clientCertificateAuthentication-Ressourcentyp

Namespace: microsoft.graph

Ein typ derived from apiAuthenticationConfigurationBase that is used to represent a Pkcs12-based client certificate authentication. Dies wird verwendet, um die öffentlichen Eigenschaften hochgeladener Zertifikate abzurufen.

Erbt von apiAuthenticationConfigurationBase.

Eigenschaften

Eigenschaft Typ Beschreibung
certificateList pkcs12CertificateInformation-Sammlung Die Liste der Zertifikate, die für diesen API-Connector hochgeladen wurden.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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