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