Previous Topic: Sm_PolicyApi_Policy_tNext Topic: Sm_PolicyApi_Realm_t


Sm_PolicyApi_PolicyLink_t

Defines a SiteMinder Policy Link object.

Syntax

typedef struct Sm_PolicyApi_PolicyLink_s
{
   int iStructId;
   char pszOid[BFSIZE];
   char pszRuleOid[BFSIZE];                  /* Required */
   char pszResponseOid[BFSIZE];
   struct Sm_PolicyApi_PolicyLink_s* next;
} Sm_PolicyApi_PolicyLink_t;

Field

Description

iStructId

Policy Link data structure ID, defined in Sm_PolicyApi_Structs_t.

pszOid

The object identifier of the Policy Link object.

pszRuleOid

Object identifier of the rule.

pszResponseOid

Object identifier of the response.

next

Pointer to the next Policy Link structure.