APIConnectors.ReadWrite.All
Allows the app to read, create and manage the API connectors used in user authentication flows, on behalf of the signed-in user.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Delegate Permission
|
|
Id |
c67b52c5-7c69-48b6-9d48-7b3af3ded914 |
Consent Type |
Admin |
Display String |
Read and write API connectors for authentication flows |
Description |
Allows the app to read, create and manage the API connectors used in user authentication flows, on behalf of the signed-in user. |
Application Permission
|
|
Id |
1dfe531a-24a6-4f1b-80f4-7a0dc5a0a171 |
Display String |
Read and write API connectors for authentication flows |
Description |
Allows the app to read, create and manage the API connectors used in user authentication flows, without a signed-in user. |
Resources
Property |
Type |
Description |
Property |
Type |
Description |
password |
String |
The password. It is not returned in the responses. |
username |
String |
The username. |
Property |
Type |
Description |
certificateList |
pkcs12CertificateInformation collection |
The list of certificates uploaded for this API connector. |
Property |
Type |
Description |
authenticationConfiguration |
apiAuthenticationConfigurationBase |
The object which describes the authentication configuration details for calling the API. Basic and PKCS 12 client certificate are supported. |
displayName |
String |
The name of the API connector. |
id |
String |
The randomly generated identifier of the API connector. |
targetUrl |
String |
The URL of the API endpoint to call. |
Property |
Type |
Description |
password |
String |
The password for the pfx file. Required. If no password is used, you must still provide a value of "" . |
pkcs12Value |
String |
Represents the pfx content that is sent. The value should be a base-64 encoded version of the actual certificate content. Required. |