clientCertificateAuthentication resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A type derived from apiAuthenticationConfigurationBase which is used to represent Pkcs12 based client certificate authentication. The type 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)",
}