Microsoft Power Platform Developer — Question 60
You create a custom API as part of a solution that will be made available on Microsoft AppSource.
You need to prevent others from using Dataverse code generation tools that create classes and use the messages for your custom API.
What should you do?
Answer options
- A. Set Is Private to Yes.
- B. Set Is Function to Yes.
- C. Set Allowed Custom Processing Step Type to None.
- D. Set Allow Customizations to No.
Correct answer: A
Explanation
The correct answer is A, as setting 'Is Private' to Yes ensures that the API cannot be accessed by external tools, preventing unauthorized use of Dataverse code generation tools. Options B and C do not specifically address access control for external usage, while D would prohibit customizations altogether, which may not be the desired outcome.