.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Set the multiple resource and action pairs for the pep request using a list of actions and a list of resources, where both lists must be of equal length. Each resource object in the list is string object which is combination of application name, resource type and resource name.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void SetBulkResourceActions(
	Collection<Object> resources,
	Collection<Object> actions
)

Parameters

resources
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'Object>)>)>
a List of length n of resource objects
actions
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'Object>)>)>
a List of length n of action objects

Exceptions

ExceptionCondition
Oes.Pep.Api..::..PepException Throws the PepException, if passed resource string is not valid or null.

See Also