Click or drag to resize

IDRARestServerAssistantAdminGroupMembersRemove Method

Remove rules from the assistant Aamin group
UriTemplate: /dra/delegation/assistantadmingroups/members/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/assistantadmingroups/members/delete")]
Stream AssistantAdminGroupMembersRemove(
	string assistantAdminGroupIdentifier,
	string[] assistantAdmins,
	ConnectionParameters connectionParameters
)

Parameters

assistantAdminGroupIdentifier
Type: SystemString
Name of the assistant Adamin group
assistantAdmins
Type: SystemString
A list of assistant aAdmin names.
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A RestResponse object containing the operation results
See Also