A developer creates a custom API in Dataverse that should only be callable by other Dataverse processes, not external users. Which privilege controls this?
-
A
Assign the API a 'prvCallCustomAPI' privilege restricted to System roles
-
B
Set the API binding type to Entity and restrict table access
-
C
Mark the API as 'Is Private' in its definition
-
D
Configure a custom connector to wrap the API with OAuth