Click or drag to resize
IIdmNetClient Interface
Interface primarily for mocking IdmNetClient when testing apps that use the IdmNetClient.

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public interface IIdmNetClient

The IIdmNetClient type exposes the following members.

Methods
  NameDescription
Public methodAddValueAsync
Add a value to a multi-valued attribute in the Identity Manager service (async await)
Public methodApproveAsync
Approve a particular request
Public methodApproveOrRejectAsync
Approve or reject a particular request
Public methodChangeMultipleAttrbutes
Make multiple changes to a particular Identity Manager service object/resource (async await)
Public methodCreateAsync
Create Object/Resource in Identity Manager Service (async await)
Public methodDeleteAsync
Delete an object in the Identity Manager service (async await)
Public methodGetApprovalsForRequest
Returns the Approval object for a given request
Public methodGetAsync
Get an object by its ID from Identity Manager (async await)
Public methodGetCountAsync
Get the number of Identity Manager resources that match the given XPath Filter.
Public methodGetNewObjectId
Get the ObjectID for a newly created resource from the response message
Public methodGetPagedResultsAsync(Int32, PagingContext)
Pull resources from Identity Manager
Public methodGetPagedResultsAsync(SearchCriteria, Int32)
Search the Identity Manager (async await)
Public methodGetResourceReferenceProperty
Returns the ResourceReferenceProperty (eg. Approval ObjectID) associated with a particular message returned from an create/update-type operation
Public methodGetSchemaAsync
Get the Schema associated with a particular object type
Public methodRejectAsync
Reject a particular request
Public methodRemoveValueAsync
Remove a value from a multi-valued attribute in the Identity Manager service (async await)
Public methodReplaceValueAsync
Replace/Set the value for a single-valued attribute in the Identity Manager service (async await)
Public methodSearchAsync
Search the Identity Manager (async await)
Top
See Also