Click or drag to resize
IdmNetClient Methods

The IdmNetClient 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also