apiAuthenticationConfigurationBase 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.
The base type to hold authentication information for calling an API.
Derived types include:
- basicAuthentication for HTTP basic authentication
- pkcs12certificate for client certificate authentication (used for API connector create or upload)
- clientCertificateAuthentication for client certificate authentication (used for fetching the client certificates of an API connector)
Properties
Property | Type | Description |
---|
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.apiAuthenticationConfigurationBase"
}