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 © 2012 CA Technologies.
All rights reserved.
|
|