AuthorizationInfoControllerBaseGetResources Method
Gets a list of resources available for which permissions can be granted within the application.
Namespace: Gemstone.Web.APIControllerAssembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.170 -- Release Build+b32d16e0cd614373e36528ea9dff7924975c7f87
function GetResources(policyProvider, endpointDataSource);
- policyProvider IAuthorizationPolicyProvider
- Provides authorization policies defined within the application
- endpointDataSource EndpointDataSource
- Source for endpoint data used to look up controller and action metadata
TaskIActionResultA list of resources within the application.