| IIdmNetClient Methods |
The IIdmNetClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValueAsync |
Add a value to a multi-valued attribute in the Identity Manager service (async await)
| |
| ApproveAsync |
Approve a particular request
| |
| ApproveOrRejectAsync |
Approve or reject a particular request
| |
| ChangeMultipleAttrbutes |
Make multiple changes to a particular Identity Manager service object/resource (async await)
| |
| CreateAsync |
Create Object/Resource in Identity Manager Service (async await)
| |
| DeleteAsync |
Delete an object in the Identity Manager service (async await)
| |
| GetApprovalsForRequest |
Returns the Approval object for a given request
| |
| GetAsync |
Get an object by its ID from Identity Manager (async await)
| |
| GetCountAsync |
Get the number of Identity Manager resources that match the given XPath Filter.
| |
| GetNewObjectId |
Get the ObjectID for a newly created resource from the response message
| |
| GetPagedResultsAsync(Int32, PagingContext) |
Pull resources from Identity Manager
| |
| GetPagedResultsAsync(SearchCriteria, Int32) |
Search the Identity Manager (async await)
| |
| GetResourceReferenceProperty |
Returns the ResourceReferenceProperty (eg. Approval ObjectID) associated with a particular message returned
from an create/update-type operation
| |
| GetSchemaAsync |
Get the Schema associated with a particular object type
| |
| RejectAsync |
Reject a particular request
| |
| RemoveValueAsync |
Remove a value from a multi-valued attribute in the Identity Manager service (async await)
| |
| ReplaceValueAsync |
Replace/Set the value for a single-valued attribute in the Identity Manager service (async await)
| |
| SearchAsync |
Search the Identity Manager (async await)
|