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

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.