Sm_PolicyApi_Oid_t
Used by the following functions to retrieve a stmndr object collection:
casso126
Used by the following functions to retrieve a
CA Single Sign-On
object collection:- Sm_PolicyApi_GetDomainObjects()
- Sm_PolicyApi_GetChildren()
- Sm_PolicyApi_GetGlobalObjects()
- Sm_PolicyApi_GetGroupOids().
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. |