| IDRARestServerSecurityAssignmentEnum Method |
Retrieves a list of SecurityAssignments for user or group
UriTemplate: /dra/domains/{domainFqdn}/assignments/get
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/domains/{domainFqdn}/assignments/get")]
Stream SecurityAssignmentEnum(
string domainFqdn,
string objectIdentifier,
string[] attributes,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/assignments/get")>
Function SecurityAssignmentEnum (
domainFqdn As String,
objectIdentifier As String,
attributes As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain to query - objectIdentifier
- Type: SystemString
A string identifying the object. Used to indicate that the requested attributes of the assignments for a user or group should be returned. - attributes
- Type: SystemString
An optional list of the properties to retrieve from the server for all objects - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
AssignmentListResponse object containing the operation results
See Also