apiAuthenticationConfigurationBase resource type
Namespace: microsoft.graph
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"
}