Click or drag to resize

IDRARestServerRoleAssociateActiveViewAssistantAdmin Method

Delegate Roles and Powers Over an ActiveView
UriTemplate: /dra/delegation/activeviewassignments/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/activeviewassignments/post")]
Stream RoleAssociateActiveViewAssistantAdmin(
	string activeViewIdentifier,
	string[] assistantAdmins,
	string[] powers,
	string[] roles,
	ConnectionParameters connectionParameters
)

Parameters

activeViewIdentifier
Type: SystemString
Name of the active view to delegate powers over
assistantAdmins
Type: SystemString
List of DN values contains users, groups and(or) assistant admin groups
powers
Type: SystemString
List of delegated powers names
roles
Type: SystemString
List of delegated roles 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