Sm_PolicyApi_PolicyLink_t

Defines a stmndr Policy Link object.
sm1252sp1
Defines a
CA Single Sign-On
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.