Previous Topic: Sm_PolicyApi_ODBCQueryScheme_t

Next Topic: Sm_PolicyApi_PasswordMsgField_t

Sm_PolicyApi_Oid_t

Used by the following functions to retrieve a SiteMinder object collection:

Syntax

typedef struct Sm_PolicyApi_Oid_s
{
   int iStructId;
   int iObjectId;
   char pszOid[BFSIZE];
   struct Sm_PolicyApi_Oid_s *next;
} Sm_PolicyApi_Oid_t;

Field

Description

iStructId

OID data structure ID, defined in Sm_PolicyApi_Structs_t.

iObjectId

The object type identifier (enumerated in Sm_PolicyApi_Objects_t).

pszOid

The unique object identifier.

next

Pointer to the next OID structure.


Copyright © 2010 CA. All rights reserved. Email CA about this topic