IDRARestServer GroupCheckNames Method DRA REST Extensions SDK
Returns check names status UriTemplate = "/dra/domains/{domainFqdn}/groups/checkNames/get"

Namespace: NetIQ.DRA.RestServiceLibrary
Assembly: NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 1.1.0.318 (1.1.0.318)
Syntax

[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/groups/checkNames/get")]
Stream GroupCheckNames(
	string domainFqdn,
	string[] groupIdentifiers,
	string[] objectTypes,
	string[] names,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: OnlineSystem String
The FQDN of the domain to query
groupIdentifiers
Type:  OnlineSystem String 
A list of string identifying the groups. Supported formats are: name or distinguishedName
objectTypes
Type:  OnlineSystem String 
A list of string types of the object can be a string "user", "group" or "Computer"
names
Type:  OnlineSystem String 
A list of names going to be checked
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModels ConnectionParameters
Optional ConnectionParameters to specify a specify DRA server and Assistant Admin credentials

Return Value

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