| IDRARestServerAssistantAdminGroupMembersAdd Method |
Adds the specified users, groups and/or assistant admin groups rules to the assistant admin group
UriTemplate: /dra/delegation/assistantadmingroups/members/post
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/post")]
Stream AssistantAdminGroupMembersAdd(
string assistantAdminGroupIdentifier,
string[] users,
string[] groups,
string[] assistantAdminGroups,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/delegation/assistantadmingroups/members/post")>
Function AssistantAdminGroupMembersAdd (
assistantAdminGroupIdentifier As String,
users As String(),
groups As String(),
assistantAdminGroups As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- assistantAdminGroupIdentifier
- Type: SystemString
The name of an existing Assistant Admin group to add rule to. - users
- Type: SystemString
An optional list of distinguished name values for groups that will be added. - groups
- Type: SystemString
An optional list of distinguished name values for groups that will be added. - assistantAdminGroups
- Type: SystemString
An optional lList of Assistant Admin groups, by group name, that will be added. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
RestResponse containing the operation results
See Also