| IDRARestServerGetPowersByCategory Method |
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: 10.2.2.1
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
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/powers/{objectClass}/get")>
Function GetPowersByCategory (
objectClass As String,
operationNames As String(),
objectIdentifiers As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- objectClass
- Type: SystemString
Class of object for which the powers operate on - operationNames
- Type: SystemString
Optional list of DRA operation names to return permissions for - objectIdentifiers
- Type: SystemString
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.DataModelsConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
GetOperationPowersResponse object containing the operation result
See Also