Sm_PolicyApi_DeleteAuthAzMap()

Deletes an authentication and authorization directory mapping object.
sm1252sp1
Deletes an authentication and authorization directory mapping object.
Type
Authentication/Authorization map function, global scope.
Syntax
int SM_EXTERN Sm_PolicyApi_DeleteAuthAzMap (
void*pSessionHandle,
const char*pszAuthAzMapOid
);
Parameter
I/O
Description
pSessionHandle
I
A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.
pszAuthAzMapOid
I
A null-terminated string containing the object identifier of the directory mapping object.
Returns
  • Sm_PolicyApi_Success. The delete operation was successful.
  • Sm_PolicyApi_Failure. The delete operation was unsuccessful.
  • Sm_PolicyApi_InvalidHandle. There was no valid initialization prior to this call.
  • Sm_PolicyApi_NoSession. There is no valid administrator session.
  • Sm_PolicyApi_NoPrivilege. The administrator does not have the privilege to delete a directory mapping object.
  • Sm_PolicyApi_InvalidOid. The directory-mapping object OID was not found.