IDRARestServer GetPowersByCategory Method DRA REST Extensions SDK
Returns the property level permissions delegated to the caller over the specified object class for the specified operations

Namespace: NetIQ.DRA.RestServiceLibrary
Assembly: NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 1.1.0.318 (1.1.0.318)
Syntax

[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/powers/{objectClass}/get")]
Stream GetPowersByCategory(
	string objectClass,
	string[] operationNames,
	string[] objectIdentifiers,
	ConnectionParameters connectionParameters
)

Parameters

objectClass
Type: OnlineSystem String
Class of object for which the powers operate on
operationNames
Type:  OnlineSystem String 
Optional list of DRA operation names to return permissions for
objectIdentifiers
Type:  OnlineSystem String 
Optional list of object identifiers. If specified the operation will return the powers granted for the operations specified in operationNames over each of the specified objects.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModels ConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials

Return Value

Type: OnlineStream
A GetOperationPowersResponse object containing the operation result
See Also