IDRARestServer GetPowersByOperationName Method DRA REST Extensions SDK
Returns the operation level permissions delegated to the caller 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/operations/powers/get")]
Stream GetPowersByOperationName(
	string[] operationNames,
	ConnectionParameters connectionParameters
)

Parameters

operationNames
Type:  OnlineSystem String 
List of DRA operation names to return permissions for
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