| IDRARestServerRoleDetachActiveViewAssistantAdmin Method |
Remove Delegate Role or Power Over an ActiveView
UriTemplate: /dra/delegation/activeviewassignments/delete
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/delegation/activeviewassignments/delete")]
Stream RoleDetachActiveViewAssistantAdmin(
string activeViewIdentifier,
string assistantAdmin,
string[] powers,
string[] roles,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/delegation/activeviewassignments/delete")>
Function RoleDetachActiveViewAssistantAdmin (
activeViewIdentifier As String,
assistantAdmin As String,
powers As String(),
roles As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- activeViewIdentifier
- Type: SystemString
Name of the active view to delegate powers over - assistantAdmin
- Type: SystemString
A DN of a user or group. Or assistant admin group - powers
- Type: SystemString
A delegated power names. - roles
- Type: SystemString
A delegated role names. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
RestResponse object containing the operation results
See Also