Click or drag to resize

IDRARestServerGetPowersByOperationName Method

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: 10.2.2.1
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: SystemString
List of DRA operation names to return permissions for
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials

Return Value

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