Microsoft Power Automate RPA Developer — Question 50
You build a canvas app that connects to a custom API using a custom connector.
The API allows the app to connect to a test or production instance of the service. Users must provide a unique login and password combination that is specific to either test or production.
You need to configure the authentication settings in the connector.
What should you configure?
Answer options
- A. connectionParameterSets in apiProperties.json
- B. apiDefinition in apiProperties.json
- C. connectionParameters in apiProperties.json
Correct answer: A
Explanation
The correct answer is A because connectionParameterSets in apiProperties.json is used to define different sets of parameters for various authentication scenarios, such as test and production environments. Options B and C do not provide the necessary configuration for handling unique login and password combinations specific to each instance.