IdmNetClient Class |
Namespace: IdmNet
The IdmNetClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | IdmNetClient |
Primary constructor for the IdmNetClient. Though this is public and can be called, the normal thing to
do is to use IdmNetClientFactory.BuildClient(). This is available in case you want to build the client
based on different assumptions made by the factory builder. For example, if you wanted to use a different
client credentials mechanism, WCF binding, or endpoints
|
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)
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | 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.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | 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
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |